Skip to content

Commit

Permalink
Release v3.3.0 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwang authored and line47 committed Oct 17, 2019
1 parent 3f849b4 commit 2e7437c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"packages/*",
"packages/themes/*"
],
"version": "3.2.0"
"version": "3.3.0"
}
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": "@cmsgov/design-system-core",
"version": "3.2.0",
"version": "3.3.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -9,7 +9,7 @@
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/index.js",
"dependencies": {
"@cmsgov/design-system-support": "^3.2.0",
"@cmsgov/design-system-support": "^3.3.0",
"classnames": "^2.2.5",
"core-js": "^2.5.3",
"downshift": "^3.2.10",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@cmsgov/design-system-docs",
"version": "3.2.0",
"version": "3.3.0",
"private": true,
"description": "Design system's documentation website",
"repository": "CMSgov/design-system",
"dependencies": {
"@cmsgov/design-system-core": "^3.2.0",
"@cmsgov/design-system-layout": "^3.2.0",
"@cmsgov/design-system-support": "^3.2.0",
"@cmsgov/design-system-core": "^3.3.0",
"@cmsgov/design-system-layout": "^3.3.0",
"@cmsgov/design-system-support": "^3.3.0",
"classnames": "^2.2.5",
"core-js": "^2.5.3",
"lodash": "^4.17.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@cmsgov/design-system-layout",
"version": "3.2.0",
"version": "3.3.0",
"publishConfig": {
"access": "public"
},
"description": "Responsive flexbox grid framework",
"repository": "CMSgov/design-system",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@cmsgov/design-system-support": "^3.2.0"
"@cmsgov/design-system-support": "^3.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/design-system-support",
"version": "3.2.0",
"version": "3.3.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2e7437c

Please sign in to comment.