From eb63bac6b4d4d3e8de45a117a5ff049f7c647a04 Mon Sep 17 00:00:00 2001 From: guidari <52183462+guidari@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:04:58 +0000 Subject: [PATCH] chore(release): v11.74.0-rc.0 --- 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/elements/package.json | 4 +- packages/react/package.json | 6 +-- packages/styles/package.json | 4 +- packages/themes/package.json | 2 +- packages/web-components/package.json | 4 +- www/package.json | 4 +- yarn.lock | 40 +++++++++---------- 17 files changed, 53 insertions(+), 53 deletions(-) diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 06e1ed5cfa18..6e79645760bf 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.70.0", + "version": "0.71.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.73.0", + "@carbon/react": "^1.74.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 e850bb3c5be9..946f675230a4 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.75.0", + "version": "0.76.0-rc.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.72.0" + "@carbon/styles": "^1.73.0-rc.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 3d2809d4fea3..d5e2f2507726 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.71.0", + "version": "0.72.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.73.0", + "@carbon/react": "^1.74.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 fe334a1a974f..ac699fffb994 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.70.0", + "version": "0.71.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.73.0", + "@carbon/react": "^1.74.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 c10b2fd8dc5b..bdbe955f188e 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.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.73.0", + "@carbon/react": "^1.74.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 b84821676e4c..478daec1be21 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.73.0", + "version": "0.74.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.73.0", + "@carbon/react": "^1.74.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 26a3acf5d75b..76776c9a1909 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.71.0", + "version": "0.72.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.73.0", + "@carbon/react": "^1.74.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 3e5dec992eec..9f6753b5706e 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.71.0", + "version": "0.72.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.73.0", + "@carbon/react": "^1.74.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 e1968263dd14..85814a827a36 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.73.0", + "version": "8.74.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.73.0", - "@carbon/styles": "^1.72.0", + "@carbon/react": "^1.74.0-rc.0", + "@carbon/styles": "^1.73.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 249cb89497c8..2e1441c434e4 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.72.0", + "version": "11.73.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -44,7 +44,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.72.0", + "@carbon/styles": "^1.73.0-rc.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index 8395f30dda29..06ee73e7fbd1 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "11.58.0", + "version": "11.59.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,7 +43,7 @@ "@carbon/icons": "^11.53.0", "@carbon/layout": "^11.28.0", "@carbon/motion": "^11.24.0", - "@carbon/themes": "^11.44.0", + "@carbon/themes": "^11.45.0-rc.0", "@carbon/type": "^11.34.0", "@ibm/telemetry-js": "^1.5.0" }, diff --git a/packages/react/package.json b/packages/react/package.json index a878413ef5fa..ffbb9180923d 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.73.0", + "version": "1.74.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.72.0", + "@carbon/styles": "^1.73.0-rc.0", "@floating-ui/react": "^0.26.0", "@ibm/telemetry-js": "^1.5.0", "classnames": "2.5.1", @@ -78,7 +78,7 @@ "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@carbon/test-utils": "^10.34.0", - "@carbon/themes": "^11.44.0", + "@carbon/themes": "^11.45.0-rc.0", "@figma/code-connect": "^1.2.4", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^28.0.0", diff --git a/packages/styles/package.json b/packages/styles/package.json index 72869e2000de..86e16cf8901e 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.72.0", + "version": "1.73.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -45,7 +45,7 @@ "@carbon/grid": "^11.30.0", "@carbon/layout": "^11.28.0", "@carbon/motion": "^11.24.0", - "@carbon/themes": "^11.44.0", + "@carbon/themes": "^11.45.0-rc.0", "@carbon/type": "^11.34.0", "@ibm/plex": "6.0.0-next.6", "@ibm/plex-mono": "0.0.3-alpha.0", diff --git a/packages/themes/package.json b/packages/themes/package.json index 1b80783061ec..800153aba10e 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/themes", "description": "Themes for applying color in the Carbon Design System", - "version": "11.44.0", + "version": "11.45.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 02aecae9b172..60e2f742d4b8 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.20.0", + "version": "2.21.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.72.0", + "@carbon/styles": "^1.73.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 c5bac5a54a07..1167b8f33035 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.82.0", + "version": "0.83.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.73.0", + "@carbon/react": "^1.74.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 138bbb6e7c5e..b9012f7dfd27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1799,7 +1799,7 @@ __metadata: "@carbon/icons": "npm:^11.53.0" "@carbon/layout": "npm:^11.28.0" "@carbon/motion": "npm:^11.24.0" - "@carbon/themes": "npm:^11.44.0" + "@carbon/themes": "npm:^11.45.0-rc.0" "@carbon/type": "npm:^11.34.0" "@ibm/telemetry-js": "npm:^1.5.0" fs-extra: "npm:^11.0.0" @@ -1989,7 +1989,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@npm:^1.73.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.74.0-rc.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2005,9 +2005,9 @@ __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.72.0" + "@carbon/styles": "npm:^1.73.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" - "@carbon/themes": "npm:^11.44.0" + "@carbon/themes": "npm:^11.45.0-rc.0" "@figma/code-connect": "npm:^1.2.4" "@floating-ui/react": "npm:^0.26.0" "@ibm/telemetry-js": "npm:^1.5.0" @@ -2089,7 +2089,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.72.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.73.0-rc.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -2099,7 +2099,7 @@ __metadata: "@carbon/layout": "npm:^11.28.0" "@carbon/motion": "npm:^11.24.0" "@carbon/test-utils": "npm:^10.34.0" - "@carbon/themes": "npm:^11.44.0" + "@carbon/themes": "npm:^11.45.0-rc.0" "@carbon/type": "npm:^11.34.0" "@ibm/plex": "npm:6.0.0-next.6" "@ibm/plex-mono": "npm:0.0.3-alpha.0" @@ -2141,7 +2141,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@npm:^11.44.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@npm:^11.45.0-rc.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: @@ -2242,7 +2242,7 @@ __metadata: "@carbon/icons": "npm:^11.53.0" "@carbon/layout": "npm:^11.28.0" "@carbon/motion": "npm:^11.24.0" - "@carbon/styles": "npm:^1.72.0" + "@carbon/styles": "npm:^1.73.0-rc.0" "@floating-ui/dom": "npm:^1.6.3" "@ibm/telemetry-js": "npm:^1.5.0" "@juggle/resize-observer": "npm:^3.4.0" @@ -9582,8 +9582,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.73.0" - "@carbon/styles": "npm:^1.72.0" + "@carbon/react": "npm:^1.74.0-rc.0" + "@carbon/styles": "npm:^1.73.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9610,7 +9610,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.72.0" + "@carbon/styles": "npm:^1.73.0-rc.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" chalk: "npm:1.1.3" @@ -9984,7 +9984,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.73.0" + "@carbon/react": "npm:^1.74.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.72.0" + "@carbon/styles": "npm:^1.73.0-rc.0" sass: "npm:^1.77.7" vite: "npm:^4.3.8" languageName: unknown @@ -11334,7 +11334,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.73.0" + "@carbon/react": "npm:^1.74.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13496,7 +13496,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.73.0" + "@carbon/react": "npm:^1.74.0-rc.0" eslint: "npm:8.40.0" next: "npm:14.1.1" react: "npm:18.2.0" @@ -13509,7 +13509,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.73.0" + "@carbon/react": "npm:^1.74.0-rc.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:14.1.1" @@ -15729,7 +15729,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.73.0" + "@carbon/react": "npm:^1.74.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27379,7 +27379,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.73.0" + "@carbon/react": "npm:^1.74.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27711,7 +27711,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.73.0" + "@carbon/react": "npm:^1.74.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28332,7 +28332,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.73.0" + "@carbon/react": "npm:^1.74.0-rc.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"