Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-corbalt committed Dec 2, 2024
1 parent 98863be commit 44cf4a9
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-example",
"private": true,
"version": "12.0.0-beta.0",
"version": "12.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -15,7 +15,7 @@
"@angular/forms": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/router": "^18.1.0",
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/astro-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-themes-example",
"type": "module",
"version": "12.0.0-beta.0",
"version": "12.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -14,7 +14,7 @@
"@astrojs/check": "^0.5.6",
"@astrojs/preact": "^3.1.0",
"@astrojs/react": "^3.0.10",
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"astro": "^4.4.8",
"typescript": "^5.4.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-example",
"type": "module",
"version": "12.0.0-beta.0",
"version": "12.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -14,7 +14,7 @@
"@astrojs/check": "^0.5.6",
"@astrojs/preact": "^3.1.0",
"@astrojs/react": "^3.0.10",
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"astro": "^4.4.8",
"typescript": "^5.4.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/preact-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "preact-app-example",
"version": "12.0.0-beta.0",
"version": "12.0.0",
"private": true,
"dependencies": {
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"preact": "10.11.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/preact-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "preact-react-app-example",
"version": "12.0.0-beta.0",
"version": "12.0.0",
"private": true,
"dependencies": {
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"preact": "10.11.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-app-example",
"version": "12.0.0-beta.0",
"version": "12.0.0",
"private": true,
"dependencies": {
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
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": "12.0.0-beta.0",
"version": "12.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": "12.0.0-beta.0",
"version": "12.0.0",
"private": true,
"description": "CMS Design System Documentation",
"keywords": [
Expand All @@ -24,7 +24,7 @@
"iOS >= 15"
],
"dependencies": {
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.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": "12.0.0-beta.0",
"version": "12.0.0",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down Expand Up @@ -58,7 +58,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.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": "16.0.0-beta.0",
"version": "16.0.0",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -57,7 +57,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"classnames": "^2.2.5"
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": "14.0.0-beta.0",
"version": "14.0.0",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -59,7 +59,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "12.0.0-beta.0",
"@cmsgov/design-system": "12.0.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0"
}
Expand Down
8 changes: 4 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"design-system": [
"12.0.0-beta.0",
"12.0.0",
"10.1.3",
"10.1.0",
"10.0.0",
Expand All @@ -25,7 +25,7 @@
"3.4.0"
],
"ds-medicare-gov": [
"14.0.0-beta.0",
"14.0.0",
"12.1.3",
"12.1.0",
"12.0.0",
Expand All @@ -50,7 +50,7 @@
"5.4.0"
],
"ds-healthcare-gov": [
"16.0.0-beta.0",
"16.0.0",
"14.1.3",
"14.1.0",
"14.0.0",
Expand All @@ -75,7 +75,7 @@
"7.4.0"
],
"ds-cms-gov": [
"12.0.0-beta.0",
"12.0.0",
"10.1.3",
"10.1.0",
"10.0.0",
Expand Down

0 comments on commit 44cf4a9

Please sign in to comment.