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 a6b6892
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 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
16 changes: 4 additions & 12 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"design-system": [
"9.0.0-beta.1",
"8.0.5",
"8.0.4",
"8.0.3",
"8.0.2",
"8.0.1",
"8.0.0",
"8.0.0-beta.3",
"8.0.0-beta.2",
"8.0.0-beta.1",
"7.0.7",
"6.1.3",
"6.0.1",
Expand All @@ -20,15 +18,13 @@
"3.4.0"
],
"ds-medicare-gov": [
"11.0.0-beta.1",
"10.0.5",
"10.0.4",
"10.0.3",
"10.0.2",
"10.0.1",
"10.0.0",
"10.0.0-beta.3",
"10.0.0-beta.2",
"10.0.0-beta.1",
"9.0.7",
"8.1.3",
"8.0.1",
Expand All @@ -40,15 +36,13 @@
"5.4.0"
],
"ds-healthcare-gov": [
"13.0.0-beta.1",
"12.0.5",
"12.0.4",
"12.0.3",
"12.0.2",
"12.0.1",
"12.0.0",
"12.0.0-beta.3",
"12.0.0-beta.2",
"12.0.0-beta.1",
"11.0.7",
"10.1.3",
"10.0.1",
Expand All @@ -60,15 +54,13 @@
"7.4.0"
],
"ds-cms-gov": [
"9.0.0-beta.1",
"8.0.5",
"8.0.4",
"8.0.3",
"8.0.2",
"8.0.1",
"8.0.0",
"8.0.0-beta.3",
"8.0.0-beta.2",
"8.0.0-beta.1",
"7.0.7",
"6.0.1"
]
Expand Down

0 comments on commit a6b6892

Please sign in to comment.