diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ec58b485..1613a30760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.1] - November 3, 2020 +### Documentation +#### Changed +- Updated Supplementary button examples +- Added accordion and form validation to roadmap + +### React +#### Fixed +- Fixed a stylesheet bundle issue with `Navigation` component, which caused invalid styles for mobile navigation with dropdown items. + ## [0.15.0] - October 29, 2020 ### Breaking changes #### Design tokens diff --git a/packages/core/package.json b/packages/core/package.json index 18f284d72d..eb8b890b78 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "0.15.0", + "version": "0.15.1", "description": "Core styles for the Helsinki Design System", "author": "Anssi Lehtonen ", "contributors": [ @@ -29,7 +29,7 @@ "@storybook/html": "6.0.19", "copyfiles": "2.2.0", "cssnano": "4.1.10", - "hds-design-tokens": "0.15.0", + "hds-design-tokens": "0.15.1", "normalize.css": "8.0.1", "postcss": "7.0.30", "postcss-cli": "7.1.1", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 3776e74cfa..416e7e2ad1 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "0.15.0", + "version": "0.15.1", "description": "Design tokens for the Helsinki Design System", "author": "Niclas Liimatainen ", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", diff --git a/packages/react/package.json b/packages/react/package.json index 7b06554110..e47ca6a6fd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "0.15.0", + "version": "0.15.1", "description": "React components for the Helsinki Design System", "author": "Anssi Lehtonen ", "contributors": [ @@ -94,7 +94,7 @@ "@popperjs/core": "2.5.3", "@react-aria/visually-hidden": "3.2.0", "downshift": "6.0.6", - "hds-core": "0.15.0", + "hds-core": "0.15.1", "lodash.isequal": "4.5.0", "lodash.uniqueid": "4.0.1", "react-merge-refs": "1.1.0", diff --git a/site/package.json b/site/package.json index 802318bf64..1e1eed64c0 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "0.15.0", + "version": "0.15.1", "private": true, "description": "Documentation for Helsinki Design System", "license": "MIT", @@ -22,9 +22,9 @@ "devDependencies": { "gatsby-cli": "2.12.29", "gatsby-plugin-matomo": "0.8.3", - "hds-core": "0.15.0", - "hds-design-tokens": "0.15.0", - "hds-react": "0.15.0", + "hds-core": "0.15.1", + "hds-design-tokens": "0.15.1", + "hds-react": "0.15.1", "react-helmet": "6.0.0", "rimraf": "3.0.2" }