Skip to content

Commit

Permalink
Merge pull request #147 from City-of-Helsinki/feature/version-bump
Browse files Browse the repository at this point in the history
Update package versions
  • Loading branch information
niglu1 authored May 26, 2020
2 parents a06906e + 2a284b1 commit 6051850
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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": "0.6.3",
"version": "0.10.0",
"description": "Core styles for the Helsinki Design System",
"author": "Anssi Lehtonen <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -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",
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": "0.2.0",
"version": "0.10.0",
"description": "Design tokens for the Helsinki Design System",
"author": "Niclas Liimatainen <[email protected]>",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
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": "0.7.2",
"version": "0.10.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.6.1",
"version": "0.10.0",
"private": true,
"description": "Documentation for Helsinki Design System",
"license": "MIT",
Expand All @@ -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"
}
Expand Down

0 comments on commit 6051850

Please sign in to comment.