Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestbaer committed Jun 16, 2023
1 parent 994536c commit c4e4752
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 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": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down Expand Up @@ -70,11 +70,11 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"ora": "^6.1.2",
"yargs": "^17.5.1",
"chalk": "^5.0.1",
"globby": "^13.1.2",
"inquirer": "^9.0.2",
"chalk": "^5.0.1"
"ora": "^6.1.2",
"yargs": "^17.5.1"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
6 changes: 3 additions & 3 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": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"private": true,
"description": "CMS Design System Documentation",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"Last 2 versions"
],
"dependencies": {
"@cmsgov/design-system": "7.0.0-beta.1",
"@cmsgov/design-system": "7.0.0-beta.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
Expand All @@ -37,8 +37,8 @@
"lodash.sortby": "^4.7.0",
"prettier": "^2.6.2",
"prismjs": "^1.11.0",
"react-use-flexsearch": "^0.1.1",
"react-helmet": "^6.1.0",
"react-use-flexsearch": "^0.1.1",
"sass": "^1.43.4",
"url-join": "^4.0.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": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"private": true,
"description": "A design system for CMS.gov products",
"license": "CC0-1.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "7.0.0-beta.1",
"@cmsgov/design-system": "7.0.0-beta.2",
"@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": "11.0.0-beta.1",
"version": "11.0.0-beta.2",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -45,7 +45,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "7.0.0-beta.1",
"@cmsgov/design-system": "7.0.0-beta.2",
"@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": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -50,7 +50,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "7.0.0-beta.1",
"@cmsgov/design-system": "7.0.0-beta.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^17.0.10"
}
Expand Down

0 comments on commit c4e4752

Please sign in to comment.