diff --git a/.yarn/cache/@carbon-icon-helpers-npm-10.39.0-8deccd37cc-b99ed8f595.zip b/.yarn/cache/@carbon-icon-helpers-npm-10.39.0-8deccd37cc-b99ed8f595.zip deleted file mode 100644 index c6df82a9a8b9..000000000000 Binary files a/.yarn/cache/@carbon-icon-helpers-npm-10.39.0-8deccd37cc-b99ed8f595.zip and /dev/null differ diff --git a/config/eslint-config-carbon/package.json b/config/eslint-config-carbon/package.json index 72af7390698d..3887b341e675 100644 --- a/config/eslint-config-carbon/package.json +++ b/config/eslint-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-carbon", "description": "ESLint configuration for Carbon", - "version": "3.4.0-rc.0", + "version": "3.4.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/jest-config-carbon/package.json b/config/jest-config-carbon/package.json index 11747cc08d1c..20c93f88a0bb 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.9.0", + "version": "1.10.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/prettier-config-carbon/package.json b/config/prettier-config-carbon/package.json index 757a45962cab..ae7353270888 100644 --- a/config/prettier-config-carbon/package.json +++ b/config/prettier-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "prettier-config-carbon", "description": "Prettier config for the Carbon Design System", - "version": "0.10.0-rc.0", + "version": "0.10.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/stylelint-config-carbon/package.json b/config/stylelint-config-carbon/package.json index 882ff2c432af..fab42cf22e58 100644 --- a/config/stylelint-config-carbon/package.json +++ b/config/stylelint-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-config-carbon", "description": "Stylelint configuration for Carbon", - "version": "1.13.0-rc.0", + "version": "1.13.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index a91e1b17bd1a..1e25eae36aec 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.27.0-rc.0", + "version": "0.27.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 b7723125e276..027f403f8fce 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.33.0-rc.0", + "version": "0.33.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.30.0-rc.0" + "@carbon/styles": "^1.30.0" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index 3d1f9b0ea2ff..c6c773d68bd2 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.31.0-rc.0", + "version": "0.31.0", "private": true, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index a9f33b00880d..28c59d1df2c7 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.31.0-rc.0", + "version": "0.31.0", "private": true, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 c64a8d9f6a58..99e192e6a19d 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.28.0-rc.0", + "version": "0.28.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 1ce0963dd9ba..9d0b60761b52 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.27.0-rc.0", + "version": "0.27.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 257c999383c3..ba343f9a2eb3 100644 --- a/examples/incremental-migration/package.json +++ b/examples/incremental-migration/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration", "private": true, - "version": "0.30.0-rc.0", + "version": "0.30.0", "scripts": { "build": "next build", "dev": "next dev", @@ -13,7 +13,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 864bfa1d5bcf..d28ba453d924 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.28.0-rc.0", + "version": "0.28.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 28a51a67547a..eb05813ff807 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.30.0-rc.0", + "version": "0.30.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.0", "next": "12.1.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/vite/package.json b/examples/vite/package.json index 3ff94c399aea..c3aea5a5fe8f 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.28.0-rc.0", + "version": "0.28.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 a472aa5d31dd..adc2d321558b 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.30.0-rc.0", + "version": "8.30.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,8 +40,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", - "@carbon/styles": "^1.30.0-rc.0", + "@carbon/react": "^1.30.0", + "@carbon/styles": "^1.30.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, @@ -53,7 +53,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.17.12", "@babel/preset-env": "^7.18.2", "@babel/preset-react": "^7.17.12", - "@carbon/test-utils": "^10.29.0-rc.0", + "@carbon/test-utils": "^10.29.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index de667a2e4398..4a1407e0f73a 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.30.0-rc.0", + "version": "11.30.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -41,12 +41,12 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.30.0-rc.0", + "@carbon/styles": "^1.30.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, "devDependencies": { - "@carbon/test-utils": "^10.29.0-rc.0", + "@carbon/test-utils": "^10.29.0", "fs-extra": "^10.0.0", "rimraf": "^5.0.0", "sass": "^1.51.0" diff --git a/packages/cli/package.json b/packages/cli/package.json index 66737b84cc76..a881c1c25133 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/cli", "description": "Task automation for working with the Carbon Design System", - "version": "11.10.0-rc.0", + "version": "11.10.0", "license": "Apache-2.0", "bin": { "carbon-cli": "./bin/carbon-cli.js" @@ -43,7 +43,7 @@ "lodash.template": "^4.5.0", "markdown-toc": "^1.2.0", "prettier": "^2.8.8", - "prettier-config-carbon": "^0.10.0-rc.0", + "prettier-config-carbon": "^0.10.0", "progress-estimator": "^0.3.0", "remark": "^10.0.1", "replace-in-file": "^6.1.0", diff --git a/packages/colors/package.json b/packages/colors/package.json index 5773113e784a..b34c7aebc02f 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/colors", "description": "Colors for digital and software products using the Carbon Design System", - "version": "11.15.0-rc.0", + "version": "11.15.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,10 +36,10 @@ "clean": "rimraf css es lib umd scss index.scss" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", + "@carbon/cli": "^11.10.0", "@carbon/cli-reporter": "^10.6.0", - "@carbon/scss-generator": "^10.17.0-rc.0", - "@carbon/test-utils": "^10.29.0-rc.0", + "@carbon/scss-generator": "^10.17.0", + "@carbon/test-utils": "^10.29.0", "change-case": "^4.1.1", "fs-extra": "^10.0.0", "rimraf": "^5.0.0" diff --git a/packages/elements/package.json b/packages/elements/package.json index 1b74981fc3d1..153613cea9c4 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.23.0-rc.0", + "version": "11.23.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -35,16 +35,16 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/colors": "^11.15.0-rc.0", - "@carbon/grid": "^11.14.0-rc.0", - "@carbon/icons": "^11.20.0-rc.0", - "@carbon/layout": "^11.14.0-rc.0", - "@carbon/motion": "^11.11.0-rc.0", - "@carbon/themes": "^11.19.0-rc.0", - "@carbon/type": "^11.18.0-rc.0" + "@carbon/colors": "^11.15.0", + "@carbon/grid": "^11.14.0", + "@carbon/icons": "^11.20.0", + "@carbon/layout": "^11.14.0", + "@carbon/motion": "^11.11.0", + "@carbon/themes": "^11.19.0", + "@carbon/type": "^11.18.0" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", + "@carbon/cli": "^11.10.0", "fs-extra": "^10.0.0", "klaw-sync": "^6.0.0", "replace-in-file": "^3.4.2", diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index ee21f4617a49..90b0f8fb62b4 100644 --- a/packages/feature-flags/package.json +++ b/packages/feature-flags/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/feature-flags", "description": "Build with feature flags in Carbon", - "version": "0.14.0-rc.0", + "version": "0.14.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.18.2", "@babel/template": "^7.16.7", "@babel/types": "^7.18.4", - "@carbon/scss-generator": "^10.17.0-rc.0", + "@carbon/scss-generator": "^10.17.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "change-case": "^4.1.2", diff --git a/packages/grid/package.json b/packages/grid/package.json index f328cc9a7a68..f3170efea8fb 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.14.0-rc.0", + "version": "11.14.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -32,10 +32,10 @@ "clean": "rimraf scss/_inlined scss/vendor" }, "dependencies": { - "@carbon/layout": "^11.14.0-rc.0" + "@carbon/layout": "^11.14.0" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", + "@carbon/cli": "^11.10.0", "rimraf": "^5.0.0" }, "eyeglass": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index b81cf24dab71..8a6e6a93fb8c 100644 --- a/packages/icon-build-helpers/package.json +++ b/packages/icon-build-helpers/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icon-build-helpers", "private": true, "description": "Build helpers for the Carbon Design System icon library", - "version": "1.14.0-rc.0", + "version": "1.14.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { @@ -29,7 +29,7 @@ "@babel/template": "^7.16.7", "@babel/types": "^7.18.4", "@carbon/cli-reporter": "^10.6.0", - "@carbon/icon-helpers": "^10.40.0-rc.0", + "@carbon/icon-helpers": "^10.40.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-replace": "^5.0.0", "browserslist-config-carbon": "^11.2.0", diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 2b26c3f33454..56d354095336 100644 --- a/packages/icon-helpers/package.json +++ b/packages/icon-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", - "version": "10.40.0-rc.0", + "version": "10.40.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,7 +33,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", + "@carbon/cli": "^11.10.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 66c882c23f5e..88e36e3f6c6b 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.20.0-rc.0", + "version": "11.20.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,13 +36,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.40.0-rc.0", + "@carbon/icon-helpers": "^10.40.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.14.0-rc.0", - "@carbon/icons": "^11.20.0-rc.0", + "@carbon/icon-build-helpers": "^1.14.0", + "@carbon/icons": "^11.20.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 3cabed856b12..7002a509327c 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.69.0-rc.0", + "version": "10.69.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -28,11 +28,11 @@ "clean": "rimraf es lib" }, "dependencies": { - "@carbon/icon-helpers": "^10.40.0-rc.0" + "@carbon/icon-helpers": "^10.40.0" }, "devDependencies": { "@carbon/cli-reporter": "^10.6.0", - "@carbon/icons": "^11.20.0-rc.0", + "@carbon/icons": "^11.20.0", "fs-extra": "^10.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index e8e1c4f1d6d5..cfb9de9d72aa 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.20.0-rc.0", + "version": "11.20.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,8 +38,8 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", - "@carbon/icon-build-helpers": "^1.14.0-rc.0", + "@carbon/cli": "^11.10.0", + "@carbon/icon-build-helpers": "^1.14.0", "rimraf": "^5.0.0" } } diff --git a/packages/layout/package.json b/packages/layout/package.json index 7646ba9315d3..bf657884e62a 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.14.0-rc.0", + "version": "11.14.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -28,10 +28,10 @@ "clean": "rimraf es lib umd scss/generated" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", + "@carbon/cli": "^11.10.0", "@carbon/cli-reporter": "^10.6.0", - "@carbon/scss-generator": "^10.17.0-rc.0", - "@carbon/test-utils": "^10.29.0-rc.0", + "@carbon/scss-generator": "^10.17.0", + "@carbon/test-utils": "^10.29.0", "core-js": "^3.16.0", "rimraf": "^5.0.0" } diff --git a/packages/motion/package.json b/packages/motion/package.json index 6b14a059f6a2..e0d611f5e218 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/motion", "description": "Motion helpers for digital and software products using the Carbon Design System", - "version": "11.11.0-rc.0", + "version": "11.11.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -28,7 +28,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", + "@carbon/cli": "^11.10.0", "rimraf": "^5.0.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index 77c1ad21b895..c11ae99a6b1b 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.43.0-rc.0", + "version": "11.43.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,13 +37,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.40.0-rc.0", + "@carbon/icon-helpers": "^10.40.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.14.0-rc.0", - "@carbon/pictograms": "^12.17.0-rc.0" + "@carbon/icon-build-helpers": "^1.14.0", + "@carbon/pictograms": "^12.17.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 34cd24ce973f..70bfde10db06 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.17.0-rc.0", + "version": "12.17.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -31,7 +31,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.14.0-rc.0", + "@carbon/icon-build-helpers": "^1.14.0", "rimraf": "^5.0.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index f2498bb9c666..4dfd05294877 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.30.0-rc.0", + "version": "1.30.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,10 +43,10 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@carbon/feature-flags": "^0.14.0-rc.0", - "@carbon/icons-react": "^11.20.0-rc.0", - "@carbon/layout": "^11.14.0-rc.0", - "@carbon/styles": "^1.30.0-rc.0", + "@carbon/feature-flags": "^0.14.0", + "@carbon/icons-react": "^11.20.0", + "@carbon/layout": "^11.14.0", + "@carbon/styles": "^1.30.0", "@carbon/telemetry": "0.1.0", "classnames": "2.3.2", "copy-to-clipboard": "^3.3.1", @@ -72,8 +72,8 @@ "@babel/plugin-transform-react-constant-elements": "^7.17.12", "@babel/preset-env": "^7.18.2", "@babel/preset-react": "^7.17.12", - "@carbon/test-utils": "^10.29.0-rc.0", - "@carbon/themes": "^11.19.0-rc.0", + "@carbon/test-utils": "^10.29.0", + "@carbon/themes": "^11.19.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", diff --git a/packages/scss-generator/package.json b/packages/scss-generator/package.json index 64e008072378..1a733f594474 100644 --- a/packages/scss-generator/package.json +++ b/packages/scss-generator/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/scss-generator", "private": true, - "version": "10.17.0-rc.0", + "version": "10.17.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { diff --git a/packages/sketch/package.json b/packages/sketch/package.json index 301f189acb8c..d1974f4cad5f 100644 --- a/packages/sketch/package.json +++ b/packages/sketch/package.json @@ -2,7 +2,7 @@ "name": "@carbon/sketch", "private": true, "description": "Tooling for generating a sketch plugin to bring code to design", - "version": "11.23.0-rc.0", + "version": "11.23.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -28,11 +28,11 @@ "skpm:link": "skpm-link" }, "dependencies": { - "@carbon/colors": "^11.15.0-rc.0", - "@carbon/icon-helpers": "^10.40.0-rc.0", - "@carbon/icons": "^11.20.0-rc.0", - "@carbon/themes": "^11.19.0-rc.0", - "@carbon/type": "^11.18.0-rc.0", + "@carbon/colors": "^11.15.0", + "@carbon/icon-helpers": "^10.40.0", + "@carbon/icons": "^11.20.0", + "@carbon/themes": "^11.19.0", + "@carbon/type": "^11.18.0", "@skpm/builder": "^0.8.0", "color-string": "^1.5.3", "core-js": "^3.16.0", diff --git a/packages/styles/package.json b/packages/styles/package.json index cfe43843a383..aaf59ba58c7c 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.30.0-rc.0", + "version": "1.30.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -32,17 +32,17 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/colors": "^11.15.0-rc.0", - "@carbon/feature-flags": "^0.14.0-rc.0", - "@carbon/grid": "^11.14.0-rc.0", - "@carbon/layout": "^11.14.0-rc.0", - "@carbon/motion": "^11.11.0-rc.0", - "@carbon/themes": "^11.19.0-rc.0", - "@carbon/type": "^11.18.0-rc.0", + "@carbon/colors": "^11.15.0", + "@carbon/feature-flags": "^0.14.0", + "@carbon/grid": "^11.14.0", + "@carbon/layout": "^11.14.0", + "@carbon/motion": "^11.11.0", + "@carbon/themes": "^11.19.0", + "@carbon/type": "^11.18.0", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { - "@carbon/test-utils": "^10.29.0-rc.0", + "@carbon/test-utils": "^10.29.0", "autoprefixer": "^10.4.7", "browserslist-config-carbon": "^11.2.0", "css": "^3.0.0", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 624aa7e1b60b..f28a9623c8d7 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/test-utils", "private": true, - "version": "10.29.0-rc.0", + "version": "10.29.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/themes/package.json b/packages/themes/package.json index 52650ea5998b..61b81b8215b4 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.19.0-rc.0", + "version": "11.19.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,18 +29,18 @@ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\"" }, "dependencies": { - "@carbon/colors": "^11.15.0-rc.0", - "@carbon/layout": "^11.14.0-rc.0", - "@carbon/type": "^11.18.0-rc.0", + "@carbon/colors": "^11.15.0", + "@carbon/layout": "^11.14.0", + "@carbon/type": "^11.18.0", "color": "^4.0.0" }, "devDependencies": { "@babel/node": "^7.17.10", "@babel/preset-env": "^7.18.2", - "@carbon/cli": "^11.10.0-rc.0", + "@carbon/cli": "^11.10.0", "@carbon/cli-reporter": "^10.6.0", - "@carbon/scss-generator": "^10.17.0-rc.0", - "@carbon/test-utils": "^10.29.0-rc.0", + "@carbon/scss-generator": "^10.17.0", + "@carbon/test-utils": "^10.29.0", "change-case": "^4.1.1", "core-js": "^3.16.0", "fs-extra": "^10.0.0", diff --git a/packages/type/package.json b/packages/type/package.json index 7f61e464ee13..3d028a5051c4 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.18.0-rc.0", + "version": "11.18.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,12 +37,12 @@ "clean": "rimraf css es lib umd" }, "dependencies": { - "@carbon/grid": "^11.14.0-rc.0", - "@carbon/layout": "^11.14.0-rc.0" + "@carbon/grid": "^11.14.0", + "@carbon/layout": "^11.14.0" }, "devDependencies": { - "@carbon/cli": "^11.10.0-rc.0", - "@carbon/test-utils": "^10.29.0-rc.0", + "@carbon/cli": "^11.10.0", + "@carbon/test-utils": "^10.29.0", "change-case": "^4.1.1", "css": "^3.0.0", "rimraf": "^5.0.0" diff --git a/www/package.json b/www/package.json index 5a44d157937b..bad851406262 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.39.0-rc.0", + "version": "0.39.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.30.0-rc.0", + "@carbon/react": "^1.30.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 b8d5175ea969..199399bcb2f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1772,7 +1772,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/cli@^11.10.0-rc.0, @carbon/cli@workspace:packages/cli": +"@carbon/cli@^11.10.0, @carbon/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@carbon/cli@workspace:packages/cli" dependencies: @@ -1796,7 +1796,7 @@ __metadata: lodash.template: ^4.5.0 markdown-toc: ^1.2.0 prettier: ^2.8.8 - prettier-config-carbon: ^0.10.0-rc.0 + prettier-config-carbon: ^0.10.0 progress-estimator: ^0.3.0 remark: ^10.0.1 replace-in-file: ^6.1.0 @@ -1809,14 +1809,14 @@ __metadata: languageName: unknown linkType: soft -"@carbon/colors@^11.15.0-rc.0, @carbon/colors@workspace:packages/colors": +"@carbon/colors@^11.15.0, @carbon/colors@workspace:packages/colors": version: 0.0.0-use.local resolution: "@carbon/colors@workspace:packages/colors" dependencies: - "@carbon/cli": ^11.10.0-rc.0 + "@carbon/cli": ^11.10.0 "@carbon/cli-reporter": ^10.6.0 - "@carbon/scss-generator": ^10.17.0-rc.0 - "@carbon/test-utils": ^10.29.0-rc.0 + "@carbon/scss-generator": ^10.17.0 + "@carbon/test-utils": ^10.29.0 change-case: ^4.1.1 fs-extra: ^10.0.0 rimraf: ^5.0.0 @@ -1833,14 +1833,14 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/elements@workspace:packages/elements" dependencies: - "@carbon/cli": ^11.10.0-rc.0 - "@carbon/colors": ^11.15.0-rc.0 - "@carbon/grid": ^11.14.0-rc.0 - "@carbon/icons": ^11.20.0-rc.0 - "@carbon/layout": ^11.14.0-rc.0 - "@carbon/motion": ^11.11.0-rc.0 - "@carbon/themes": ^11.19.0-rc.0 - "@carbon/type": ^11.18.0-rc.0 + "@carbon/cli": ^11.10.0 + "@carbon/colors": ^11.15.0 + "@carbon/grid": ^11.14.0 + "@carbon/icons": ^11.20.0 + "@carbon/layout": ^11.14.0 + "@carbon/motion": ^11.11.0 + "@carbon/themes": ^11.19.0 + "@carbon/type": ^11.18.0 fs-extra: ^10.0.0 klaw-sync: ^6.0.0 replace-in-file: ^3.4.2 @@ -1848,7 +1848,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/feature-flags@^0.14.0-rc.0, @carbon/feature-flags@workspace:packages/feature-flags": +"@carbon/feature-flags@^0.14.0, @carbon/feature-flags@workspace:packages/feature-flags": version: 0.0.0-use.local resolution: "@carbon/feature-flags@workspace:packages/feature-flags" dependencies: @@ -1857,7 +1857,7 @@ __metadata: "@babel/preset-env": ^7.18.2 "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 - "@carbon/scss-generator": ^10.17.0-rc.0 + "@carbon/scss-generator": ^10.17.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-node-resolve": ^15.0.0 change-case: ^4.1.2 @@ -1876,17 +1876,17 @@ __metadata: languageName: node linkType: hard -"@carbon/grid@^11.14.0-rc.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^11.14.0, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: - "@carbon/cli": ^11.10.0-rc.0 - "@carbon/layout": ^11.14.0-rc.0 + "@carbon/cli": ^11.10.0 + "@carbon/layout": ^11.14.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/icon-build-helpers@^1.14.0-rc.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@^1.14.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-build-helpers@workspace:packages/icon-build-helpers" dependencies: @@ -1897,7 +1897,7 @@ __metadata: "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 "@carbon/cli-reporter": ^10.6.0 - "@carbon/icon-helpers": ^10.40.0-rc.0 + "@carbon/icon-helpers": ^10.40.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-replace": ^5.0.0 browserslist-config-carbon: ^11.2.0 @@ -1921,29 +1921,22 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icon-helpers@^10.40.0-rc.0, @carbon/icon-helpers@workspace:packages/icon-helpers": +"@carbon/icon-helpers@^10.28.0, @carbon/icon-helpers@^10.40.0, @carbon/icon-helpers@workspace:packages/icon-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-helpers@workspace:packages/icon-helpers" dependencies: - "@carbon/cli": ^11.10.0-rc.0 + "@carbon/cli": ^11.10.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/icon-helpers@npm:^10.28.0": - version: 10.39.0 - resolution: "@carbon/icon-helpers@npm:10.39.0" - checksum: b99ed8f595045ca1d6cb41181dfc731e79aa8bc372af4613728d6edc15421ac8d692dc5947c2e56a6fc039c43ae5771e7228edefac6d157f22f99f354e650940 - languageName: node - linkType: hard - -"@carbon/icons-react@^11.20.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@^11.20.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.14.0-rc.0 - "@carbon/icon-helpers": ^10.40.0-rc.0 - "@carbon/icons": ^11.20.0-rc.0 + "@carbon/icon-build-helpers": ^1.14.0 + "@carbon/icon-helpers": ^10.40.0 + "@carbon/icons": ^11.20.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -1970,8 +1963,8 @@ __metadata: resolution: "@carbon/icons-vue@workspace:packages/icons-vue" dependencies: "@carbon/cli-reporter": ^10.6.0 - "@carbon/icon-helpers": ^10.40.0-rc.0 - "@carbon/icons": ^11.20.0-rc.0 + "@carbon/icon-helpers": ^10.40.0 + "@carbon/icons": ^11.20.0 fs-extra: ^10.0.0 prettier: ^2.8.8 rimraf: ^5.0.0 @@ -1980,24 +1973,24 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@^11.20.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.20.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: - "@carbon/cli": ^11.10.0-rc.0 - "@carbon/icon-build-helpers": ^1.14.0-rc.0 + "@carbon/cli": ^11.10.0 + "@carbon/icon-build-helpers": ^1.14.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/layout@^11.14.0-rc.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^11.14.0, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: - "@carbon/cli": ^11.10.0-rc.0 + "@carbon/cli": ^11.10.0 "@carbon/cli-reporter": ^10.6.0 - "@carbon/scss-generator": ^10.17.0-rc.0 - "@carbon/test-utils": ^10.29.0-rc.0 + "@carbon/scss-generator": ^10.17.0 + "@carbon/test-utils": ^10.29.0 core-js: ^3.16.0 rimraf: ^5.0.0 languageName: unknown @@ -2010,11 +2003,11 @@ __metadata: languageName: node linkType: hard -"@carbon/motion@^11.11.0-rc.0, @carbon/motion@workspace:packages/motion": +"@carbon/motion@^11.11.0, @carbon/motion@workspace:packages/motion": version: 0.0.0-use.local resolution: "@carbon/motion@workspace:packages/motion" dependencies: - "@carbon/cli": ^11.10.0-rc.0 + "@carbon/cli": ^11.10.0 rimraf: ^5.0.0 languageName: unknown linkType: soft @@ -2023,9 +2016,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": ^1.14.0-rc.0 - "@carbon/icon-helpers": ^10.40.0-rc.0 - "@carbon/pictograms": ^12.17.0-rc.0 + "@carbon/icon-build-helpers": ^1.14.0 + "@carbon/icon-helpers": ^10.40.0 + "@carbon/pictograms": ^12.17.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 peerDependencies: @@ -2033,16 +2026,16 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.17.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.17.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: - "@carbon/icon-build-helpers": ^1.14.0-rc.0 + "@carbon/icon-build-helpers": ^1.14.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/react@^1.30.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@^1.30.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2054,13 +2047,13 @@ __metadata: "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 "@babel/runtime": ^7.18.3 - "@carbon/feature-flags": ^0.14.0-rc.0 - "@carbon/icons-react": ^11.20.0-rc.0 - "@carbon/layout": ^11.14.0-rc.0 - "@carbon/styles": ^1.30.0-rc.0 + "@carbon/feature-flags": ^0.14.0 + "@carbon/icons-react": ^11.20.0 + "@carbon/layout": ^11.14.0 + "@carbon/styles": ^1.30.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.29.0-rc.0 - "@carbon/themes": ^11.19.0-rc.0 + "@carbon/test-utils": ^10.29.0 + "@carbon/themes": ^11.19.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-commonjs": ^25.0.0 "@rollup/plugin-node-resolve": ^15.0.0 @@ -2129,7 +2122,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/scss-generator@^10.17.0-rc.0, @carbon/scss-generator@workspace:packages/scss-generator": +"@carbon/scss-generator@^10.17.0, @carbon/scss-generator@workspace:packages/scss-generator": version: 0.0.0-use.local resolution: "@carbon/scss-generator@workspace:packages/scss-generator" dependencies: @@ -2141,11 +2134,11 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/sketch@workspace:packages/sketch" dependencies: - "@carbon/colors": ^11.15.0-rc.0 - "@carbon/icon-helpers": ^10.40.0-rc.0 - "@carbon/icons": ^11.20.0-rc.0 - "@carbon/themes": ^11.19.0-rc.0 - "@carbon/type": ^11.18.0-rc.0 + "@carbon/colors": ^11.15.0 + "@carbon/icon-helpers": ^10.40.0 + "@carbon/icons": ^11.20.0 + "@carbon/themes": ^11.19.0 + "@carbon/type": ^11.18.0 "@skpm/builder": ^0.8.0 color-string: ^1.5.3 core-js: ^3.16.0 @@ -2156,18 +2149,18 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^1.30.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.30.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: - "@carbon/colors": ^11.15.0-rc.0 - "@carbon/feature-flags": ^0.14.0-rc.0 - "@carbon/grid": ^11.14.0-rc.0 - "@carbon/layout": ^11.14.0-rc.0 - "@carbon/motion": ^11.11.0-rc.0 - "@carbon/test-utils": ^10.29.0-rc.0 - "@carbon/themes": ^11.19.0-rc.0 - "@carbon/type": ^11.18.0-rc.0 + "@carbon/colors": ^11.15.0 + "@carbon/feature-flags": ^0.14.0 + "@carbon/grid": ^11.14.0 + "@carbon/layout": ^11.14.0 + "@carbon/motion": ^11.11.0 + "@carbon/test-utils": ^10.29.0 + "@carbon/themes": ^11.19.0 + "@carbon/type": ^11.18.0 "@ibm/plex": 6.0.0-next.6 autoprefixer: ^10.4.7 browserslist-config-carbon: ^11.2.0 @@ -2192,7 +2185,7 @@ __metadata: languageName: node linkType: hard -"@carbon/test-utils@^10.29.0-rc.0, @carbon/test-utils@workspace:packages/test-utils": +"@carbon/test-utils@^10.29.0, @carbon/test-utils@workspace:packages/test-utils": version: 0.0.0-use.local resolution: "@carbon/test-utils@workspace:packages/test-utils" dependencies: @@ -2207,19 +2200,19 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@^11.19.0-rc.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^11.19.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: "@babel/node": ^7.17.10 "@babel/preset-env": ^7.18.2 - "@carbon/cli": ^11.10.0-rc.0 + "@carbon/cli": ^11.10.0 "@carbon/cli-reporter": ^10.6.0 - "@carbon/colors": ^11.15.0-rc.0 - "@carbon/layout": ^11.14.0-rc.0 - "@carbon/scss-generator": ^10.17.0-rc.0 - "@carbon/test-utils": ^10.29.0-rc.0 - "@carbon/type": ^11.18.0-rc.0 + "@carbon/colors": ^11.15.0 + "@carbon/layout": ^11.14.0 + "@carbon/scss-generator": ^10.17.0 + "@carbon/test-utils": ^10.29.0 + "@carbon/type": ^11.18.0 change-case: ^4.1.1 color: ^4.0.0 core-js: ^3.16.0 @@ -2229,14 +2222,14 @@ __metadata: languageName: unknown linkType: soft -"@carbon/type@^11.18.0-rc.0, @carbon/type@workspace:packages/type": +"@carbon/type@^11.18.0, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: - "@carbon/cli": ^11.10.0-rc.0 - "@carbon/grid": ^11.14.0-rc.0 - "@carbon/layout": ^11.14.0-rc.0 - "@carbon/test-utils": ^10.29.0-rc.0 + "@carbon/cli": ^11.10.0 + "@carbon/grid": ^11.14.0 + "@carbon/layout": ^11.14.0 + "@carbon/test-utils": ^10.29.0 change-case: ^4.1.1 css: ^3.0.0 rimraf: ^5.0.0 @@ -11327,10 +11320,10 @@ __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.30.0-rc.0 - "@carbon/styles": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 + "@carbon/styles": ^1.30.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.29.0-rc.0 + "@carbon/test-utils": ^10.29.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-commonjs": ^25.0.0 "@rollup/plugin-node-resolve": ^15.0.0 @@ -11367,9 +11360,9 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": ^1.30.0-rc.0 + "@carbon/styles": ^1.30.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.29.0-rc.0 + "@carbon/test-utils": ^10.29.0 chalk: 1.1.3 fs-extra: ^10.0.0 rimraf: ^5.0.0 @@ -11749,7 +11742,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -12101,7 +12094,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": ^1.30.0-rc.0 + "@carbon/styles": ^1.30.0 sass: ^1.51.0 vite: ^4.3.8 languageName: unknown @@ -12111,7 +12104,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-with-sass-compilation@workspace:examples/codesandbox-with-sass-compilation" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -12123,7 +12116,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox@workspace:examples/codesandbox" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -13549,7 +13542,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -15851,7 +15844,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 eslint: 8.40.0 next: 12.1.4 react: 18.2.0 @@ -15864,7 +15857,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 eslint: 8.40.0 eslint-config-next: 12.1.4 next: 12.1.4 @@ -18449,7 +18442,7 @@ fsevents@^1.2.7: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -18607,7 +18600,7 @@ fsevents@^1.2.7: resolution: "incremental-migration@workspace:examples/incremental-migration" dependencies: "@carbon/icons-react": ^10.49.0 - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 carbon-components: ^10.57.0 carbon-components-react: ^7.57.0 carbon-icons: ^7.0.7 @@ -26687,7 +26680,7 @@ fsevents@^1.2.7: languageName: node linkType: hard -"prettier-config-carbon@^0.10.0-rc.0, prettier-config-carbon@workspace:config/prettier-config-carbon": +"prettier-config-carbon@^0.10.0, prettier-config-carbon@workspace:config/prettier-config-carbon": version: 0.0.0-use.local resolution: "prettier-config-carbon@workspace:config/prettier-config-carbon" peerDependencies: @@ -33093,7 +33086,7 @@ fsevents@^1.2.7: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -34163,7 +34156,7 @@ fsevents@^1.2.7: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": ^1.30.0-rc.0 + "@carbon/react": ^1.30.0 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0