diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6a367d91..3347d01352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] - September, 14, 2022 + +### React Components + +#### Added + +- [CookieModal] component for React +- [CookiePage] component for React + +### Documentation + +#### Added + +- Documentation for the React CookieConsent components +- Cookie compliance Pattern documentation +- Common Helsinki cookies Pattern documentation +- Cookie consent Pattern documentation + ## [2.2.0] - September, 8, 2022 ### React Components diff --git a/packages/core/package.json b/packages/core/package.json index bd9eb86965..6b8186ad87 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "2.2.0", + "version": "2.3.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.2.0", + "hds-design-tokens": "2.3.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 2c86b1e7e4..8909b67015 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "2.2.0", + "version": "2.3.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 7c439ce561..5d9bdf7bfe 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "2.2.0", + "version": "2.3.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -109,7 +109,7 @@ "cookie": "^0.4.1", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "2.2.0", + "hds-core": "2.3.0", "lodash.get": "^4.4.2", "lodash.isequal": "4.5.0", "lodash.isfunction": "3.0.9", diff --git a/site/package.json b/site/package.json index 5a8201e119..7051d597da 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.2.0", + "version": "2.3.0", "workspaces": { "nohoist": [ "gatsby", @@ -39,9 +39,9 @@ }, "devDependencies": { "eslint-config-react-app": "^7.0.1", - "hds-core": "2.2.0", - "hds-design-tokens": "2.2.0", - "hds-react": "2.2.0", + "hds-core": "2.3.0", + "hds-design-tokens": "2.3.0", + "hds-react": "2.3.0", "postcss": "8", "prettier": "2.5.1", "stylelint": "^14.8.3", diff --git a/site/src/docs/about/roadmap.mdx b/site/src/docs/about/roadmap.mdx index a65fc8ee80..5ee9b1e5c4 100644 --- a/site/src/docs/about/roadmap.mdx +++ b/site/src/docs/about/roadmap.mdx @@ -9,7 +9,8 @@ import LeadParagraph from '../../components/LeadParagraph'; # Roadmap - This is the roadmap of the Helsinki Design System. The roadmap is subject to change according to feedback and feature requests we receive. This list is regularly updated. + This is the roadmap of the Helsinki Design System. The roadmap is subject to change according to feedback and feature + requests we receive. This list is regularly updated. - **HDS Alpha release 26.5.2020** @@ -33,8 +34,8 @@ For previously released features, see changelogs in the [What is new section](/a ### Q3/Q4 2022 - ~~Component: Pagination~~ -- Pattern: Cookie consent -- Component: Cookie consent +- ~~Pattern: Cookie consent~~ +- ~~Component: Cookie consent~~ - Update: Navigation improvements - Update: Footer improvements - Component: Breadcrumbs diff --git a/site/src/docs/about/what-is-new.mdx b/site/src/docs/about/what-is-new.mdx index 312892821b..34d4ae5ccf 100644 --- a/site/src/docs/about/what-is-new.mdx +++ b/site/src/docs/about/what-is-new.mdx @@ -13,6 +13,16 @@ import LeadParagraph from '../../components/LeadParagraph'; ## Releases +### 2.3.0 + +*14.9.2022* - Release notes + +- **Added**: React CookieModal component +- **Added**: React CookiePage component +- **Added**: New pattern Cookie compliance +- **Added**: New pattern Common Helsinki cookies +- **Added**: New pattern Cookie consent + ### 2.2.0 *8.9.2022* - Release notes