diff --git a/packages/core/package.json b/packages/core/package.json index 130a463794..d067316dd5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "3.4.0", + "version": "3.5.0", "description": "Core styles for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -30,7 +30,7 @@ "@storybook/manager-webpack5": "^6.5.16", "copyfiles": "2.2.0", "cssnano": "4.1.10", - "hds-design-tokens": "3.4.0", + "hds-design-tokens": "3.5.0", "postcss": "8.2.15", "postcss-cli": "8.3.1", "postcss-import": "12.0.1", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 1ed591657b..8e61dd1275 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "3.4.0", + "version": "3.5.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/hds-js/package.json b/packages/hds-js/package.json index d4c100270a..3e949e7f28 100644 --- a/packages/hds-js/package.json +++ b/packages/hds-js/package.json @@ -1,6 +1,6 @@ { "name": "hds-js", - "version": "3.4.0", + "version": "3.5.0", "description": "Vanilla js 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 f66cbbd1c8..402a1b4ed0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "3.4.0", + "version": "3.5.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -131,7 +131,7 @@ "crc-32": "1.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "3.4.0", + "hds-core": "3.5.0", "http-status-typed": "^1.0.1", "jwt-decode": "^3.1.2", "kashe": "1.0.4", diff --git a/site/package.json b/site/package.json index 24f9cc5ab0..ddb4119a94 100644 --- a/site/package.json +++ b/site/package.json @@ -2,7 +2,7 @@ "name": "site", "private": true, "description": "Documentation for Helsinki Design System", - "version": "3.4.0", + "version": "3.5.0", "workspaces": { "nohoist": [ "gatsby", @@ -46,9 +46,9 @@ "chalk": "4.0.0", "crypto-browserify": "^3.11.0", "eslint-config-react-app": "^7.0.1", - "hds-core": "3.4.0", - "hds-design-tokens": "3.4.0", - "hds-react": "3.4.0", + "hds-core": "3.5.0", + "hds-design-tokens": "3.5.0", + "hds-react": "3.5.0", "inquirer": "7.1.0", "postcss": "8", "prettier": "2.5.1",