From d51dfbb8dc951c6f609561a1e2935e8208bf6e30 Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:32:02 -0300 Subject: [PATCH] chore(release): v11.36.0-rc.0 (#14439) Co-authored-by: guidari --- config/jest-config-carbon/package.json | 2 +- examples/class-prefix/package.json | 4 +- examples/codesandbox-styles/package.json | 4 +- .../package.json | 4 +- examples/codesandbox/package.json | 4 +- examples/custom-theme/package.json | 4 +- examples/id-prefix/package.json | 4 +- examples/incremental-migration/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/cra-template/package.json | 2 +- packages/elements/package.json | 12 +-- packages/grid/package.json | 4 +- packages/icons-react/package.json | 4 +- packages/icons-vue/package.json | 4 +- packages/icons/package.json | 2 +- packages/layout/package.json | 2 +- packages/pictograms-react/package.json | 4 +- packages/pictograms/package.json | 2 +- packages/react/package.json | 10 +-- packages/styles/package.json | 10 +-- packages/themes/package.json | 6 +- packages/type/package.json | 6 +- www/package.json | 4 +- yarn.lock | 90 +++++++++---------- 29 files changed, 109 insertions(+), 109 deletions(-) diff --git a/config/jest-config-carbon/package.json b/config/jest-config-carbon/package.json index 73b429757231..a9e53eb8358b 100644 --- a/config/jest-config-carbon/package.json +++ b/config/jest-config-carbon/package.json @@ -2,7 +2,7 @@ "name": "jest-config-carbon", "private": true, "description": "Jest configuration and preset for Carbon", - "version": "1.11.0", + "version": "1.12.0-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 2eefa065678b..023cd81924ba 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.32.0", + "version": "0.33.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.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 026d94576316..430a5045c69b 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.38.0", + "version": "0.39.0-rc.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.35.0" + "@carbon/styles": "^1.36.0-rc.0" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index 4089074ccb95..948a7ff72dd1 100644 --- a/examples/codesandbox-with-sass-compilation/package.json +++ b/examples/codesandbox-with-sass-compilation/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox-with-sass-compilation", - "version": "0.36.0", + "version": "0.37.0-rc.0", "private": true, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8f1846eb5789..82f409941dd8 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.36.0", + "version": "0.37.0-rc.0", "private": true, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 0c7c7de867e8..f79997a50448 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.33.0", + "version": "0.34.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.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 7cf2daa563e1..8e689c9d6e79 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.32.0", + "version": "0.33.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/incremental-migration/package.json b/examples/incremental-migration/package.json index 75ce0db51f7f..0fa66a420a47 100644 --- a/examples/incremental-migration/package.json +++ b/examples/incremental-migration/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration", "private": true, - "version": "0.35.0", + "version": "0.36.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -13,7 +13,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.0-rc.0", "carbon-components": "^10.57.0", "carbon-components-react": "^7.57.0", "carbon-icons": "^7.0.7", diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index 7cb2b5712036..7f2d28c092fd 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.33.0", + "version": "0.34.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.0-rc.0", "next": "12.1.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 33268d7edba1..2ef6c63d393e 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.35.0", + "version": "0.36.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.0-rc.0", "next": "13.4.7", "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 3a83f1145314..ce210efcc405 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.33.0", + "version": "0.34.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.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 916c5284dc69..78e887a53c66 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.33.0", + "version": "0.34.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.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 e572797a747c..51c1fff99ed8 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "8.35.0", + "version": "8.36.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -41,8 +41,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.35.0", - "@carbon/styles": "^1.35.0", + "@carbon/react": "^1.36.0-rc.0", + "@carbon/styles": "^1.36.0-rc.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 5649da747350..43aaabf1ada7 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "11.35.0", + "version": "11.36.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -42,7 +42,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.35.0", + "@carbon/styles": "^1.36.0-rc.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/cra-template/package.json b/packages/cra-template/package.json index e2db30e751ec..b40aa2e15306 100644 --- a/packages/cra-template/package.json +++ b/packages/cra-template/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/cra-template", - "version": "0.1.0", + "version": "0.2.0-rc.0", "description": "The Carbon Design System template for Create React App", "license": "Apache-2.0", "engines": { diff --git a/packages/elements/package.json b/packages/elements/package.json index 96f3e251e819..a4d2563f15aa 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.27.0", + "version": "11.28.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,12 +37,12 @@ }, "dependencies": { "@carbon/colors": "^11.19.0", - "@carbon/grid": "^11.18.0", - "@carbon/icons": "^11.24.0", - "@carbon/layout": "^11.18.0", + "@carbon/grid": "^11.19.0-rc.0", + "@carbon/icons": "^11.25.0-rc.0", + "@carbon/layout": "^11.19.0-rc.0", "@carbon/motion": "^11.15.0", - "@carbon/themes": "^11.23.0", - "@carbon/type": "^11.22.0" + "@carbon/themes": "^11.24.0-rc.0", + "@carbon/type": "^11.23.0-rc.0" }, "devDependencies": { "@carbon/cli": "^11.14.0", diff --git a/packages/grid/package.json b/packages/grid/package.json index d260823bc73d..d6bbf4ab8674 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/grid", "description": "Grid for digital and software products using the Carbon Design System", - "version": "11.18.0", + "version": "11.19.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -33,7 +33,7 @@ "clean": "rimraf scss/_inlined scss/vendor" }, "dependencies": { - "@carbon/layout": "^11.18.0" + "@carbon/layout": "^11.19.0-rc.0" }, "devDependencies": { "@carbon/cli": "^11.14.0", diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 0be8b6609f8e..8c7588fef8fc 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", - "version": "11.24.0", + "version": "11.25.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,7 +43,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^1.18.0", - "@carbon/icons": "^11.24.0", + "@carbon/icons": "^11.25.0-rc.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 58ce99c368fb..4e5195b7bbbb 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-vue", "description": "Vue components for icons in digital and software products using the Carbon Design System", - "version": "10.73.0", + "version": "10.74.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,7 +33,7 @@ }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.24.0", + "@carbon/icons": "^11.25.0-rc.0", "fs-extra": "^11.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 8c62208d914e..9b91178a23f1 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "11.24.0", + "version": "11.25.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/layout/package.json b/packages/layout/package.json index d10c542a2921..069e020bf927 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/layout", "description": "Layout helpers for digital and software products using the Carbon Design System", - "version": "11.18.0", + "version": "11.19.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index f7e5982594a4..4d47d06dbda5 100644 --- a/packages/pictograms-react/package.json +++ b/packages/pictograms-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms-react", "description": "React components for pictograms in digital and software products using the Carbon Design System", - "version": "11.47.0", + "version": "11.48.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -44,7 +44,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^1.18.0", - "@carbon/pictograms": "^12.21.0" + "@carbon/pictograms": "^12.22.0-rc.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 4e74c9f77e0b..9dfff57c2cde 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms", "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "12.21.0", + "version": "12.22.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 92b01f20eea6..bd27c76280f8 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.35.0", + "version": "1.36.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -46,9 +46,9 @@ "dependencies": { "@babel/runtime": "^7.18.3", "@carbon/feature-flags": "^0.16.0", - "@carbon/icons-react": "^11.24.0", - "@carbon/layout": "^11.18.0", - "@carbon/styles": "^1.35.0", + "@carbon/icons-react": "^11.25.0-rc.0", + "@carbon/layout": "^11.19.0-rc.0", + "@carbon/styles": "^1.36.0-rc.0", "@carbon/telemetry": "0.1.0", "classnames": "2.3.2", "copy-to-clipboard": "^3.3.1", @@ -76,7 +76,7 @@ "@babel/preset-react": "^7.22.3", "@babel/preset-typescript": "^7.21.5", "@carbon/test-utils": "^10.30.0", - "@carbon/themes": "^11.23.0", + "@carbon/themes": "^11.24.0-rc.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", diff --git a/packages/styles/package.json b/packages/styles/package.json index 493ac8d7c3a4..7aa461f4b316 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.35.0", + "version": "1.36.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -40,11 +40,11 @@ "dependencies": { "@carbon/colors": "^11.19.0", "@carbon/feature-flags": "^0.16.0", - "@carbon/grid": "^11.18.0", - "@carbon/layout": "^11.18.0", + "@carbon/grid": "^11.19.0-rc.0", + "@carbon/layout": "^11.19.0-rc.0", "@carbon/motion": "^11.15.0", - "@carbon/themes": "^11.23.0", - "@carbon/type": "^11.22.0", + "@carbon/themes": "^11.24.0-rc.0", + "@carbon/type": "^11.23.0-rc.0", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { diff --git a/packages/themes/package.json b/packages/themes/package.json index 5c711eb603c7..c808eb0bcb25 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.23.0", + "version": "11.24.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -31,8 +31,8 @@ }, "dependencies": { "@carbon/colors": "^11.19.0", - "@carbon/layout": "^11.18.0", - "@carbon/type": "^11.22.0", + "@carbon/layout": "^11.19.0-rc.0", + "@carbon/type": "^11.23.0-rc.0", "color": "^4.0.0" }, "devDependencies": { diff --git a/packages/type/package.json b/packages/type/package.json index a5ffe37f01ec..e711edfbcc1c 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/type", "description": "Typography for digital and software products using the Carbon Design System", - "version": "11.22.0", + "version": "11.23.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,8 +38,8 @@ "clean": "rimraf css es lib umd" }, "dependencies": { - "@carbon/grid": "^11.18.0", - "@carbon/layout": "^11.18.0" + "@carbon/grid": "^11.19.0-rc.0", + "@carbon/layout": "^11.19.0-rc.0" }, "devDependencies": { "@carbon/cli": "^11.14.0", diff --git a/www/package.json b/www/package.json index a8ff920f299e..ee3b0b768fe8 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.44.0", + "version": "0.45.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.35.0", + "@carbon/react": "^1.36.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 09808cda4b19..0671d2f4324c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1937,12 +1937,12 @@ __metadata: dependencies: "@carbon/cli": ^11.14.0 "@carbon/colors": ^11.19.0 - "@carbon/grid": ^11.18.0 - "@carbon/icons": ^11.24.0 - "@carbon/layout": ^11.18.0 + "@carbon/grid": ^11.19.0-rc.0 + "@carbon/icons": ^11.25.0-rc.0 + "@carbon/layout": ^11.19.0-rc.0 "@carbon/motion": ^11.15.0 - "@carbon/themes": ^11.23.0 - "@carbon/type": ^11.22.0 + "@carbon/themes": ^11.24.0-rc.0 + "@carbon/type": ^11.23.0-rc.0 fs-extra: ^11.0.0 klaw-sync: ^6.0.0 replace-in-file: ^7.0.0 @@ -1978,12 +1978,12 @@ __metadata: languageName: node linkType: hard -"@carbon/grid@^11.18.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^11.19.0-rc.0, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: "@carbon/cli": ^11.14.0 - "@carbon/layout": ^11.18.0 + "@carbon/layout": ^11.19.0-rc.0 rimraf: ^5.0.0 languageName: unknown linkType: soft @@ -2032,13 +2032,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons-react@^11.24.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@^11.25.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": version: 0.0.0-use.local resolution: "@carbon/icons-react@workspace:packages/icons-react" dependencies: "@carbon/icon-build-helpers": ^1.18.0 "@carbon/icon-helpers": ^10.44.0 - "@carbon/icons": ^11.24.0 + "@carbon/icons": ^11.25.0-rc.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -2066,7 +2066,7 @@ __metadata: dependencies: "@carbon/cli-reporter": ^10.7.0 "@carbon/icon-helpers": ^10.44.0 - "@carbon/icons": ^11.24.0 + "@carbon/icons": ^11.25.0-rc.0 fs-extra: ^11.0.0 prettier: ^2.8.8 rimraf: ^5.0.0 @@ -2075,7 +2075,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@^11.24.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.25.0-rc.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: @@ -2085,7 +2085,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/layout@^11.18.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^11.19.0-rc.0, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: @@ -2120,7 +2120,7 @@ __metadata: dependencies: "@carbon/icon-build-helpers": ^1.18.0 "@carbon/icon-helpers": ^10.44.0 - "@carbon/pictograms": ^12.21.0 + "@carbon/pictograms": ^12.22.0-rc.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 peerDependencies: @@ -2128,7 +2128,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.21.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.22.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: @@ -2137,7 +2137,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@^1.35.0, @carbon/react@workspace:packages/react": +"@carbon/react@^1.36.0-rc.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2151,12 +2151,12 @@ __metadata: "@babel/preset-typescript": ^7.21.5 "@babel/runtime": ^7.18.3 "@carbon/feature-flags": ^0.16.0 - "@carbon/icons-react": ^11.24.0 - "@carbon/layout": ^11.18.0 - "@carbon/styles": ^1.35.0 + "@carbon/icons-react": ^11.25.0-rc.0 + "@carbon/layout": ^11.19.0-rc.0 + "@carbon/styles": ^1.36.0-rc.0 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.23.0 + "@carbon/themes": ^11.24.0-rc.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-commonjs": ^25.0.0 "@rollup/plugin-node-resolve": ^15.0.0 @@ -2235,18 +2235,18 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^1.35.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.36.0-rc.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: "@carbon/colors": ^11.19.0 "@carbon/feature-flags": ^0.16.0 - "@carbon/grid": ^11.18.0 - "@carbon/layout": ^11.18.0 + "@carbon/grid": ^11.19.0-rc.0 + "@carbon/layout": ^11.19.0-rc.0 "@carbon/motion": ^11.15.0 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.23.0 - "@carbon/type": ^11.22.0 + "@carbon/themes": ^11.24.0-rc.0 + "@carbon/type": ^11.23.0-rc.0 "@ibm/plex": 6.0.0-next.6 autoprefixer: ^10.4.7 browserslist-config-carbon: ^11.2.0 @@ -2289,7 +2289,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@^11.23.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^11.24.0-rc.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: @@ -2298,10 +2298,10 @@ __metadata: "@carbon/cli": ^11.14.0 "@carbon/cli-reporter": ^10.7.0 "@carbon/colors": ^11.19.0 - "@carbon/layout": ^11.18.0 + "@carbon/layout": ^11.19.0-rc.0 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 - "@carbon/type": ^11.22.0 + "@carbon/type": ^11.23.0-rc.0 change-case: ^4.1.1 color: ^4.0.0 core-js: ^3.16.0 @@ -2311,13 +2311,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/type@^11.22.0, @carbon/type@workspace:packages/type": +"@carbon/type@^11.23.0-rc.0, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: "@carbon/cli": ^11.14.0 - "@carbon/grid": ^11.18.0 - "@carbon/layout": ^11.18.0 + "@carbon/grid": ^11.19.0-rc.0 + "@carbon/layout": ^11.19.0-rc.0 "@carbon/test-utils": ^10.30.0 change-case: ^4.1.1 css: ^3.0.0 @@ -10673,8 +10673,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": ^7.17.12 "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 - "@carbon/react": ^1.35.0 - "@carbon/styles": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 + "@carbon/styles": ^1.36.0-rc.0 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 "@rollup/plugin-babel": ^6.0.0 @@ -10713,7 +10713,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": ^1.35.0 + "@carbon/styles": ^1.36.0-rc.0 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 chalk: 1.1.3 @@ -11077,7 +11077,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -11400,7 +11400,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": ^1.35.0 + "@carbon/styles": ^1.36.0-rc.0 sass: ^1.51.0 vite: ^4.3.8 languageName: unknown @@ -11410,7 +11410,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-with-sass-compilation@workspace:examples/codesandbox-with-sass-compilation" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -11422,7 +11422,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox@workspace:examples/codesandbox" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -12658,7 +12658,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -15085,7 +15085,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 eslint: 8.40.0 next: 12.1.4 react: 18.2.0 @@ -15098,7 +15098,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 eslint: 8.40.0 eslint-config-next: 13.4.7 next: 13.4.7 @@ -17474,7 +17474,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -17611,7 +17611,7 @@ __metadata: resolution: "incremental-migration@workspace:examples/incremental-migration" dependencies: "@carbon/icons-react": ^10.49.0 - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 carbon-components: ^10.57.0 carbon-components-react: ^7.57.0 carbon-icons: ^7.0.7 @@ -31507,7 +31507,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -31811,7 +31811,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -32724,7 +32724,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": ^1.35.0 + "@carbon/react": ^1.36.0-rc.0 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0