Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolfert committed Jan 25, 2024
1 parent b086e67 commit a332a43
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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": "9.0.0-beta.2",
"version": "9.0.0",
"publishConfig": {
"access": "public",
"tag": "latest"
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": "9.0.0-beta.2",
"version": "9.0.0",
"private": true,
"description": "CMS Design System Documentation",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"Last 2 versions"
],
"dependencies": {
"@cmsgov/design-system": "9.0.0-beta.2",
"@cmsgov/design-system": "9.0.0",
"@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": "9.0.0-beta.2",
"version": "9.0.0",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down Expand Up @@ -53,7 +53,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "9.0.0-beta.2",
"@cmsgov/design-system": "9.0.0",
"@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": "13.0.0-beta.2",
"version": "13.0.0",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -45,7 +45,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "9.0.0-beta.2",
"@cmsgov/design-system": "9.0.0",
"@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": "11.0.0-beta.2",
"version": "11.0.0",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -50,7 +50,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "9.0.0-beta.2",
"@cmsgov/design-system": "9.0.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^17.0.10"
}
Expand Down

0 comments on commit a332a43

Please sign in to comment.