diff --git a/config/jest-config-carbon/package.json b/config/jest-config-carbon/package.json index a9e53eb8358b..092c2afbd86d 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.12.0-rc.0", + "version": "1.12.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 023cd81924ba..a21235f95ec4 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.33.0-rc.0", + "version": "0.33.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 430a5045c69b..d246ba3d516b 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.39.0-rc.0", + "version": "0.39.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.36.0-rc.0" + "@carbon/styles": "^1.36.0" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index 948a7ff72dd1..632ee7365a61 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.37.0-rc.0", + "version": "0.37.0", "private": true, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 82f409941dd8..62a5447a0431 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.37.0-rc.0", + "version": "0.37.0", "private": true, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 f79997a50448..27c48f521d6a 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.34.0-rc.0", + "version": "0.34.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 8e689c9d6e79..501913fbc47c 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.33.0-rc.0", + "version": "0.33.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 0fa66a420a47..dd8f2e16674a 100644 --- a/examples/incremental-migration/package.json +++ b/examples/incremental-migration/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration", "private": true, - "version": "0.36.0-rc.0", + "version": "0.36.0", "scripts": { "build": "next build", "dev": "next dev", @@ -13,7 +13,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 7f2d28c092fd..5114e6ff0204 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.34.0-rc.0", + "version": "0.34.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 2ef6c63d393e..3bc6d4d8331d 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.36.0-rc.0", + "version": "0.36.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 ce210efcc405..e785ed7332d0 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.34.0-rc.0", + "version": "0.34.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index 78e887a53c66..9f7f2dd450f7 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.34.0-rc.0", + "version": "0.34.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 51c1fff99ed8..169b37893524 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.36.0-rc.0", + "version": "8.36.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.36.0-rc.0", - "@carbon/styles": "^1.36.0-rc.0", + "@carbon/react": "^1.36.0", + "@carbon/styles": "^1.36.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 43aaabf1ada7..c3872a2adb76 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.36.0-rc.0", + "version": "11.36.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -42,7 +42,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.36.0-rc.0", + "@carbon/styles": "^1.36.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 b40aa2e15306..37f34083c1ff 100644 --- a/packages/cra-template/package.json +++ b/packages/cra-template/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/cra-template", - "version": "0.2.0-rc.0", + "version": "0.2.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 a4d2563f15aa..76654f4c5f47 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.28.0-rc.0", + "version": "11.28.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.19.0-rc.0", - "@carbon/icons": "^11.25.0-rc.0", - "@carbon/layout": "^11.19.0-rc.0", + "@carbon/grid": "^11.19.0", + "@carbon/icons": "^11.25.0", + "@carbon/layout": "^11.19.0", "@carbon/motion": "^11.15.0", - "@carbon/themes": "^11.24.0-rc.0", - "@carbon/type": "^11.23.0-rc.0" + "@carbon/themes": "^11.24.0", + "@carbon/type": "^11.23.0" }, "devDependencies": { "@carbon/cli": "^11.14.0", diff --git a/packages/grid/package.json b/packages/grid/package.json index d6bbf4ab8674..9bfccc7a81b8 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.19.0-rc.0", + "version": "11.19.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -33,7 +33,7 @@ "clean": "rimraf scss/_inlined scss/vendor" }, "dependencies": { - "@carbon/layout": "^11.19.0-rc.0" + "@carbon/layout": "^11.19.0" }, "devDependencies": { "@carbon/cli": "^11.14.0", diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 8c7588fef8fc..63800edce864 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.25.0-rc.0", + "version": "11.25.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.25.0-rc.0", + "@carbon/icons": "^11.25.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 4e5195b7bbbb..13e178ab164e 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.74.0-rc.0", + "version": "10.74.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.25.0-rc.0", + "@carbon/icons": "^11.25.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 9b91178a23f1..dd32d7ebe95d 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.25.0-rc.0", + "version": "11.25.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 069e020bf927..02745132440b 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.19.0-rc.0", + "version": "11.19.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 4d47d06dbda5..24eb55df7fee 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.48.0-rc.0", + "version": "11.48.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.22.0-rc.0" + "@carbon/pictograms": "^12.22.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 9dfff57c2cde..839d58c2b022 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.22.0-rc.0", + "version": "12.22.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 bd27c76280f8..f3f2f410a0e7 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.36.0-rc.0", + "version": "1.36.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.25.0-rc.0", - "@carbon/layout": "^11.19.0-rc.0", - "@carbon/styles": "^1.36.0-rc.0", + "@carbon/icons-react": "^11.25.0", + "@carbon/layout": "^11.19.0", + "@carbon/styles": "^1.36.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.24.0-rc.0", + "@carbon/themes": "^11.24.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 7aa461f4b316..c6b477e759d8 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.36.0-rc.0", + "version": "1.36.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.19.0-rc.0", - "@carbon/layout": "^11.19.0-rc.0", + "@carbon/grid": "^11.19.0", + "@carbon/layout": "^11.19.0", "@carbon/motion": "^11.15.0", - "@carbon/themes": "^11.24.0-rc.0", - "@carbon/type": "^11.23.0-rc.0", + "@carbon/themes": "^11.24.0", + "@carbon/type": "^11.23.0", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { diff --git a/packages/themes/package.json b/packages/themes/package.json index c808eb0bcb25..2e7e51b6f544 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.24.0-rc.0", + "version": "11.24.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.19.0-rc.0", - "@carbon/type": "^11.23.0-rc.0", + "@carbon/layout": "^11.19.0", + "@carbon/type": "^11.23.0", "color": "^4.0.0" }, "devDependencies": { diff --git a/packages/type/package.json b/packages/type/package.json index e711edfbcc1c..d471d8c23d3e 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.23.0-rc.0", + "version": "11.23.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.19.0-rc.0", - "@carbon/layout": "^11.19.0-rc.0" + "@carbon/grid": "^11.19.0", + "@carbon/layout": "^11.19.0" }, "devDependencies": { "@carbon/cli": "^11.14.0", diff --git a/www/package.json b/www/package.json index ee3b0b768fe8..dd7e0a8ce799 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.45.0-rc.0", + "version": "0.45.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.36.0-rc.0", + "@carbon/react": "^1.36.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 0671d2f4324c..0201c03f3405 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.19.0-rc.0 - "@carbon/icons": ^11.25.0-rc.0 - "@carbon/layout": ^11.19.0-rc.0 + "@carbon/grid": ^11.19.0 + "@carbon/icons": ^11.25.0 + "@carbon/layout": ^11.19.0 "@carbon/motion": ^11.15.0 - "@carbon/themes": ^11.24.0-rc.0 - "@carbon/type": ^11.23.0-rc.0 + "@carbon/themes": ^11.24.0 + "@carbon/type": ^11.23.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.19.0-rc.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^11.19.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.19.0-rc.0 + "@carbon/layout": ^11.19.0 rimraf: ^5.0.0 languageName: unknown linkType: soft @@ -2032,13 +2032,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons-react@^11.25.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@^11.25.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.25.0-rc.0 + "@carbon/icons": ^11.25.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.25.0-rc.0 + "@carbon/icons": ^11.25.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.25.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.25.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.19.0-rc.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^11.19.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.22.0-rc.0 + "@carbon/pictograms": ^12.22.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 peerDependencies: @@ -2128,7 +2128,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.22.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.22.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.36.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@^1.36.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.25.0-rc.0 - "@carbon/layout": ^11.19.0-rc.0 - "@carbon/styles": ^1.36.0-rc.0 + "@carbon/icons-react": ^11.25.0 + "@carbon/layout": ^11.19.0 + "@carbon/styles": ^1.36.0 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.24.0-rc.0 + "@carbon/themes": ^11.24.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.36.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.36.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.19.0-rc.0 - "@carbon/layout": ^11.19.0-rc.0 + "@carbon/grid": ^11.19.0 + "@carbon/layout": ^11.19.0 "@carbon/motion": ^11.15.0 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.24.0-rc.0 - "@carbon/type": ^11.23.0-rc.0 + "@carbon/themes": ^11.24.0 + "@carbon/type": ^11.23.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.24.0-rc.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^11.24.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.19.0-rc.0 + "@carbon/layout": ^11.19.0 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 - "@carbon/type": ^11.23.0-rc.0 + "@carbon/type": ^11.23.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.23.0-rc.0, @carbon/type@workspace:packages/type": +"@carbon/type@^11.23.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.19.0-rc.0 - "@carbon/layout": ^11.19.0-rc.0 + "@carbon/grid": ^11.19.0 + "@carbon/layout": ^11.19.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.36.0-rc.0 - "@carbon/styles": ^1.36.0-rc.0 + "@carbon/react": ^1.36.0 + "@carbon/styles": ^1.36.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.36.0-rc.0 + "@carbon/styles": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/styles": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.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.36.0-rc.0 + "@carbon/react": ^1.36.0 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0