Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zarahzachz committed Jul 26, 2022
1 parent a4b26ed commit a2895fa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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": "3.5.3",
"version": "3.5.4",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand All @@ -13,7 +13,7 @@
},
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@cmsgov/design-system": "^3.5.3",
"@cmsgov/design-system": "3.5.4",
"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": "3.5.3",
"version": "3.5.4",
"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": "3.5.3",
"version": "3.5.4",
"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": "7.5.3",
"version": "7.5.4",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand All @@ -20,7 +20,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "^3.5.3",
"@cmsgov/design-system": "3.5.4",
"@types/js-cookie": "^3.0.2",
"@types/react": "^17.0.10",
"@types/react-dom": "^17.0.10",
Expand All @@ -32,8 +32,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": "^3.5.3",
"@cmsgov/design-system-scripts": "^3.5.3",
"@cmsgov/design-system-docs": "3.5.4",
"@cmsgov/design-system-scripts": "3.5.4",
"babel-eslint": "^10.1.0",
"url-parse": "^1.2.0"
}
Expand Down
8 changes: 4 additions & 4 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": "5.5.3",
"version": "5.5.4",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand All @@ -25,16 +25,16 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "^3.5.3",
"@cmsgov/design-system": "3.5.4",
"@types/react": "^17.0.10",
"@types/react-dom": "^17.0.10"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/preset-typescript": "^7.8.3",
"@cmsgov/design-system-docs": "^3.5.3",
"@cmsgov/design-system-scripts": "^3.5.3",
"@cmsgov/design-system-docs": "3.5.4",
"@cmsgov/design-system-scripts": "3.5.4",
"@types/webpack": "^4.41.6",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
Expand Down

0 comments on commit a2895fa

Please sign in to comment.