diff --git a/.yarn/cache/@carbon-icon-helpers-npm-10.32.0-8a31f83738-0e30aa111c.zip b/.yarn/cache/@carbon-icon-helpers-npm-10.32.0-8a31f83738-0e30aa111c.zip deleted file mode 100644 index 9f339e26162f..000000000000 Binary files a/.yarn/cache/@carbon-icon-helpers-npm-10.32.0-8a31f83738-0e30aa111c.zip and /dev/null differ diff --git a/config/eslint-config-carbon/package.json b/config/eslint-config-carbon/package.json index db76019dc0fd..f2b784ad652e 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": "2.15.0-rc.0", + "version": "2.15.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 abfd04755ad5..73275341b46b 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.8.0-rc.0", + "version": "0.8.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 314246e73d91..59584e716641 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.11.0-rc.0", + "version": "1.11.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/codesandbox-styles/package.json b/examples/codesandbox-styles/package.json index 0f9659e4d0dc..9175766174fc 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.16.0-rc.0", + "version": "0.16.0", "scripts": { "develop": "vite" }, @@ -9,7 +9,7 @@ "vite": "^2.8.0" }, "dependencies": { - "@carbon/styles": "^1.13.0-rc.0", + "@carbon/styles": "^1.13.0", "sass": "^1.51.0" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index 01345f18806f..a14b0132cbdf 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.14.0-rc.0", + "version": "0.14.0", "private": true, "dependencies": { - "@carbon/react": "^1.13.0-rc.0", + "@carbon/react": "^1.13.0", "react": "^17.0.0", "react-dom": "^17.0.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 955c1456fbab..0a0e2bd53eda 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.14.0-rc.0", + "version": "0.14.0", "private": true, "dependencies": { - "@carbon/react": "^1.13.0-rc.0", + "@carbon/react": "^1.13.0", "react": "^17.0.0", "react-dom": "^17.0.0" }, diff --git a/examples/incremental-migration/package.json b/examples/incremental-migration/package.json index eac4aa2f3194..3d39e548be98 100644 --- a/examples/incremental-migration/package.json +++ b/examples/incremental-migration/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration", "private": true, - "version": "0.13.0-rc.0", + "version": "0.13.0", "scripts": { "build": "next build", "dev": "next dev", @@ -13,7 +13,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.13.0-rc.0", + "@carbon/react": "^1.13.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 9f12f8e5321a..753d550d7cea 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.11.0-rc.0", + "version": "0.11.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.13.0-rc.0", + "@carbon/react": "^1.13.0", "next": "12.1.4", "react": "18.0.0", "react-dom": "18.0.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 572a73b70137..2f6ef7054a3f 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.13.0-rc.0", + "version": "0.13.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.13.0-rc.0", + "@carbon/react": "^1.13.0", "next": "12.1.4", "react": "18.0.0", "react-dom": "18.0.0" diff --git a/examples/vite/package.json b/examples/vite/package.json index fec8e7379033..05f746a27b96 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,14 +1,14 @@ { "name": "vite", "private": true, - "version": "0.11.0-rc.0", + "version": "0.11.0", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.13.0-rc.0", + "@carbon/react": "^1.13.0", "react": "^17.0.0", "react-dom": "^17.0.0" }, diff --git a/packages/carbon-components-react/package.json b/packages/carbon-components-react/package.json index a47482d9e99f..8be096b55160 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.13.0-rc.0", + "version": "8.13.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,8 +39,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.13.0-rc.0", - "@carbon/styles": "^1.13.0-rc.0", + "@carbon/react": "^1.13.0", + "@carbon/styles": "^1.13.0", "@carbon/telemetry": "0.1.0" }, "devDependencies": { @@ -51,7 +51,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.26.0-rc.0", + "@carbon/test-utils": "^10.26.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-node-resolve": "^13.0.0", diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 9fd76125d0ad..ea22f7644226 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.13.0-rc.0", + "version": "11.13.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -40,11 +40,11 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.13.0-rc.0", + "@carbon/styles": "^1.13.0", "@carbon/telemetry": "0.1.0" }, "devDependencies": { - "@carbon/test-utils": "^10.26.0-rc.0", + "@carbon/test-utils": "^10.26.0", "fs-extra": "^10.0.0", "rimraf": "^3.0.2", "sass": "^1.51.0" diff --git a/packages/cli/package.json b/packages/cli/package.json index 7cc93afdfb8f..d986e3bc2dda 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.4.0-rc.0", + "version": "11.4.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.7.1", - "prettier-config-carbon": "^0.8.0-rc.0", + "prettier-config-carbon": "^0.8.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 46c1f934f71d..a43f05a90138 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.5.0-rc.0", + "version": "11.5.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.4.0-rc.0", + "@carbon/cli": "^11.4.0", "@carbon/cli-reporter": "^10.5.0", - "@carbon/scss-generator": "^10.15.0-rc.0", - "@carbon/test-utils": "^10.26.0-rc.0", + "@carbon/scss-generator": "^10.15.0", + "@carbon/test-utils": "^10.26.0", "change-case": "^4.1.1", "fs-extra": "^10.0.0", "rimraf": "^3.0.0" diff --git a/packages/elements/package.json b/packages/elements/package.json index 64ff0aa0bc68..15cd12f3f790 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.10.0-rc.0", + "version": "11.10.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.5.0-rc.0", - "@carbon/grid": "^11.6.0-rc.0", - "@carbon/icons": "^11.8.0-rc.0", - "@carbon/layout": "^11.6.0-rc.0", - "@carbon/motion": "^11.4.0-rc.0", - "@carbon/themes": "^11.9.0-rc.0", - "@carbon/type": "^11.9.0-rc.0" + "@carbon/colors": "^11.5.0", + "@carbon/grid": "^11.6.0", + "@carbon/icons": "^11.8.0", + "@carbon/layout": "^11.6.0", + "@carbon/motion": "^11.4.0", + "@carbon/themes": "^11.9.0", + "@carbon/type": "^11.9.0" }, "devDependencies": { - "@carbon/cli": "^11.4.0-rc.0", + "@carbon/cli": "^11.4.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 f0b97c383951..5ed4975d226d 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.9.0-rc.0", + "version": "0.9.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.15.0-rc.0", + "@carbon/scss-generator": "^10.15.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-node-resolve": "^13.0.0", "change-case": "^4.1.2", diff --git a/packages/grid/package.json b/packages/grid/package.json index 49899c6652cc..1c24476b74ce 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.6.0-rc.0", + "version": "11.6.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -32,10 +32,10 @@ "clean": "rimraf scss/_inlined scss/vendor" }, "dependencies": { - "@carbon/layout": "^11.6.0-rc.0" + "@carbon/layout": "^11.6.0" }, "devDependencies": { - "@carbon/cli": "^11.4.0-rc.0", + "@carbon/cli": "^11.4.0", "rimraf": "^3.0.0" }, "eyeglass": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index bbe570488bf0..b48857c9c7d6 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.4.0-rc.0", + "version": "1.4.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.5.0", - "@carbon/icon-helpers": "^10.33.0-rc.0", + "@carbon/icon-helpers": "^10.33.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-replace": "^4.0.0", "browserslist-config-carbon": "^11.0.0", diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 816fc3ea5a58..7d494e928336 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.33.0-rc.0", + "version": "10.33.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.4.0-rc.0", + "@carbon/cli": "^11.4.0", "rimraf": "^3.0.0" }, "sideEffects": false diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 2333e613c919..6eee0e5be6e1 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.8.0-rc.0", + "version": "11.8.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,13 +36,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.33.0-rc.0", + "@carbon/icon-helpers": "^10.33.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.4.0-rc.0", - "@carbon/icons": "^11.8.0-rc.0", + "@carbon/icon-build-helpers": "^1.4.0", + "@carbon/icons": "^11.8.0", "rimraf": "^3.0.2" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 1b308bcf9903..6bb936cc7948 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.57.0-rc.0", + "version": "10.57.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.33.0-rc.0" + "@carbon/icon-helpers": "^10.33.0" }, "devDependencies": { "@carbon/cli-reporter": "^10.5.0", - "@carbon/icons": "^11.8.0-rc.0", + "@carbon/icons": "^11.8.0", "fs-extra": "^10.0.0", "prettier": "^2.7.1", "rimraf": "^3.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index f6f52ae55cf5..10a90bd7f4ed 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.8.0-rc.0", + "version": "11.8.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,8 +38,8 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/cli": "^11.4.0-rc.0", - "@carbon/icon-build-helpers": "^1.4.0-rc.0", + "@carbon/cli": "^11.4.0", + "@carbon/icon-build-helpers": "^1.4.0", "rimraf": "^3.0.2" } } diff --git a/packages/layout/package.json b/packages/layout/package.json index 40de0e7d1220..5746f649714e 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.6.0-rc.0", + "version": "11.6.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.4.0-rc.0", + "@carbon/cli": "^11.4.0", "@carbon/cli-reporter": "^10.5.0", - "@carbon/scss-generator": "^10.15.0-rc.0", - "@carbon/test-utils": "^10.26.0-rc.0", + "@carbon/scss-generator": "^10.15.0", + "@carbon/test-utils": "^10.26.0", "core-js": "^3.16.0", "rimraf": "^3.0.0" } diff --git a/packages/motion/package.json b/packages/motion/package.json index f4ead8344425..f0bc9dcb6f8a 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.4.0-rc.0", + "version": "11.4.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.4.0-rc.0", + "@carbon/cli": "^11.4.0", "rimraf": "^3.0.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index 304fc58d27fc..3cddade4393c 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.32.0-rc.0", + "version": "11.32.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,13 +37,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.33.0-rc.0", + "@carbon/icon-helpers": "^10.33.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.4.0-rc.0", - "@carbon/pictograms": "^12.6.0-rc.0" + "@carbon/icon-build-helpers": "^1.4.0", + "@carbon/pictograms": "^12.6.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 7b4287a592a8..113b72521d86 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.6.0-rc.0", + "version": "12.6.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.4.0-rc.0", + "@carbon/icon-build-helpers": "^1.4.0", "rimraf": "^3.0.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index d003fd28bbbe..83886549a026 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.13.0-rc.0", + "version": "1.13.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.9.0-rc.0", - "@carbon/icons-react": "^11.8.0-rc.0", - "@carbon/layout": "^11.6.0-rc.0", - "@carbon/styles": "^1.13.0-rc.0", + "@carbon/feature-flags": "^0.9.0", + "@carbon/icons-react": "^11.8.0", + "@carbon/layout": "^11.6.0", + "@carbon/styles": "^1.13.0", "@carbon/telemetry": "0.1.0", "classnames": "2.3.1", "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.26.0-rc.0", - "@carbon/themes": "^11.9.0-rc.0", + "@carbon/test-utils": "^10.26.0", + "@carbon/themes": "^11.9.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-node-resolve": "^13.0.0", diff --git a/packages/scss-generator/package.json b/packages/scss-generator/package.json index de3ef5c85bdb..a39f6e6eb6aa 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.15.0-rc.0", + "version": "10.15.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { diff --git a/packages/sketch/package.json b/packages/sketch/package.json index 9a11a278a1bc..2b4b460299ab 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.10.0-rc.0", + "version": "11.10.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -28,11 +28,11 @@ "skpm:link": "skpm-link" }, "dependencies": { - "@carbon/colors": "^11.5.0-rc.0", - "@carbon/icon-helpers": "^10.33.0-rc.0", - "@carbon/icons": "^11.8.0-rc.0", - "@carbon/themes": "^11.9.0-rc.0", - "@carbon/type": "^11.9.0-rc.0", + "@carbon/colors": "^11.5.0", + "@carbon/icon-helpers": "^10.33.0", + "@carbon/icons": "^11.8.0", + "@carbon/themes": "^11.9.0", + "@carbon/type": "^11.9.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 8467e036a265..8aaa98097a0a 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.13.0-rc.0", + "version": "1.13.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -32,17 +32,17 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/colors": "^11.5.0-rc.0", - "@carbon/feature-flags": "^0.9.0-rc.0", - "@carbon/grid": "^11.6.0-rc.0", - "@carbon/layout": "^11.6.0-rc.0", - "@carbon/motion": "^11.4.0-rc.0", - "@carbon/themes": "^11.9.0-rc.0", - "@carbon/type": "^11.9.0-rc.0", + "@carbon/colors": "^11.5.0", + "@carbon/feature-flags": "^0.9.0", + "@carbon/grid": "^11.6.0", + "@carbon/layout": "^11.6.0", + "@carbon/motion": "^11.4.0", + "@carbon/themes": "^11.9.0", + "@carbon/type": "^11.9.0", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { - "@carbon/test-utils": "^10.26.0-rc.0", + "@carbon/test-utils": "^10.26.0", "autoprefixer": "^10.4.7", "browserslist-config-carbon": "^11.0.0", "css": "^3.0.0", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 263c5e4deed6..d406985eda14 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.26.0-rc.0", + "version": "10.26.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/themes/package.json b/packages/themes/package.json index f01162b80bc4..99d4f2e6ddf6 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.9.0-rc.0", + "version": "11.9.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.5.0-rc.0", - "@carbon/layout": "^11.6.0-rc.0", - "@carbon/type": "^11.9.0-rc.0", + "@carbon/colors": "^11.5.0", + "@carbon/layout": "^11.6.0", + "@carbon/type": "^11.9.0", "color": "^3.1.2" }, "devDependencies": { "@babel/node": "^7.17.10", "@babel/preset-env": "^7.18.2", - "@carbon/cli": "^11.4.0-rc.0", + "@carbon/cli": "^11.4.0", "@carbon/cli-reporter": "^10.5.0", - "@carbon/scss-generator": "^10.15.0-rc.0", - "@carbon/test-utils": "^10.26.0-rc.0", + "@carbon/scss-generator": "^10.15.0", + "@carbon/test-utils": "^10.26.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 7e98544ff91a..837d68a27c8c 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.9.0-rc.0", + "version": "11.9.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,11 +37,11 @@ "clean": "rimraf css es lib umd" }, "dependencies": { - "@carbon/grid": "^11.6.0-rc.0" + "@carbon/grid": "^11.6.0" }, "devDependencies": { - "@carbon/cli": "^11.4.0-rc.0", - "@carbon/test-utils": "^10.26.0-rc.0", + "@carbon/cli": "^11.4.0", + "@carbon/test-utils": "^10.26.0", "change-case": "^4.1.1", "css": "^3.0.0", "rimraf": "^3.0.0" diff --git a/www/package.json b/www/package.json index 2c0c7c139f96..89431df68506 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.22.0-rc.0", + "version": "0.22.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.13.0-rc.0", + "@carbon/react": "^1.13.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 1e9b2e40da05..011996713138 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1881,7 +1881,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/cli@^11.4.0-rc.0, @carbon/cli@workspace:packages/cli": +"@carbon/cli@^11.4.0, @carbon/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@carbon/cli@workspace:packages/cli" dependencies: @@ -1905,7 +1905,7 @@ __metadata: lodash.template: ^4.5.0 markdown-toc: ^1.2.0 prettier: ^2.7.1 - prettier-config-carbon: ^0.8.0-rc.0 + prettier-config-carbon: ^0.8.0 progress-estimator: ^0.3.0 remark: ^10.0.1 replace-in-file: ^6.1.0 @@ -1918,14 +1918,14 @@ __metadata: languageName: unknown linkType: soft -"@carbon/colors@^11.5.0-rc.0, @carbon/colors@workspace:packages/colors": +"@carbon/colors@^11.5.0, @carbon/colors@workspace:packages/colors": version: 0.0.0-use.local resolution: "@carbon/colors@workspace:packages/colors" dependencies: - "@carbon/cli": ^11.4.0-rc.0 + "@carbon/cli": ^11.4.0 "@carbon/cli-reporter": ^10.5.0 - "@carbon/scss-generator": ^10.15.0-rc.0 - "@carbon/test-utils": ^10.26.0-rc.0 + "@carbon/scss-generator": ^10.15.0 + "@carbon/test-utils": ^10.26.0 change-case: ^4.1.1 fs-extra: ^10.0.0 rimraf: ^3.0.0 @@ -1936,14 +1936,14 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/elements@workspace:packages/elements" dependencies: - "@carbon/cli": ^11.4.0-rc.0 - "@carbon/colors": ^11.5.0-rc.0 - "@carbon/grid": ^11.6.0-rc.0 - "@carbon/icons": ^11.8.0-rc.0 - "@carbon/layout": ^11.6.0-rc.0 - "@carbon/motion": ^11.4.0-rc.0 - "@carbon/themes": ^11.9.0-rc.0 - "@carbon/type": ^11.9.0-rc.0 + "@carbon/cli": ^11.4.0 + "@carbon/colors": ^11.5.0 + "@carbon/grid": ^11.6.0 + "@carbon/icons": ^11.8.0 + "@carbon/layout": ^11.6.0 + "@carbon/motion": ^11.4.0 + "@carbon/themes": ^11.9.0 + "@carbon/type": ^11.9.0 fs-extra: ^10.0.0 klaw-sync: ^6.0.0 replace-in-file: ^3.4.2 @@ -1951,7 +1951,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/feature-flags@^0.9.0-rc.0, @carbon/feature-flags@workspace:packages/feature-flags": +"@carbon/feature-flags@^0.9.0, @carbon/feature-flags@workspace:packages/feature-flags": version: 0.0.0-use.local resolution: "@carbon/feature-flags@workspace:packages/feature-flags" dependencies: @@ -1960,7 +1960,7 @@ __metadata: "@babel/preset-env": ^7.18.2 "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 - "@carbon/scss-generator": ^10.15.0-rc.0 + "@carbon/scss-generator": ^10.15.0 "@rollup/plugin-babel": ^5.3.0 "@rollup/plugin-node-resolve": ^13.0.0 change-case: ^4.1.2 @@ -1979,17 +1979,17 @@ __metadata: languageName: node linkType: hard -"@carbon/grid@^11.6.0-rc.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^11.6.0, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: - "@carbon/cli": ^11.4.0-rc.0 - "@carbon/layout": ^11.6.0-rc.0 + "@carbon/cli": ^11.4.0 + "@carbon/layout": ^11.6.0 rimraf: ^3.0.0 languageName: unknown linkType: soft -"@carbon/icon-build-helpers@^1.4.0-rc.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@^1.4.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: @@ -2000,7 +2000,7 @@ __metadata: "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 "@carbon/cli-reporter": ^10.5.0 - "@carbon/icon-helpers": ^10.33.0-rc.0 + "@carbon/icon-helpers": ^10.33.0 "@rollup/plugin-babel": ^5.3.0 "@rollup/plugin-replace": ^4.0.0 browserslist-config-carbon: ^11.0.0 @@ -2024,29 +2024,22 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icon-helpers@^10.33.0-rc.0, @carbon/icon-helpers@workspace:packages/icon-helpers": +"@carbon/icon-helpers@^10.28.0, @carbon/icon-helpers@^10.33.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.4.0-rc.0 + "@carbon/cli": ^11.4.0 rimraf: ^3.0.0 languageName: unknown linkType: soft -"@carbon/icon-helpers@npm:^10.28.0": - version: 10.32.0 - resolution: "@carbon/icon-helpers@npm:10.32.0" - checksum: 0e30aa111ccde24bf02dd17b3d1016ce829e2a1f9082c2986520b3df38a8cad504a231d0d4fd0cbe15b3e35af0e091ff7ce09cb2d20553e4618d800981f933b5 - languageName: node - linkType: hard - -"@carbon/icons-react@^11.8.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@^11.8.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.4.0-rc.0 - "@carbon/icon-helpers": ^10.33.0-rc.0 - "@carbon/icons": ^11.8.0-rc.0 + "@carbon/icon-build-helpers": ^1.4.0 + "@carbon/icon-helpers": ^10.33.0 + "@carbon/icons": ^11.8.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^3.0.2 @@ -2073,8 +2066,8 @@ __metadata: resolution: "@carbon/icons-vue@workspace:packages/icons-vue" dependencies: "@carbon/cli-reporter": ^10.5.0 - "@carbon/icon-helpers": ^10.33.0-rc.0 - "@carbon/icons": ^11.8.0-rc.0 + "@carbon/icon-helpers": ^10.33.0 + "@carbon/icons": ^11.8.0 fs-extra: ^10.0.0 prettier: ^2.7.1 rimraf: ^3.0.0 @@ -2083,24 +2076,24 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@^11.8.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.8.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: - "@carbon/cli": ^11.4.0-rc.0 - "@carbon/icon-build-helpers": ^1.4.0-rc.0 + "@carbon/cli": ^11.4.0 + "@carbon/icon-build-helpers": ^1.4.0 rimraf: ^3.0.2 languageName: unknown linkType: soft -"@carbon/layout@^11.6.0-rc.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^11.6.0, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: - "@carbon/cli": ^11.4.0-rc.0 + "@carbon/cli": ^11.4.0 "@carbon/cli-reporter": ^10.5.0 - "@carbon/scss-generator": ^10.15.0-rc.0 - "@carbon/test-utils": ^10.26.0-rc.0 + "@carbon/scss-generator": ^10.15.0 + "@carbon/test-utils": ^10.26.0 core-js: ^3.16.0 rimraf: ^3.0.0 languageName: unknown @@ -2113,11 +2106,11 @@ __metadata: languageName: node linkType: hard -"@carbon/motion@^11.4.0-rc.0, @carbon/motion@workspace:packages/motion": +"@carbon/motion@^11.4.0, @carbon/motion@workspace:packages/motion": version: 0.0.0-use.local resolution: "@carbon/motion@workspace:packages/motion" dependencies: - "@carbon/cli": ^11.4.0-rc.0 + "@carbon/cli": ^11.4.0 rimraf: ^3.0.0 languageName: unknown linkType: soft @@ -2126,9 +2119,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": ^1.4.0-rc.0 - "@carbon/icon-helpers": ^10.33.0-rc.0 - "@carbon/pictograms": ^12.6.0-rc.0 + "@carbon/icon-build-helpers": ^1.4.0 + "@carbon/icon-helpers": ^10.33.0 + "@carbon/pictograms": ^12.6.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 peerDependencies: @@ -2136,16 +2129,16 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.6.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.6.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: - "@carbon/icon-build-helpers": ^1.4.0-rc.0 + "@carbon/icon-build-helpers": ^1.4.0 rimraf: ^3.0.0 languageName: unknown linkType: soft -"@carbon/react@^1.13.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@^1.13.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2157,13 +2150,13 @@ __metadata: "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 "@babel/runtime": ^7.18.3 - "@carbon/feature-flags": ^0.9.0-rc.0 - "@carbon/icons-react": ^11.8.0-rc.0 - "@carbon/layout": ^11.6.0-rc.0 - "@carbon/styles": ^1.13.0-rc.0 + "@carbon/feature-flags": ^0.9.0 + "@carbon/icons-react": ^11.8.0 + "@carbon/layout": ^11.6.0 + "@carbon/styles": ^1.13.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.26.0-rc.0 - "@carbon/themes": ^11.9.0-rc.0 + "@carbon/test-utils": ^10.26.0 + "@carbon/themes": ^11.9.0 "@rollup/plugin-babel": ^5.3.0 "@rollup/plugin-commonjs": ^21.0.0 "@rollup/plugin-node-resolve": ^13.0.0 @@ -2229,7 +2222,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/scss-generator@^10.15.0-rc.0, @carbon/scss-generator@workspace:packages/scss-generator": +"@carbon/scss-generator@^10.15.0, @carbon/scss-generator@workspace:packages/scss-generator": version: 0.0.0-use.local resolution: "@carbon/scss-generator@workspace:packages/scss-generator" dependencies: @@ -2241,11 +2234,11 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/sketch@workspace:packages/sketch" dependencies: - "@carbon/colors": ^11.5.0-rc.0 - "@carbon/icon-helpers": ^10.33.0-rc.0 - "@carbon/icons": ^11.8.0-rc.0 - "@carbon/themes": ^11.9.0-rc.0 - "@carbon/type": ^11.9.0-rc.0 + "@carbon/colors": ^11.5.0 + "@carbon/icon-helpers": ^10.33.0 + "@carbon/icons": ^11.8.0 + "@carbon/themes": ^11.9.0 + "@carbon/type": ^11.9.0 "@skpm/builder": ^0.8.0 color-string: ^1.5.3 core-js: ^3.16.0 @@ -2256,18 +2249,18 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^1.13.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.13.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: - "@carbon/colors": ^11.5.0-rc.0 - "@carbon/feature-flags": ^0.9.0-rc.0 - "@carbon/grid": ^11.6.0-rc.0 - "@carbon/layout": ^11.6.0-rc.0 - "@carbon/motion": ^11.4.0-rc.0 - "@carbon/test-utils": ^10.26.0-rc.0 - "@carbon/themes": ^11.9.0-rc.0 - "@carbon/type": ^11.9.0-rc.0 + "@carbon/colors": ^11.5.0 + "@carbon/feature-flags": ^0.9.0 + "@carbon/grid": ^11.6.0 + "@carbon/layout": ^11.6.0 + "@carbon/motion": ^11.4.0 + "@carbon/test-utils": ^10.26.0 + "@carbon/themes": ^11.9.0 + "@carbon/type": ^11.9.0 "@ibm/plex": 6.0.0-next.6 autoprefixer: ^10.4.7 browserslist-config-carbon: ^11.0.0 @@ -2292,7 +2285,7 @@ __metadata: languageName: node linkType: hard -"@carbon/test-utils@^10.26.0-rc.0, @carbon/test-utils@workspace:packages/test-utils": +"@carbon/test-utils@^10.26.0, @carbon/test-utils@workspace:packages/test-utils": version: 0.0.0-use.local resolution: "@carbon/test-utils@workspace:packages/test-utils" dependencies: @@ -2307,19 +2300,19 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@^11.9.0-rc.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^11.9.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.4.0-rc.0 + "@carbon/cli": ^11.4.0 "@carbon/cli-reporter": ^10.5.0 - "@carbon/colors": ^11.5.0-rc.0 - "@carbon/layout": ^11.6.0-rc.0 - "@carbon/scss-generator": ^10.15.0-rc.0 - "@carbon/test-utils": ^10.26.0-rc.0 - "@carbon/type": ^11.9.0-rc.0 + "@carbon/colors": ^11.5.0 + "@carbon/layout": ^11.6.0 + "@carbon/scss-generator": ^10.15.0 + "@carbon/test-utils": ^10.26.0 + "@carbon/type": ^11.9.0 change-case: ^4.1.1 color: ^3.1.2 core-js: ^3.16.0 @@ -2329,13 +2322,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/type@^11.9.0-rc.0, @carbon/type@workspace:packages/type": +"@carbon/type@^11.9.0, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: - "@carbon/cli": ^11.4.0-rc.0 - "@carbon/grid": ^11.6.0-rc.0 - "@carbon/test-utils": ^10.26.0-rc.0 + "@carbon/cli": ^11.4.0 + "@carbon/grid": ^11.6.0 + "@carbon/test-utils": ^10.26.0 change-case: ^4.1.1 css: ^3.0.0 rimraf: ^3.0.0 @@ -10705,10 +10698,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.13.0-rc.0 - "@carbon/styles": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 + "@carbon/styles": ^1.13.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.26.0-rc.0 + "@carbon/test-utils": ^10.26.0 "@rollup/plugin-babel": ^5.3.0 "@rollup/plugin-commonjs": ^21.0.0 "@rollup/plugin-node-resolve": ^13.0.0 @@ -10744,9 +10737,9 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": ^1.13.0-rc.0 + "@carbon/styles": ^1.13.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.26.0-rc.0 + "@carbon/test-utils": ^10.26.0 fs-extra: ^10.0.0 rimraf: ^3.0.2 sass: ^1.51.0 @@ -11440,7 +11433,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": ^1.13.0-rc.0 + "@carbon/styles": ^1.13.0 sass: ^1.51.0 vite: ^2.8.0 languageName: unknown @@ -11450,7 +11443,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-with-sass-compilation@workspace:examples/codesandbox-with-sass-compilation" dependencies: - "@carbon/react": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 react: ^17.0.0 react-dom: ^17.0.0 react-scripts: 5.0.0 @@ -11462,7 +11455,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox@workspace:examples/codesandbox" dependencies: - "@carbon/react": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 react: ^17.0.0 react-dom: ^17.0.0 react-scripts: 5.0.0 @@ -15421,7 +15414,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 eslint: 8.12.0 next: 12.1.4 react: 18.0.0 @@ -15434,7 +15427,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 eslint: 8.12.0 eslint-config-next: 12.1.4 next: 12.1.4 @@ -18024,7 +18017,7 @@ fsevents@^1.2.7: resolution: "incremental-migration@workspace:examples/incremental-migration" dependencies: "@carbon/icons-react": ^10.49.0 - "@carbon/react": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 carbon-components: ^10.57.0 carbon-components-react: ^7.57.0 carbon-icons: ^7.0.7 @@ -25587,7 +25580,7 @@ fsevents@^1.2.7: languageName: node linkType: hard -"prettier-config-carbon@^0.8.0-rc.0, prettier-config-carbon@workspace:config/prettier-config-carbon": +"prettier-config-carbon@^0.8.0, prettier-config-carbon@workspace:config/prettier-config-carbon": version: 0.0.0-use.local resolution: "prettier-config-carbon@workspace:config/prettier-config-carbon" dependencies: @@ -31919,7 +31912,7 @@ resolve@^2.0.0-next.3: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 "@types/react": ^18.0.0 "@types/react-dom": ^18.0.0 "@vitejs/plugin-react": 1.1.3 @@ -32992,7 +32985,7 @@ resolve@^2.0.0-next.3: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": ^1.13.0-rc.0 + "@carbon/react": ^1.13.0 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0