From 8708f6dfd38bea7d5bd6d14ce34293c014cba87c Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:01:21 -0500 Subject: [PATCH] chore(release): v11.70.0-rc.0 (#17961) Co-authored-by: guidari <52183462+guidari@users.noreply.github.com> Co-authored-by: Guilherme Datilio Ribeiro --- examples/class-prefix/package.json | 4 +-- examples/codesandbox-styles/package.json | 4 +-- examples/custom-theme/package.json | 4 +-- examples/id-prefix/package.json | 4 +-- examples/light-dark-mode/package.json | 4 +-- examples/nextjs/package.json | 4 +-- examples/v10-token-compat-in-v11/package.json | 4 +-- examples/vite/package.json | 4 +-- packages/carbon-components-react/package.json | 6 ++-- packages/carbon-components/package.json | 4 +-- packages/react/package.json | 4 +-- packages/styles/package.json | 2 +- packages/web-components/package.json | 2 +- www/package.json | 4 +-- yarn.lock | 30 +++++++++---------- 15 files changed, 42 insertions(+), 42 deletions(-) diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index e5371b8d13bf..bb27fc34e80f 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.66.0", + "version": "0.67.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox-styles/package.json b/examples/codesandbox-styles/package.json index a976db19224a..83ddb294fdd2 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.71.0", + "version": "0.72.0-rc.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.68.0" + "@carbon/styles": "^1.69.0-rc.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 631ca61b6744..a85fdfee52f6 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.67.0", + "version": "0.68.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/id-prefix/package.json b/examples/id-prefix/package.json index 683ca4ed385b..3cd7b33fdd73 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.66.0", + "version": "0.67.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index 1da15e12e9b9..18b7a3aa0eb6 100644 --- a/examples/light-dark-mode/package.json +++ b/examples/light-dark-mode/package.json @@ -1,7 +1,7 @@ { "name": "examples-light-dark", "private": true, - "version": "0.67.0", + "version": "0.68.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 8736c2688049..55a456ee1e94 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.69.0", + "version": "0.70.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/v10-token-compat-in-v11/package.json b/examples/v10-token-compat-in-v11/package.json index 3f305e40dab9..6b0d8b1077fd 100644 --- a/examples/v10-token-compat-in-v11/package.json +++ b/examples/v10-token-compat-in-v11/package.json @@ -1,7 +1,7 @@ { "name": "v10-token-compat-in-v11", "private": true, - "version": "0.67.0", + "version": "0.68.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index 7b38bc0cd0e3..f117eb2716b8 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.67.0", + "version": "0.68.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/carbon-components-react/package.json b/packages/carbon-components-react/package.json index bc74f325668d..f05b3fa87003 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -2,7 +2,7 @@ "name": "carbon-components-react", "private": true, "description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.", - "version": "8.69.0", + "version": "8.70.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,8 +43,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.69.0", - "@carbon/styles": "^1.68.0", + "@carbon/react": "^1.70.0-rc.0", + "@carbon/styles": "^1.69.0-rc.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 089febfefd3d..ef916328f53a 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -2,7 +2,7 @@ "name": "carbon-components", "private": true, "description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.", - "version": "11.68.0", + "version": "11.69.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -44,7 +44,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.68.0", + "@carbon/styles": "^1.69.0-rc.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/react/package.json b/packages/react/package.json index 548850be9eae..9984571123d6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react", "description": "React components for the Carbon Design System", - "version": "1.69.0", + "version": "1.70.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -52,7 +52,7 @@ "@carbon/feature-flags": "^0.24.0", "@carbon/icons-react": "^11.52.0", "@carbon/layout": "^11.28.0", - "@carbon/styles": "^1.68.0", + "@carbon/styles": "^1.69.0-rc.0", "@floating-ui/react": "^0.26.0", "@ibm/telemetry-js": "^1.5.0", "classnames": "2.5.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index 4643c8518211..89bd6d41cc1f 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/styles", "description": "Styles for the Carbon Design System", - "version": "1.68.0", + "version": "1.69.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 88869cccd3eb..9e3d93ecf8f8 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/web-components", "description": "Web components for the Carbon Design System", - "version": "2.16.0", + "version": "2.17.0-rc.0", "license": "Apache-2.0", "main": "es/index.js", "module": "es/index.js", diff --git a/www/package.json b/www/package.json index e1696d50de49..cc0923e08c73 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.78.0", + "version": "0.79.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.69.0", + "@carbon/react": "^1.70.0-rc.0", "@octokit/core": "^4.0.0", "@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-throttling": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index ff4f7bb5538e..1232e164c093 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,7 +2020,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@npm:^1.69.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.70.0-rc.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2036,7 +2036,7 @@ __metadata: "@carbon/feature-flags": "npm:^0.24.0" "@carbon/icons-react": "npm:^11.52.0" "@carbon/layout": "npm:^11.28.0" - "@carbon/styles": "npm:^1.68.0" + "@carbon/styles": "npm:^1.69.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@carbon/themes": "npm:^11.43.0" "@figma/code-connect": "npm:^1.1.4" @@ -2144,7 +2144,7 @@ __metadata: languageName: node linkType: hard -"@carbon/styles@npm:^1.68.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.69.0-rc.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -9590,8 +9590,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": "npm:^7.24.7" "@babel/preset-env": "npm:^7.24.7" "@babel/preset-react": "npm:^7.24.7" - "@carbon/react": "npm:^1.69.0" - "@carbon/styles": "npm:^1.68.0" + "@carbon/react": "npm:^1.70.0-rc.0" + "@carbon/styles": "npm:^1.69.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9618,7 +9618,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.68.0" + "@carbon/styles": "npm:^1.69.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" chalk: "npm:1.1.3" @@ -9991,7 +9991,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10277,7 +10277,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.68.0" + "@carbon/styles": "npm:^1.69.0-rc.0" sass: "npm:^1.77.7" vite: "npm:^4.3.8" languageName: unknown @@ -11343,7 +11343,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13515,7 +13515,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" eslint: "npm:8.40.0" next: "npm:14.1.1" react: "npm:18.2.0" @@ -13528,7 +13528,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:14.1.1" @@ -15792,7 +15792,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27565,7 +27565,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27900,7 +27900,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28528,7 +28528,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.69.0" + "@carbon/react": "npm:^1.70.0-rc.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"