From 7bb5df0900b3f8c6be291c6131fdc14468cf8097 Mon Sep 17 00:00:00 2001 From: Ville Miekk-oja Date: Tue, 4 Jan 2022 15:58:15 +0200 Subject: [PATCH 1/5] Bump version numbers 1.8.0 -> 1.9.0 --- packages/core/package.json | 4 ++-- packages/design-tokens/package.json | 2 +- packages/react/package.json | 4 ++-- site/package.json | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 9fd20dbe52..d40746fe83 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "1.8.0", + "version": "1.9.0", "description": "Core styles for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -25,7 +25,7 @@ "@storybook/html": "6.0.19", "copyfiles": "2.2.0", "cssnano": "4.1.10", - "hds-design-tokens": "1.8.0", + "hds-design-tokens": "1.9.0", "normalize.css": "8.0.1", "postcss": "8.2.15", "postcss-cli": "8.3.1", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 22dbb7d6d0..5dd5c429e3 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "1.8.0", + "version": "1.9.0", "description": "Design tokens for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", diff --git a/packages/react/package.json b/packages/react/package.json index 367a36efc7..daaa334609 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "1.8.0", + "version": "1.9.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -110,7 +110,7 @@ "@react-aria/visually-hidden": "3.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "1.8.0", + "hds-core": "1.9.0", "lodash.isequal": "4.5.0", "lodash.isfunction": "3.0.9", "lodash.uniqueid": "4.0.1", diff --git a/site/package.json b/site/package.json index a05f5c05ef..1cd0bcec2e 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "1.8.0", + "version": "1.9.0", "private": true, "description": "Documentation for Helsinki Design System", "license": "MIT", @@ -23,9 +23,9 @@ "date-fns": "^2.23.0", "gatsby-cli": "2.12.29", "gatsby-plugin-matomo": "0.8.3", - "hds-core": "1.8.0", - "hds-design-tokens": "1.8.0", - "hds-react": "1.8.0", + "hds-core": "1.9.0", + "hds-design-tokens": "1.9.0", + "hds-react": "1.9.0", "react-helmet": "6.0.0", "react-markdown": "^6.0.3", "rimraf": "3.0.2" From 1b02128d169eaa16368143b5e4374714ada4dcb0 Mon Sep 17 00:00:00 2001 From: Ville Miekk-oja Date: Tue, 4 Jan 2022 16:42:27 +0200 Subject: [PATCH 2/5] Update Changelog --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7501a4915..2f944d629a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.0] - Jan, 5, 2022 + +### Core + +#### Added + +- [Koros] Added possibility to rotate Koros +- [Search Input] Support for placeholder + +### React + +#### Added + +- [Koros] Added possibility to rotate Koros +- [Search Input] Support for placeholder + +#### Changed + +- For local development of HDS React, restricted node version to supported versions 12-14 + +### Design kit + +#### Changed + +- Updated HDS Sketch libraries to Sketch 81 (81.1) + +### Documentation + +#### Added + +- WP and Drupal notes to the developers’ Getting Started documentation +- An example of asking the user’s gender in a form to the Form pattern documentation + +#### Changed + +[Koros] Added an example of a rotated wave motif shape +[SearchInput] Added an placeholder text to all Playground and code examples + +#### Fixed + +- Resolved some critical dependency security threats for new documentation site + ## [1.8.0] - Dec, 9, 2021 ### Core From 7a23a7cc0e9aed284d4e4f83e2fe06557c076c85 Mon Sep 17 00:00:00 2001 From: Ville Miekk-oja Date: Tue, 4 Jan 2022 16:58:18 +0200 Subject: [PATCH 3/5] Update what's new page --- site/docs/about/new.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index 18881ac38c..4f63fca784 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -13,6 +13,14 @@ import Link from "../../src/components/Link"; Here you will find summarized patch notes of major releases of HDS. For full patch notes for each release, please refer to the GitHub releases. +

1.9.0 - 5.1.2022 - Release notes

+ +- **Added**: Possibility to rotate Koros +- **Added**: Support for placeholder in Search Input +- **Added**: WP and Drupal notes to the developers’ Getting Started documentation +- **Added**: An example of asking the user’s gender in a form to the Form pattern documentation +- **Fixed**: Resolved critical security threats in new documentation site +

1.8.0 - 9.12.2021 - Release notes

- **Added**: 9 new icons From 2a05af6b7bd61f7c97e939080aa2d2803f6f0243 Mon Sep 17 00:00:00 2001 From: Roni Jaakkola Date: Wed, 5 Jan 2022 09:29:56 +0200 Subject: [PATCH 4/5] Small fix to 1.9.0 changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f944d629a..baf334dd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,8 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed -[Koros] Added an example of a rotated wave motif shape -[SearchInput] Added an placeholder text to all Playground and code examples +- [Koros] Added an example of a rotated wave motif shape +- [SearchInput] Added an placeholder text to all Playground and code examples #### Fixed From 62b2285eda01924ff708cf41994bc450ff7213d6 Mon Sep 17 00:00:00 2001 From: Ville Miekk-oja Date: Wed, 5 Jan 2022 09:59:38 +0200 Subject: [PATCH 5/5] Improve grammar --- CHANGELOG.md | 6 +++--- site/docs/about/new.mdx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baf334dd9e..fd3be1ba16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,16 +37,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added - WP and Drupal notes to the developers’ Getting Started documentation -- An example of asking the user’s gender in a form to the Form pattern documentation +- An example of asking the user’s gender in a form in the Form pattern documentation #### Changed - [Koros] Added an example of a rotated wave motif shape -- [SearchInput] Added an placeholder text to all Playground and code examples +- [SearchInput] Added a placeholder text to all Playground and code examples #### Fixed -- Resolved some critical dependency security threats for new documentation site +- Resolved some critical dependency security threats for the new documentation site ## [1.8.0] - Dec, 9, 2021 diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index 4f63fca784..a9148c9c58 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -16,10 +16,10 @@ import Link from "../../src/components/Link";

1.9.0 - 5.1.2022 - Release notes

- **Added**: Possibility to rotate Koros -- **Added**: Support for placeholder in Search Input +- **Added**: Support for a placeholder in Search Input - **Added**: WP and Drupal notes to the developers’ Getting Started documentation -- **Added**: An example of asking the user’s gender in a form to the Form pattern documentation -- **Fixed**: Resolved critical security threats in new documentation site +- **Added**: An example of asking the user’s gender in a form in the Form pattern documentation +- **Fixed**: Resolved critical security threats in the new documentation site

1.8.0 - 9.12.2021 - Release notes