diff --git a/CHANGELOG.md b/CHANGELOG.md index ea958caa22..8137a2bb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2] - September 21, 2020 +### Documentation +#### Added +- Sketch file and symbol guidelines to the Contributing section +- Logo component documentation page +- HDS Colour contrast accessibility examples and guidelines +- Localisation guidelines + +#### Changed +- Improved styling of documentation site html elements to improve readability and visuals +- Search bar placeholder text +#### Removed +- Links to HDS Core Logo documentation (Logo is not implemented in HDS Core yet) + +### React +#### Fixed +- [Navigation] Fixed an issue where the component didn't work correctly in production builds. in ([#255](https://github.com/City-of-Helsinki/helsinki-design-system/pull/255)) + - The problem was caused by the navigation component names getting mangled in production builds. + + ## [0.13.1] - September 9, 2020 ### Documentation #### Added diff --git a/packages/core/package.json b/packages/core/package.json index ca91dbcd77..5795fab76f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "0.13.1", + "version": "0.13.2", "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.13.1", + "hds-design-tokens": "0.13.2", "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 b7de9ff25a..8a72901021 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "0.13.1", + "version": "0.13.2", "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 1eda65417b..82410a642c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "0.13.1", + "version": "0.13.2", "license": "MIT", "main": "./index.js", "module": "./index.js", @@ -84,7 +84,7 @@ "@babel/runtime": "7.11.2", "@react-aria/visually-hidden": "3.2.0", "downshift": "5.4.0", - "hds-core": "0.13.1", + "hds-core": "0.13.2", "lodash.isequal": "4.5.0", "lodash.uniqueid": "4.0.1", "react-spring": "9.0.0-rc.3" diff --git a/site/package.json b/site/package.json index 1c37aec313..7b29a81590 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "0.13.1", + "version": "0.13.2", "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.13.1", - "hds-design-tokens": "0.13.1", - "hds-react": "0.13.1", + "hds-core": "0.13.2", + "hds-design-tokens": "0.13.2", + "hds-react": "0.13.2", "react-helmet": "6.0.0", "rimraf": "3.0.2" }