Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolfert committed Nov 28, 2023
1 parent e08e171 commit 58845f5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/design-system",
"version": "8.0.5",
"version": "9.0.0-beta.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down Expand Up @@ -72,8 +72,8 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"chalk": "^5.0.1",
"case-it": "^1.0.1",
"chalk": "^5.0.1",
"globby": "^13.1.2",
"inquirer": "^9.0.2",
"ora": "^6.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/cms-design-system-docs",
"version": "8.0.5",
"version": "9.0.0-beta.1",
"private": true,
"description": "CMS Design System Documentation",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"Last 2 versions"
],
"dependencies": {
"@cmsgov/design-system": "8.0.5",
"@cmsgov/design-system": "9.0.0-beta.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ds-cms-gov/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/ds-cms-gov",
"version": "8.0.5",
"version": "9.0.0-beta.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down Expand Up @@ -53,7 +53,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "8.0.5",
"@cmsgov/design-system": "9.0.0-beta.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^17.0.10"
}
Expand Down
4 changes: 2 additions & 2 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": "12.0.5",
"version": "13.0.0-beta.1",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -45,7 +45,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "8.0.5",
"@cmsgov/design-system": "9.0.0-beta.1",
"@types/js-cookie": "^3.0.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^17.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/ds-medicare-gov/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/ds-medicare-gov",
"version": "10.0.5",
"version": "11.0.0-beta.1",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -50,7 +50,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "8.0.5",
"@cmsgov/design-system": "9.0.0-beta.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^17.0.10"
}
Expand Down

0 comments on commit 58845f5

Please sign in to comment.