Skip to content

Commit

Permalink
Merge pull request #785 from City-of-Helsinki/release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
minevala authored Jun 30, 2022
2 parents ee4c82b + f7dde8e commit 969cb86
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - June, 30, 2022

### React Components
#### Added
- [Navigation] DropdownLink component to support NavigationItem that can act as a link and as a menu toggle

#### Fixed
- [Dialog] Enable content scrolling only when the scrollable property is set to true

## [2.0.0] - June, 27, 2022

### Design Tokens
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.0.0",
"version": "2.1.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.0.0",
"hds-design-tokens": "2.1.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.0.0",
"version": "2.1.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.0.0",
"version": "2.1.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 @@ -106,7 +106,7 @@
"@react-aria/visually-hidden": "3.2.0",
"date-fns": "2.16.1",
"downshift": "6.0.6",
"hds-core": "2.0.0",
"hds-core": "2.1.0",
"lodash.isequal": "4.5.0",
"lodash.isfunction": "3.0.9",
"lodash.pickby": "^4.6.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.0.0",
"version": "2.1.0",
"workspaces": {
"nohoist": [
"gatsby",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"hds-core": "2.0.0",
"hds-design-tokens": "2.0.0",
"hds-react": "2.0.0",
"hds-core": "2.1.0",
"hds-design-tokens": "2.1.0",
"hds-react": "2.1.0",
"postcss": "8",
"prettier": "2.5.1",
"stylelint": "^14.8.3",
Expand Down
6 changes: 6 additions & 0 deletions site/src/docs/about/what-is-new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ import LeadParagraph from '../../components/LeadParagraph';

## Releases

### 2.1.0
*30.6.2022* - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v2.1.0" external>Release notes</Link>

- **Added**: Navigation DropdownLink
- **Fixed**: Dialog unwanted content scrolling

### 2.0.0
*27.6.2022* - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v2.0.0" external>Release notes</Link>

Expand Down

0 comments on commit 969cb86

Please sign in to comment.