diff --git a/packages/core/package.json b/packages/core/package.json index 78a0263c23..4bec968c7a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "0.6.3", + "version": "0.10.0", "description": "Core styles for the Helsinki Design System", "author": "Anssi Lehtonen ", "contributors": [ @@ -28,7 +28,7 @@ "@storybook/addons": "6.0.0-beta.13", "@storybook/html": "6.0.0-beta.13", "copyfiles": "2.2.0", - "hds-design-tokens": "0.2.0", + "hds-design-tokens": "0.10.0", "normalize.css": "8.0.1", "postcss": "7.0.30", "postcss-cli": "7.1.1", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index eb5e9d455f..6b4a649385 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "0.2.0", + "version": "0.10.0", "description": "Design tokens for the Helsinki Design System", "author": "Niclas Liimatainen ", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", diff --git a/packages/react/package.json b/packages/react/package.json index 3787c37c08..891b4fad10 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "0.7.2", + "version": "0.10.0", "license": "MIT", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -72,7 +72,7 @@ }, "dependencies": { "downshift": "5.4.0", - "hds-core": "0.6.3", + "hds-core": "0.10.0", "lodash.uniqueid": "4.0.1", "react-spring": "8.0.27" }, diff --git a/site/package.json b/site/package.json index b4761b824d..388254f610 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "0.6.1", + "version": "0.10.0", "private": true, "description": "Documentation for Helsinki Design System", "license": "MIT", @@ -21,9 +21,9 @@ }, "devDependencies": { "gatsby-cli": "2.12.29", - "hds-core": "0.6.3", - "hds-design-tokens": "0.2.0", - "hds-react": "0.7.2", + "hds-core": "0.10.0", + "hds-design-tokens": "0.10.0", + "hds-react": "0.10.0", "react-helmet": "6.0.0", "rimraf": "3.0.2" }