Skip to content

Commit

Permalink
Merge pull request #918 from City-of-Helsinki/release-2.9.0
Browse files Browse the repository at this point in the history
Release 2.9.0
  • Loading branch information
minevala authored Dec 21, 2022
2 parents c25319a + 4f8cf11 commit 251a83c
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 9 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.9.0] - December, 21, 2022

### Design kit

#### Added

- [Tag] Possibility to override colours when using Tag symbols in Sketch

### React Components

#### Added

- [Accordion] Possibility to set notification heading level
- [Tag] Support for labelClass property

#### Fixed

- [DateInput] Datepicker performance improvements
- [DateInput] Unnecessary error logs removed from the tests
- [Dropdown] First dropdown tag is truncated if it's longer than the container

### Documentation

#### Changed

- Contributing guide on Github has been updated to serve a more streamlined process

#### Fixed

- Navigation component's language selector is now focusable

## [2.8.0] - November, 30, 2022

### Design kit
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-core",
"version": "2.8.0",
"version": "2.9.0",
"description": "Core styles for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"@storybook/html": "6.4.18",
"copyfiles": "2.2.0",
"cssnano": "4.1.10",
"hds-design-tokens": "2.8.0",
"hds-design-tokens": "2.9.0",
"normalize.css": "8.0.1",
"postcss": "8.2.15",
"postcss-cli": "8.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-design-tokens",
"version": "2.8.0",
"version": "2.9.0",
"description": "Design tokens for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-react",
"version": "2.8.0",
"version": "2.9.0",
"description": "React components for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down Expand Up @@ -115,7 +115,7 @@
"crc-32": "1.2.0",
"date-fns": "2.16.1",
"downshift": "6.0.6",
"hds-core": "2.8.0",
"hds-core": "2.9.0",
"kashe": "1.0.4",
"lodash.get": "^4.4.2",
"lodash.isequal": "4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "site",
"private": true,
"description": "Documentation for Helsinki Design System",
"version": "2.8.0",
"version": "2.9.0",
"workspaces": {
"nohoist": [
"gatsby",
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"hds-core": "2.8.0",
"hds-design-tokens": "2.8.0",
"hds-react": "2.8.0",
"hds-core": "2.9.0",
"hds-design-tokens": "2.9.0",
"hds-react": "2.9.0",
"postcss": "8",
"prettier": "2.5.1",
"stylelint": "^14.8.3",
Expand Down

0 comments on commit 251a83c

Please sign in to comment.