From 4f119eac6b9dbcf910a64cd89fddacbc9c61ef8c Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:40:44 -0300 Subject: [PATCH] chore(release): v11.52.0 (#15850) 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/feature-flags/package.json | 2 +- packages/icons-react/package.json | 4 +- packages/icons-vue/package.json | 4 +- packages/icons/package.json | 2 +- packages/react/package.json | 8 +-- packages/styles/package.json | 4 +- www/package.json | 4 +- yarn.lock | 50 +++++++++---------- 20 files changed, 64 insertions(+), 64 deletions(-) diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 5172ce2ec2db..da6829e37935 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.49.0-rc.0", + "version": "0.49.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 6a8477ff60b9..488c4ce9c4be 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.55.0-rc.0", + "version": "0.55.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.52.0-rc.0" + "@carbon/styles": "^1.52.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 678b9d72e0a5..494415dcc9f6 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.50.0-rc.0", + "version": "0.50.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 257e7117ba83..f79f76a5d213 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.49.0-rc.0", + "version": "0.49.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 875cb1c5561b..2986ff6594cd 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.17.0-rc.0", + "version": "0.17.0", "scripts": { "dev": "vite", "build": "vite build", @@ -12,7 +12,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 24219a527285..7400efd22a9d 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.50.0-rc.0", + "version": "0.50.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 a6a9c410d826..b47488b4db1a 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.52.0-rc.0", + "version": "0.52.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 fdd6d57dc355..a8f606e8ee4c 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.50.0-rc.0", + "version": "0.50.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index dd8c87084736..37eb929539a7 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.50.0-rc.0", + "version": "0.50.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 f287ccaebd5c..1ddf0ccf4c68 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.52.0-rc.0", + "version": "8.52.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.52.0-rc.0", - "@carbon/styles": "^1.52.0-rc.0", + "@carbon/react": "^1.52.0", + "@carbon/styles": "^1.52.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 bd5d48b106c1..77e9efdf1389 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.52.0-rc.0", + "version": "11.52.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -43,7 +43,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.52.0-rc.0", + "@carbon/styles": "^1.52.0", "@ibm/telemetry-js": "^1.2.1", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index c6d445afbd5d..e9bad5ce9c3f 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.41.0-rc.0", + "version": "11.41.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,7 +38,7 @@ "dependencies": { "@carbon/colors": "^11.20.0", "@carbon/grid": "^11.21.0", - "@carbon/icons": "^11.37.0-rc.0", + "@carbon/icons": "^11.37.0", "@carbon/layout": "^11.20.0", "@carbon/motion": "^11.16.0", "@carbon/themes": "^11.32.0", diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index 54cd11cce02a..5ebc5a5aa0ef 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.17.0-rc.0", + "version": "0.17.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 986569e1a49c..bb546c5d73dc 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.37.0-rc.0", + "version": "11.37.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,7 +43,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^1.22.0", - "@carbon/icons": "^11.37.0-rc.0", + "@carbon/icons": "^11.37.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 98896a7361f1..2dca4c3d2838 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.86.0-rc.0", + "version": "10.86.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.37.0-rc.0", + "@carbon/icons": "^11.37.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 769c600e3e3d..1c35cf312167 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.37.0-rc.0", + "version": "11.37.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 6d72ddc53051..cc73ebed8cba 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.52.0-rc.0", + "version": "1.52.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -48,10 +48,10 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@carbon/feature-flags": "^0.17.0-rc.0", - "@carbon/icons-react": "^11.37.0-rc.0", + "@carbon/feature-flags": "^0.17.0", + "@carbon/icons-react": "^11.37.0", "@carbon/layout": "^11.20.0", - "@carbon/styles": "^1.52.0-rc.0", + "@carbon/styles": "^1.52.0", "@ibm/telemetry-js": "^1.2.1", "classnames": "2.5.1", "copy-to-clipboard": "^3.3.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index 378f40d92416..f752d22c91d6 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.52.0-rc.0", + "version": "1.52.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -39,7 +39,7 @@ }, "dependencies": { "@carbon/colors": "^11.20.0", - "@carbon/feature-flags": "^0.17.0-rc.0", + "@carbon/feature-flags": "^0.17.0", "@carbon/grid": "^11.21.0", "@carbon/layout": "^11.20.0", "@carbon/motion": "^11.16.0", diff --git a/www/package.json b/www/package.json index 53ed346bacb1..96e57da32360 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.61.0-rc.0", + "version": "0.61.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.52.0-rc.0", + "@carbon/react": "^1.52.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 8d926af4c1e0..ea5028cbaad1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1828,7 +1828,7 @@ __metadata: "@carbon/cli": "npm:^11.15.0" "@carbon/colors": "npm:^11.20.0" "@carbon/grid": "npm:^11.21.0" - "@carbon/icons": "npm:^11.37.0-rc.0" + "@carbon/icons": "npm:^11.37.0" "@carbon/layout": "npm:^11.20.0" "@carbon/motion": "npm:^11.16.0" "@carbon/themes": "npm:^11.32.0" @@ -1840,7 +1840,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/feature-flags@npm:^0.17.0-rc.0, @carbon/feature-flags@workspace:packages/feature-flags": +"@carbon/feature-flags@npm:^0.17.0, @carbon/feature-flags@workspace:packages/feature-flags": version: 0.0.0-use.local resolution: "@carbon/feature-flags@workspace:packages/feature-flags" dependencies: @@ -1937,13 +1937,13 @@ __metadata: languageName: node linkType: hard -"@carbon/icons-react@npm:^11.37.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@npm:^11.37.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.22.0" "@carbon/icon-helpers": "npm:^10.46.0" - "@carbon/icons": "npm:^11.37.0-rc.0" + "@carbon/icons": "npm:^11.37.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.46.0" - "@carbon/icons": "npm:^11.37.0-rc.0" + "@carbon/icons": "npm:^11.37.0" fs-extra: "npm:^11.0.0" prettier: "npm:^2.8.8" rimraf: "npm:^5.0.0" @@ -1967,7 +1967,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@npm:^11.37.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@npm:^11.37.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: @@ -2030,7 +2030,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@npm:^1.52.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.52.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2043,10 +2043,10 @@ __metadata: "@babel/preset-react": "npm:^7.22.3" "@babel/preset-typescript": "npm:^7.21.5" "@babel/runtime": "npm:^7.18.3" - "@carbon/feature-flags": "npm:^0.17.0-rc.0" - "@carbon/icons-react": "npm:^11.37.0-rc.0" + "@carbon/feature-flags": "npm:^0.17.0" + "@carbon/icons-react": "npm:^11.37.0" "@carbon/layout": "npm:^11.20.0" - "@carbon/styles": "npm:^1.52.0-rc.0" + "@carbon/styles": "npm:^1.52.0" "@carbon/test-utils": "npm:^10.30.0" "@carbon/themes": "npm:^11.32.0" "@ibm/telemetry-js": "npm:^1.2.1" @@ -2126,12 +2126,12 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.52.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.52.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: "@carbon/colors": "npm:^11.20.0" - "@carbon/feature-flags": "npm:^0.17.0-rc.0" + "@carbon/feature-flags": "npm:^0.17.0" "@carbon/grid": "npm:^11.21.0" "@carbon/layout": "npm:^11.20.0" "@carbon/motion": "npm:^11.16.0" @@ -9850,8 +9850,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.52.0-rc.0" - "@carbon/styles": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" + "@carbon/styles": "npm:^1.52.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.2.1" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9890,7 +9890,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.52.0-rc.0" + "@carbon/styles": "npm:^1.52.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.2.1" chalk: "npm:1.1.3" @@ -10240,7 +10240,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10551,7 +10551,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.52.0-rc.0" + "@carbon/styles": "npm:^1.52.0" sass: "npm:^1.51.0" vite: "npm:^4.3.8" languageName: unknown @@ -11595,7 +11595,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13680,7 +13680,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" eslint: "npm:8.40.0" next: "npm:13.5.1" react: "npm:18.2.0" @@ -13693,7 +13693,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:13.5.6" @@ -15849,7 +15849,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -15963,7 +15963,7 @@ __metadata: resolution: "incremental-migration-vite@workspace:examples/incremental-migration-vite" dependencies: "@carbon/icons-react": "npm:^10.49.0" - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" "@vitejs/plugin-react": "npm:4.0.0" carbon-components: "npm:^10.57.0" carbon-components-react: "npm:^7.57.0" @@ -27676,7 +27676,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.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27962,7 +27962,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28532,7 +28532,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.52.0-rc.0" + "@carbon/react": "npm:^1.52.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"