From 6d133d4f920b7c01f6ea2221938a339c14a85b42 Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:27:38 -0300 Subject: [PATCH] chore(release): v11.48.0 (#15567) Co-authored-by: tw15egan --- config/eslint-config-carbon/package.json | 2 +- config/stylelint-config-carbon/package.json | 2 +- examples/class-prefix/package.json | 4 +- examples/codesandbox-styles/package.json | 4 +- examples/custom-theme/package.json | 4 +- examples/id-prefix/package.json | 4 +- .../incremental-migration-vite/package.json | 4 +- examples/light-dark-mode/package.json | 4 +- examples/nextjs/package.json | 4 +- examples/v10-token-compat-in-v11/package.json | 4 +- examples/vite/package.json | 4 +- packages/carbon-components-react/package.json | 6 +- packages/carbon-components/package.json | 4 +- packages/elements/package.json | 6 +- packages/icon-build-helpers/package.json | 2 +- packages/icons-react/package.json | 6 +- packages/icons-vue/package.json | 4 +- packages/icons/package.json | 4 +- packages/pictograms-react/package.json | 6 +- packages/pictograms/package.json | 4 +- packages/react/package.json | 8 +-- packages/styles/package.json | 4 +- packages/themes/package.json | 2 +- www/package.json | 4 +- yarn.lock | 66 +++++++++---------- 25 files changed, 83 insertions(+), 83 deletions(-) diff --git a/config/eslint-config-carbon/package.json b/config/eslint-config-carbon/package.json index af1742421beb..3a53318056a2 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.11.0-rc.0", + "version": "3.11.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 f2b88a6e04e8..9bf85cb98e28 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.17.0-rc.0", + "version": "1.17.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index d68a86b41c42..42c0403ea2b7 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.45.0-rc.0", + "version": "0.45.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.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 b474c74fa6b3..724c01925a6b 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.51.0-rc.0", + "version": "0.51.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.48.0-rc.0" + "@carbon/styles": "^1.48.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 7df7ca183730..c938371ebbe8 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.46.0-rc.0", + "version": "0.46.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.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 d7f0e1204b5b..9ba78c6530e7 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.45.0-rc.0", + "version": "0.45.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/incremental-migration-vite/package.json b/examples/incremental-migration-vite/package.json index 3ea31e6ccad9..dabad46fc721 100644 --- a/examples/incremental-migration-vite/package.json +++ b/examples/incremental-migration-vite/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration-vite", "private": true, - "version": "0.13.0-rc.0", + "version": "0.13.0", "scripts": { "dev": "vite", "build": "vite build", @@ -12,7 +12,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.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 8dbea9553208..4996330415f4 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.46.0-rc.0", + "version": "0.46.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.0", "next": "13.5.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 5250edc817cf..4c195ed55449 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.48.0-rc.0", + "version": "0.48.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.0", "next": "13.5.6", "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 c81698d05c50..6d2a038a62d2 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.46.0-rc.0", + "version": "0.46.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index b17cd88643d7..eb54e316d1c1 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.46.0-rc.0", + "version": "0.46.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.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 ac0112199bb3..98f6a2892b6a 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.48.0-rc.0", + "version": "8.48.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.48.0-rc.0", - "@carbon/styles": "^1.48.0-rc.0", + "@carbon/react": "^1.48.0", + "@carbon/styles": "^1.48.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 e14bc0c6d75b..6d9bb884f760 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.48.0-rc.0", + "version": "11.48.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -42,7 +42,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.48.0-rc.0", + "@carbon/styles": "^1.48.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index 9e80eb53d105..10fd1771456a 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.37.0-rc.0", + "version": "11.37.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,10 +38,10 @@ "dependencies": { "@carbon/colors": "^11.20.0", "@carbon/grid": "^11.21.0", - "@carbon/icons": "^11.34.0-rc.0", + "@carbon/icons": "^11.34.0", "@carbon/layout": "^11.20.0", "@carbon/motion": "^11.16.0", - "@carbon/themes": "^11.29.0-rc.0", + "@carbon/themes": "^11.29.0", "@carbon/type": "^11.25.0" }, "devDependencies": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index a3934b490adf..3cd9e3bf139c 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.21.0-rc.0", + "version": "1.21.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 1f2a831c4d2c..e33ab5c5e222 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.34.0-rc.0", + "version": "11.34.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -42,8 +42,8 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.21.0-rc.0", - "@carbon/icons": "^11.34.0-rc.0", + "@carbon/icon-build-helpers": "^1.21.0", + "@carbon/icons": "^11.34.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 5461fd3c1dd0..d923c6826104 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.83.0-rc.0", + "version": "10.83.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.34.0-rc.0", + "@carbon/icons": "^11.34.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 51265fd7bfc0..7fd661de06ea 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.34.0-rc.0", + "version": "11.34.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,7 +40,7 @@ }, "devDependencies": { "@carbon/cli": "^11.15.0", - "@carbon/icon-build-helpers": "^1.21.0-rc.0", + "@carbon/icon-build-helpers": "^1.21.0", "rimraf": "^5.0.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index f00dfcb90ed8..e5882552b4b6 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.56.0-rc.0", + "version": "11.56.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,8 +43,8 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.21.0-rc.0", - "@carbon/pictograms": "^12.30.0-rc.0", + "@carbon/icon-build-helpers": "^1.21.0", + "@carbon/pictograms": "^12.30.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index d25f76ed1258..4746893abc49 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.30.0-rc.0", + "version": "12.30.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -32,7 +32,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.21.0-rc.0", + "@carbon/icon-build-helpers": "^1.21.0", "rimraf": "^5.0.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index e334d78e17f8..b10c204eb44b 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.48.0-rc.0", + "version": "1.48.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -49,9 +49,9 @@ "dependencies": { "@babel/runtime": "^7.18.3", "@carbon/feature-flags": "^0.16.0", - "@carbon/icons-react": "^11.34.0-rc.0", + "@carbon/icons-react": "^11.34.0", "@carbon/layout": "^11.20.0", - "@carbon/styles": "^1.48.0-rc.0", + "@carbon/styles": "^1.48.0", "@ibm/telemetry-js": "^1.1.0", "classnames": "2.5.1", "copy-to-clipboard": "^3.3.1", @@ -79,7 +79,7 @@ "@babel/preset-react": "^7.22.3", "@babel/preset-typescript": "^7.21.5", "@carbon/test-utils": "^10.30.0", - "@carbon/themes": "^11.29.0-rc.0", + "@carbon/themes": "^11.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/styles/package.json b/packages/styles/package.json index 84e2e2400309..e8df00574f27 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.48.0-rc.0", + "version": "1.48.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -43,7 +43,7 @@ "@carbon/grid": "^11.21.0", "@carbon/layout": "^11.20.0", "@carbon/motion": "^11.16.0", - "@carbon/themes": "^11.29.0-rc.0", + "@carbon/themes": "^11.29.0", "@carbon/type": "^11.25.0", "@ibm/plex": "6.0.0-next.6" }, diff --git a/packages/themes/package.json b/packages/themes/package.json index 36227b33d0d9..58b9432cd950 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.29.0-rc.0", + "version": "11.29.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/www/package.json b/www/package.json index 82f4cd4165b0..ed81d00a8704 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.57.0-rc.0", + "version": "0.57.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.48.0-rc.0", + "@carbon/react": "^1.48.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 067d824a4f3c..479f8f89070e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1828,10 +1828,10 @@ __metadata: "@carbon/cli": "npm:^11.15.0" "@carbon/colors": "npm:^11.20.0" "@carbon/grid": "npm:^11.21.0" - "@carbon/icons": "npm:^11.34.0-rc.0" + "@carbon/icons": "npm:^11.34.0" "@carbon/layout": "npm:^11.20.0" "@carbon/motion": "npm:^11.16.0" - "@carbon/themes": "npm:^11.29.0-rc.0" + "@carbon/themes": "npm:^11.29.0" "@carbon/type": "npm:^11.25.0" fs-extra: "npm:^11.0.0" klaw-sync: "npm:^6.0.0" @@ -1878,7 +1878,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icon-build-helpers@npm:^1.21.0-rc.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@npm:^1.21.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: @@ -1937,13 +1937,13 @@ __metadata: languageName: node linkType: hard -"@carbon/icons-react@npm:^11.34.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@npm:^11.34.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": "npm:^1.21.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.21.0" "@carbon/icon-helpers": "npm:^10.45.0" - "@carbon/icons": "npm:^11.34.0-rc.0" + "@carbon/icons": "npm:^11.34.0" "@carbon/telemetry": "npm:0.1.0" prop-types: "npm:^15.7.2" rimraf: "npm:^5.0.0" @@ -1958,7 +1958,7 @@ __metadata: dependencies: "@carbon/cli-reporter": "npm:^10.7.0" "@carbon/icon-helpers": "npm:^10.45.0" - "@carbon/icons": "npm:^11.34.0-rc.0" + "@carbon/icons": "npm:^11.34.0" fs-extra: "npm:^11.0.0" prettier: "npm:^2.8.8" rimraf: "npm:^5.0.0" @@ -1967,12 +1967,12 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@npm:^11.34.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@npm:^11.34.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: "@carbon/cli": "npm:^11.15.0" - "@carbon/icon-build-helpers": "npm:^1.21.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.21.0" rimraf: "npm:^5.0.0" languageName: unknown linkType: soft @@ -2010,9 +2010,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": "npm:^1.21.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.21.0" "@carbon/icon-helpers": "npm:^10.45.0" - "@carbon/pictograms": "npm:^12.30.0-rc.0" + "@carbon/pictograms": "npm:^12.30.0" "@carbon/telemetry": "npm:0.1.0" prop-types: "npm:^15.7.2" rimraf: "npm:^5.0.0" @@ -2021,16 +2021,16 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@npm:^12.30.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@npm:^12.30.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: - "@carbon/icon-build-helpers": "npm:^1.21.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.21.0" rimraf: "npm:^5.0.0" languageName: unknown linkType: soft -"@carbon/react@npm:^1.48.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.48.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2044,11 +2044,11 @@ __metadata: "@babel/preset-typescript": "npm:^7.21.5" "@babel/runtime": "npm:^7.18.3" "@carbon/feature-flags": "npm:^0.16.0" - "@carbon/icons-react": "npm:^11.34.0-rc.0" + "@carbon/icons-react": "npm:^11.34.0" "@carbon/layout": "npm:^11.20.0" - "@carbon/styles": "npm:^1.48.0-rc.0" + "@carbon/styles": "npm:^1.48.0" "@carbon/test-utils": "npm:^10.30.0" - "@carbon/themes": "npm:^11.29.0-rc.0" + "@carbon/themes": "npm:^11.29.0" "@ibm/telemetry-js": "npm:^1.1.0" "@rollup/plugin-babel": "npm:^6.0.0" "@rollup/plugin-commonjs": "npm:^25.0.0" @@ -2126,7 +2126,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.48.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.48.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -2136,7 +2136,7 @@ __metadata: "@carbon/layout": "npm:^11.20.0" "@carbon/motion": "npm:^11.16.0" "@carbon/test-utils": "npm:^10.30.0" - "@carbon/themes": "npm:^11.29.0-rc.0" + "@carbon/themes": "npm:^11.29.0" "@carbon/type": "npm:^11.25.0" "@ibm/plex": "npm:6.0.0-next.6" autoprefixer: "npm:^10.4.7" @@ -2179,7 +2179,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@npm:^11.29.0-rc.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@npm:^11.29.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: @@ -9843,8 +9843,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": "npm:^7.17.12" "@babel/preset-env": "npm:^7.18.2" "@babel/preset-react": "npm:^7.17.12" - "@carbon/react": "npm:^1.48.0-rc.0" - "@carbon/styles": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" + "@carbon/styles": "npm:^1.48.0" "@carbon/telemetry": "npm:0.1.0" "@carbon/test-utils": "npm:^10.30.0" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9883,7 +9883,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.48.0-rc.0" + "@carbon/styles": "npm:^1.48.0" "@carbon/telemetry": "npm:0.1.0" "@carbon/test-utils": "npm:^10.30.0" chalk: "npm:1.1.3" @@ -10232,7 +10232,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10543,7 +10543,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.48.0-rc.0" + "@carbon/styles": "npm:^1.48.0" sass: "npm:^1.51.0" vite: "npm:^4.3.8" languageName: unknown @@ -11570,7 +11570,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13637,7 +13637,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" eslint: "npm:8.40.0" next: "npm:13.5.1" react: "npm:18.2.0" @@ -13650,7 +13650,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:13.5.6" @@ -15799,7 +15799,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -15913,7 +15913,7 @@ __metadata: resolution: "incremental-migration-vite@workspace:examples/incremental-migration-vite" dependencies: "@carbon/icons-react": "npm:^10.49.0" - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" "@vitejs/plugin-react": "npm:4.0.0" carbon-components: "npm:^10.57.0" carbon-components-react: "npm:^7.57.0" @@ -27637,7 +27637,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27923,7 +27923,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28493,7 +28493,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.48.0-rc.0" + "@carbon/react": "npm:^1.48.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"