From 7d883c90790c14c76ce131a62121a533ffe6af6f Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:10:42 -0500 Subject: [PATCH] chore(release): v11.56.0 (#16256) Co-authored-by: tay1orjones <3360588+tay1orjones@users.noreply.github.com> --- 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 | 4 +- 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 | 6 +- packages/styles/package.json | 2 +- www/package.json | 4 +- yarn.lock | 58 +++++++++---------- 22 files changed, 73 insertions(+), 73 deletions(-) diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index f87e0e955071..f5db3a40c407 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.53.0-rc.1", + "version": "0.53.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 323601b9a1ca..c5938c417648 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.58.1-rc.0", + "version": "0.59.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.55.1-rc.0" + "@carbon/styles": "^1.56.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 1cf4a1433232..76e3be49dda4 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.54.0-rc.1", + "version": "0.54.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 1fad90455fd1..5805470a536e 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.53.0-rc.1", + "version": "0.53.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 8c4801a37937..dcf5c3348235 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.21.0-rc.1", + "version": "0.21.0", "scripts": { "dev": "vite", "build": "vite build", @@ -12,7 +12,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 a790bd5542a6..4d1705b752db 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.54.0-rc.1", + "version": "0.54.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 ca86ee52c501..90a7abbbec0c 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.56.0-rc.1", + "version": "0.56.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 1dceaacb9d7e..e0d8e100bcef 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.54.0-rc.1", + "version": "0.54.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index e5c4b7ee1f10..87557d8415de 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.54.0-rc.1", + "version": "0.54.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 78bb5381843f..a2f1c578d7c0 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.56.0-rc.1", + "version": "8.56.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -42,8 +42,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", - "@carbon/styles": "^1.55.1-rc.0", + "@carbon/react": "^1.56.0", + "@carbon/styles": "^1.56.0", "@ibm/telemetry-js": "^1.2.1", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index acc3b61154e4..800323357820 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.55.1-rc.0", + "version": "11.56.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -43,7 +43,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.55.1-rc.0", + "@carbon/styles": "^1.56.0", "@ibm/telemetry-js": "^1.2.1", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index e62ecd833475..16e525241fed 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.44.0-rc.1", + "version": "11.44.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,7 +40,7 @@ "dependencies": { "@carbon/colors": "^11.21.0", "@carbon/grid": "^11.22.0", - "@carbon/icons": "^11.40.0-rc.1", + "@carbon/icons": "^11.40.0", "@carbon/layout": "^11.21.0", "@carbon/motion": "^11.17.0", "@carbon/themes": "^11.34.0", diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index ba7852f0de09..a34a8b930b77 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.25.0-rc.0", + "version": "1.25.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 045ce89c53ae..eaeb46644706 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.40.0-rc.1", + "version": "11.40.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.25.0-rc.0", - "@carbon/icons": "^11.40.0-rc.1", + "@carbon/icon-build-helpers": "^1.25.0", + "@carbon/icons": "^11.40.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 9c478569224a..81c6c7177aa7 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.89.0-rc.1", + "version": "10.89.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.40.0-rc.1", + "@carbon/icons": "^11.40.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 89335f08efc2..076c4fe2e8f0 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.40.0-rc.1", + "version": "11.40.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -42,7 +42,7 @@ }, "devDependencies": { "@carbon/cli": "^11.16.0", - "@carbon/icon-build-helpers": "^1.25.0-rc.0", + "@carbon/icon-build-helpers": "^1.25.0", "rimraf": "^5.0.0" }, "dependencies": { diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index ee4221170c09..69a6393d6ceb 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.61.0-rc.1", + "version": "11.61.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -44,8 +44,8 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.25.0-rc.0", - "@carbon/pictograms": "^12.35.0-rc.1", + "@carbon/icon-build-helpers": "^1.25.0", + "@carbon/pictograms": "^12.35.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 80ee585fb3e4..136808d1a782 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.35.0-rc.1", + "version": "12.35.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,7 +33,7 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.25.0-rc.0", + "@carbon/icon-build-helpers": "^1.25.0", "rimraf": "^5.0.0" }, "dependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 9a2df3393bdc..b5cb1dd7fd90 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.56.0-rc.1", + "version": "1.56.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.19.0", - "@carbon/icons-react": "^11.40.0-rc.1", + "@carbon/icons-react": "^11.40.0", "@carbon/layout": "^11.21.0", - "@carbon/styles": "^1.55.1-rc.0", + "@carbon/styles": "^1.56.0", "@floating-ui/react": "^0.26.0", "@ibm/telemetry-js": "^1.4.0", "classnames": "2.5.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index 24191496d13e..e87c697bf116 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.55.1-rc.0", + "version": "1.56.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index e5a5c9738962..f7c8abb787d1 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.65.0-rc.1", + "version": "0.65.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.56.0-rc.1", + "@carbon/react": "^1.56.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 03a9477cb96c..ea68ad4e3ade 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1830,7 +1830,7 @@ __metadata: "@carbon/cli": "npm:^11.16.0" "@carbon/colors": "npm:^11.21.0" "@carbon/grid": "npm:^11.22.0" - "@carbon/icons": "npm:^11.40.0-rc.1" + "@carbon/icons": "npm:^11.40.0" "@carbon/layout": "npm:^11.21.0" "@carbon/motion": "npm:^11.17.0" "@carbon/themes": "npm:^11.34.0" @@ -1883,7 +1883,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icon-build-helpers@npm:^1.25.0-rc.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@npm:^1.25.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: @@ -1943,13 +1943,13 @@ __metadata: languageName: node linkType: hard -"@carbon/icons-react@npm:^11.40.0-rc.1, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@npm:^11.40.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.25.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.25.0" "@carbon/icon-helpers": "npm:^10.47.0" - "@carbon/icons": "npm:^11.40.0-rc.1" + "@carbon/icons": "npm:^11.40.0" "@ibm/telemetry-js": "npm:^1.2.1" prop-types: "npm:^15.7.2" rimraf: "npm:^5.0.0" @@ -1964,7 +1964,7 @@ __metadata: dependencies: "@carbon/cli-reporter": "npm:^10.7.0" "@carbon/icon-helpers": "npm:^10.47.0" - "@carbon/icons": "npm:^11.40.0-rc.1" + "@carbon/icons": "npm:^11.40.0" "@ibm/telemetry-js": "npm:^1.2.1" fs-extra: "npm:^11.0.0" prettier: "npm:^2.8.8" @@ -1974,12 +1974,12 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@npm:^11.40.0-rc.1, @carbon/icons@workspace:packages/icons": +"@carbon/icons@npm:^11.40.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: "@carbon/cli": "npm:^11.16.0" - "@carbon/icon-build-helpers": "npm:^1.25.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.25.0" "@ibm/telemetry-js": "npm:^1.2.1" rimraf: "npm:^5.0.0" languageName: unknown @@ -2020,9 +2020,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": "npm:^1.25.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.25.0" "@carbon/icon-helpers": "npm:^10.47.0" - "@carbon/pictograms": "npm:^12.35.0-rc.1" + "@carbon/pictograms": "npm:^12.35.0" "@ibm/telemetry-js": "npm:^1.2.1" prop-types: "npm:^15.7.2" rimraf: "npm:^5.0.0" @@ -2031,17 +2031,17 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@npm:^12.35.0-rc.1, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@npm:^12.35.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.25.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.25.0" "@ibm/telemetry-js": "npm:^1.2.1" rimraf: "npm:^5.0.0" languageName: unknown linkType: soft -"@carbon/react@npm:^1.56.0-rc.1, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.56.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2055,9 +2055,9 @@ __metadata: "@babel/preset-typescript": "npm:^7.21.5" "@babel/runtime": "npm:^7.18.3" "@carbon/feature-flags": "npm:^0.19.0" - "@carbon/icons-react": "npm:^11.40.0-rc.1" + "@carbon/icons-react": "npm:^11.40.0" "@carbon/layout": "npm:^11.21.0" - "@carbon/styles": "npm:^1.55.1-rc.0" + "@carbon/styles": "npm:^1.56.0" "@carbon/test-utils": "npm:^10.30.0" "@carbon/themes": "npm:^11.34.0" "@floating-ui/react": "npm:^0.26.0" @@ -2139,7 +2139,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.55.1-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.56.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -9951,8 +9951,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.56.0-rc.1" - "@carbon/styles": "npm:^1.55.1-rc.0" + "@carbon/react": "npm:^1.56.0" + "@carbon/styles": "npm:^1.56.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.2.1" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9991,7 +9991,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.55.1-rc.0" + "@carbon/styles": "npm:^1.56.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.2.1" chalk: "npm:1.1.3" @@ -10341,7 +10341,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10652,7 +10652,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.55.1-rc.0" + "@carbon/styles": "npm:^1.56.0" sass: "npm:^1.51.0" vite: "npm:^4.3.8" languageName: unknown @@ -11696,7 +11696,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13793,7 +13793,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" eslint: "npm:8.40.0" next: "npm:13.5.1" react: "npm:18.2.0" @@ -13806,7 +13806,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:13.5.6" @@ -15962,7 +15962,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -16076,7 +16076,7 @@ __metadata: resolution: "incremental-migration-vite@workspace:examples/incremental-migration-vite" dependencies: "@carbon/icons-react": "npm:^10.49.0" - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" "@vitejs/plugin-react": "npm:4.0.0" carbon-components: "npm:^10.57.0" carbon-components-react: "npm:^7.57.0" @@ -27796,7 +27796,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.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28082,7 +28082,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28652,7 +28652,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.56.0-rc.1" + "@carbon/react": "npm:^1.56.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"