Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolfert committed Nov 16, 2021
1 parent e162cec commit f677d82
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.10.0",
"version": "2.11.0-beta.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand All @@ -13,7 +13,7 @@
},
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@cmsgov/design-system": "^2.10.0",
"@cmsgov/design-system": "^2.11.0-beta.1",
"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.10.0",
"version": "2.11.0-beta.1",
"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.10.0",
"version": "2.11.0-beta.1",
"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.2.0-beta.1",
"version": "6.3.0-beta.1",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand All @@ -20,7 +20,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "^2.10.0-beta.1",
"@cmsgov/design-system": "^2.11.0-beta.1",
"@types/react": "^17.0.10",
"@types/react-dom": "^17.0.10",
"classnames": "^2.0.0",
Expand All @@ -33,8 +33,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.10.0-beta.1",
"@cmsgov/design-system-scripts": "^2.10.0-beta.1",
"@cmsgov/design-system-docs": "^2.11.0-beta.1",
"@cmsgov/design-system-scripts": "^2.11.0-beta.1",
"@cmsgov/eslint-config-design-system": "2.0.0",
"@cmsgov/stylelint-config-design-system": "2.0.0",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.4.0",
"version": "3.4.0-beta.1",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down

0 comments on commit f677d82

Please sign in to comment.