Skip to content

Commit

Permalink
[RELEASE] 9/4 Version bump main (#3214)
Browse files Browse the repository at this point in the history
* Publish

 - @cmsgov/design-system@11.0.0-beta.1
 - @cmsgov/ds-cms-gov@11.0.0-beta.1
 - @cmsgov/ds-healthcare-gov@15.0.0-beta.1
 - @cmsgov/ds-medicare-gov@13.0.0-beta.1

* remove unnecessary cms ds dependency

---------

Co-authored-by: Kim Niedermaier <kimniedermaier+cmsds@navapbc.com>
  • Loading branch information
jack-ryan-nava-pbc and kim-cmsds committed Sep 6, 2024
1 parent 341e5b5 commit c0e3416
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 17 deletions.
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": "11.0.0-beta.0",
"version": "11.0.0-beta.1",
"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": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"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": "11.0.0-beta.0",
"version": "11.0.0-beta.1",
"private": true,
"dependencies": {
"@cmsgov/design-system": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"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": "11.0.0-beta.0",
"version": "11.0.0-beta.1",
"private": true,
"dependencies": {
"@cmsgov/design-system": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"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": "11.0.0-beta.0",
"version": "11.0.0-beta.1",
"private": true,
"dependencies": {
"@cmsgov/design-system": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"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": "11.0.0-beta.0",
"version": "11.0.0-beta.1",
"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": "11.0.0-beta.0",
"version": "11.0.0-beta.1",
"private": true,
"description": "CMS Design System Documentation",
"keywords": [
Expand All @@ -24,7 +24,7 @@
"iOS >= 15"
],
"dependencies": {
"@cmsgov/design-system": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"@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": "11.0.0-beta.0",
"version": "11.0.0-beta.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down Expand Up @@ -57,7 +57,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"@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": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -56,7 +56,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"@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": "13.0.0-beta.0",
"version": "13.0.0-beta.1",
"publishConfig": {
"tag": "latest",
"access": "public"
Expand Down Expand Up @@ -58,7 +58,7 @@
"src"
],
"dependencies": {
"@cmsgov/design-system": "11.0.0-beta.0",
"@cmsgov/design-system": "11.0.0-beta.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0"
}
Expand Down
4 changes: 4 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"design-system": [
"11.0.0-beta.1",
"11.0.0-beta.0",
"10.1.0",
"10.0.0",
Expand All @@ -23,6 +24,7 @@
"3.4.0"
],
"ds-medicare-gov": [
"13.0.0-beta.1",
"13.0.0-beta.0",
"12.1.0",
"12.0.0",
Expand All @@ -46,6 +48,7 @@
"5.4.0"
],
"ds-healthcare-gov": [
"15.0.0-beta.1",
"15.0.0-beta.0",
"14.1.0",
"14.0.0",
Expand All @@ -69,6 +72,7 @@
"7.4.0"
],
"ds-cms-gov": [
"11.0.0-beta.1",
"11.0.0-beta.0",
"10.1.0",
"10.0.0",
Expand Down

0 comments on commit c0e3416

Please sign in to comment.