Skip to content

Commit

Permalink
core-2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwang committed Dec 10, 2020
1 parent 1528d05 commit aad8747
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
}
},
"npmClient": "yarn",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"ignoreChanges": [
"packages/stylelint-config-design-system/**",
"packages/eslint-config-design-system/**"
],
"tagVersionPrefix": "core-",
"version": "2.2.0",
"version": "2.2.1",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/design-system-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/design-system-docs",
"version": "2.2.0",
"version": "2.2.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand All @@ -9,7 +9,7 @@
"repository": "CMSgov/design-system",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@cmsgov/design-system": "^2.2.0",
"@cmsgov/design-system": "^2.2.1",
"classnames": "^2.2.5",
"lodash": "^4.17.19",
"prismjs": "^1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/design-system-scripts",
"version": "2.2.0",
"version": "2.2.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/design-system",
"version": "2.2.0",
"version": "2.2.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down

0 comments on commit aad8747

Please sign in to comment.