From bd4f60433ff12a7e880a43aeffd71caea62c1e6b Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:34:21 +0000 Subject: [PATCH] chore(release): v11.72.0-rc.0 (#18186) Co-authored-by: tay1orjones <3360588+tay1orjones@users.noreply.github.com> Co-authored-by: Taylor Jones --- 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 | 4 +-- www/package.json | 4 +-- yarn.lock | 32 +++++++++---------- 15 files changed, 44 insertions(+), 44 deletions(-) diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index b85d44b75a27..c8218cfab9c6 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.68.0", + "version": "0.69.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0", + "@carbon/react": "^1.72.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 9f4da19ea1a6..fce1b26102a5 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.73.0", + "version": "0.74.0-rc.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.70.0" + "@carbon/styles": "^1.71.0-rc.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index e3f143381834..681d1a5d0bf8 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.69.0", + "version": "0.70.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0", + "@carbon/react": "^1.72.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 46667de27c69..a0b5d680950b 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.68.0", + "version": "0.69.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0", + "@carbon/react": "^1.72.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 30d250e34518..070722a6871e 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.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.71.0", + "@carbon/react": "^1.72.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 86ba9f3f515b..5d8b188acc86 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.71.0", + "version": "0.72.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.71.0", + "@carbon/react": "^1.72.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 dbb01ebe7c4a..425e2a9a4dde 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.69.0", + "version": "0.70.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0", + "@carbon/react": "^1.72.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 78a31ad67f53..ca4534742cea 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.69.0", + "version": "0.70.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0", + "@carbon/react": "^1.72.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 f4cc6e6a61cd..036a39b32b6e 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.71.0", + "version": "8.72.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.71.0", - "@carbon/styles": "^1.70.0", + "@carbon/react": "^1.72.0-rc.0", + "@carbon/styles": "^1.71.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 caa061003cb5..7eca9fd050d1 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.70.0", + "version": "11.71.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -44,7 +44,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.70.0", + "@carbon/styles": "^1.71.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 1347405a79e3..821fd2feab72 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.71.0", + "version": "1.72.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.53.0", "@carbon/layout": "^11.28.0", - "@carbon/styles": "^1.70.0", + "@carbon/styles": "^1.71.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 91a9609407ef..7d66706c7b3f 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.70.0", + "version": "1.71.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 86fae245a271..c11ca8afc4ed 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.18.0", + "version": "2.19.0-rc.0", "license": "Apache-2.0", "main": "es/index.js", "module": "es/index.js", @@ -67,7 +67,7 @@ "wca": "web-component-analyzer analyze src --outFile custom-elements.json" }, "dependencies": { - "@carbon/styles": "^1.70.0", + "@carbon/styles": "^1.71.0-rc.0", "@floating-ui/dom": "^1.6.3", "@ibm/telemetry-js": "^1.5.0", "flatpickr": "4.6.13", diff --git a/www/package.json b/www/package.json index d6c30cf8cc09..b0562f16eccf 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.80.0", + "version": "0.81.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.71.0", + "@carbon/react": "^1.72.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 33548c9ee114..3e93842af186 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1974,7 +1974,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@npm:^1.71.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.72.0-rc.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -1990,7 +1990,7 @@ __metadata: "@carbon/feature-flags": "npm:^0.24.0" "@carbon/icons-react": "npm:^11.53.0" "@carbon/layout": "npm:^11.28.0" - "@carbon/styles": "npm:^1.70.0" + "@carbon/styles": "npm:^1.71.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@carbon/themes": "npm:^11.43.0" "@figma/code-connect": "npm:^1.2.1" @@ -2075,7 +2075,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.70.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.71.0-rc.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -2228,7 +2228,7 @@ __metadata: "@carbon/icons": "npm:^11.53.0" "@carbon/layout": "npm:^11.28.0" "@carbon/motion": "npm:^11.24.0" - "@carbon/styles": "npm:^1.70.0" + "@carbon/styles": "npm:^1.71.0-rc.0" "@floating-ui/dom": "npm:^1.6.3" "@ibm/telemetry-js": "npm:^1.5.0" "@juggle/resize-observer": "npm:^3.4.0" @@ -9549,8 +9549,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.71.0" - "@carbon/styles": "npm:^1.70.0" + "@carbon/react": "npm:^1.72.0-rc.0" + "@carbon/styles": "npm:^1.71.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9577,7 +9577,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.70.0" + "@carbon/styles": "npm:^1.71.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" chalk: "npm:1.1.3" @@ -9950,7 +9950,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10243,7 +10243,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.70.0" + "@carbon/styles": "npm:^1.71.0-rc.0" sass: "npm:^1.77.7" vite: "npm:^4.3.8" languageName: unknown @@ -11309,7 +11309,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13477,7 +13477,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" eslint: "npm:8.40.0" next: "npm:14.1.1" react: "npm:18.2.0" @@ -13490,7 +13490,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:14.1.1" @@ -15761,7 +15761,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27535,7 +27535,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.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27870,7 +27870,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28498,7 +28498,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.71.0" + "@carbon/react": "npm:^1.72.0-rc.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"