From fc35d2b1d8189c19edc03b30e205ac63b39bf5c3 Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Tue, 22 Nov 2022 14:34:01 +0200 Subject: [PATCH 1/3] Bump up version numbers to 2.7.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 012a06ca30..122ca0be81 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "2.6.1", + "version": "2.7.0", "description": "Core styles for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -26,7 +26,7 @@ "@storybook/html": "6.4.18", "copyfiles": "2.2.0", "cssnano": "4.1.10", - "hds-design-tokens": "2.6.1", + "hds-design-tokens": "2.7.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 0f5ed55888..9126941e87 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "2.6.1", + "version": "2.7.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 6fec3d2287..3ca1768896 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "2.6.1", + "version": "2.7.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -115,7 +115,7 @@ "crc-32": "1.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "2.6.1", + "hds-core": "2.7.0", "kashe": "1.0.4", "lodash.get": "^4.4.2", "lodash.isequal": "4.5.0", diff --git a/site/package.json b/site/package.json index a99be3e40d..f58edeb8d3 100644 --- a/site/package.json +++ b/site/package.json @@ -2,7 +2,7 @@ "name": "site", "private": true, "description": "Documentation for Helsinki Design System", - "version": "2.6.1", + "version": "2.7.0", "workspaces": { "nohoist": [ "gatsby", @@ -39,9 +39,9 @@ }, "devDependencies": { "eslint-config-react-app": "^7.0.1", - "hds-core": "2.6.1", - "hds-design-tokens": "2.6.1", - "hds-react": "2.6.1", + "hds-core": "2.7.0", + "hds-design-tokens": "2.7.0", + "hds-react": "2.7.0", "postcss": "8", "prettier": "2.5.1", "stylelint": "^14.8.3", From 8809abde4b318dcee77e2cc0e990d47f2a16cbcb Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Tue, 22 Nov 2022 15:03:44 +0200 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e58150c83..101269e6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.0] - November, 22, 2022 + +### Design kit + +#### Added + +- [Icons] New icon UI/Navigation/swap-user +- [Labels and Tags] New tag variants with rounded corners + +### React Components + +#### Added + +- [Labels and Tags] New tag variants with rounded corners + +#### Changed + +- [Input fields] Input fields' buttons have larger clickable area around them + +#### Fixed + +- [Theme] Fix useTheme hook +- [FileInput] Fix an issue with FileInput crashing + +### Core + +#### Added + +- [Labels and Tags] New tag variants with rounded corners + +### Documentation + +#### Added + +- [Theme] Mention CSS specificity in the SSR guidelines customization part + +#### Changed + +- Favicon documentation improvement + ## [2.6.1] - November, 14, 2022 ### Design kit From b5030f55b0b702f8342aaaee3ff57ff6936bb5e1 Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Tue, 22 Nov 2022 15:56:50 +0200 Subject: [PATCH 3/3] Update affected components in changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 101269e6c2..d64cfbf791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,17 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added - [Icons] New icon UI/Navigation/swap-user -- [Labels and Tags] New tag variants with rounded corners +- [Tags] New tag variants with rounded corners ### React Components #### Added -- [Labels and Tags] New tag variants with rounded corners +- [Tags] New tag variants with rounded corners #### Changed -- [Input fields] Input fields' buttons have larger clickable area around them +- [DateInput, SearchInput, PasswordInput] Input fields' buttons have larger clickable area around them #### Fixed @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added -- [Labels and Tags] New tag variants with rounded corners +- [Tags] New tag variants with rounded corners ### Documentation