Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolfert committed Nov 2, 2021
1 parent 75aedaf commit 47f4a0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.9.0",
"version": "2.10.0",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand All @@ -13,7 +13,7 @@
},
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@cmsgov/design-system": "^2.9.0",
"@cmsgov/design-system": "^2.10.0",
"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.9.0",
"version": "2.10.0",
"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.9.0",
"version": "2.10.0",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down
8 changes: 4 additions & 4 deletions packages/ds-healthcare-gov/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/ds-healthcare-gov",
"version": "6.0.0",
"version": "6.1.0",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "^2.9.0",
"@cmsgov/design-system": "^2.10.0",
"@types/react": "^17.0.10",
"@types/react-dom": "^17.0.10",
"classnames": "^2.0.0",
Expand All @@ -45,8 +45,8 @@
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/preset-typescript": "^7.15.0",
"@cmsgov/design-system-docs": "^2.9.0",
"@cmsgov/design-system-scripts": "^2.9.0",
"@cmsgov/design-system-docs": "^2.10.0",
"@cmsgov/design-system-scripts": "^2.10.0",
"@cmsgov/eslint-config-design-system": "2.0.0",
"@cmsgov/stylelint-config-design-system": "2.0.0",
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit 47f4a0e

Please sign in to comment.