From cedb54d5a88dede2ddc4ecd5a7db5ba446ee88e0 Mon Sep 17 00:00:00 2001 From: tay1orjones <3360588+tay1orjones@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:11:22 +0000 Subject: [PATCH] chore(release): v11.61.0-rc.0 --- config/eslint-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 +- 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/icons-react/package.json | 4 +- packages/icons-vue/package.json | 4 +- packages/icons/package.json | 2 +- packages/react/package.json | 6 +-- packages/styles/package.json | 2 +- www/package.json | 4 +- yarn.lock | 42 +++++++++---------- 19 files changed, 56 insertions(+), 56 deletions(-) diff --git a/config/eslint-config-carbon/package.json b/config/eslint-config-carbon/package.json index 09f3aed7afe2..0dab206f0b81 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.12.0", + "version": "3.13.0-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 297eac50e11c..ef05d3c3538f 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.57.0", + "version": "0.58.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.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 01f9b95646f9..696d993f9eca 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.63.0", + "version": "0.64.0-rc.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.60.0" + "@carbon/styles": "^1.61.0-rc.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 1542739afe74..fa4850c15bab 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.58.0", + "version": "0.59.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.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 409784e0500e..f3d71868a201 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.57.0", + "version": "0.58.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index b0c77bcccabb..6857a6706403 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.58.0", + "version": "0.59.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.0", "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index fe29e6ce4d5b..dee0c7292db0 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.60.0", + "version": "0.61.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.0", "next": "14.1.1", "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 9b59a23b3bcb..1794492b9f3c 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.58.0", + "version": "0.59.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index 6d7839b8b64b..108695bc0a27 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.58.0", + "version": "0.59.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.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 2877a2b07bad..8a710cc7019d 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.60.0", + "version": "8.61.0-rc.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.60.0", - "@carbon/styles": "^1.60.0", + "@carbon/react": "^1.61.0-rc.0", + "@carbon/styles": "^1.61.0-rc.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 0a601bbd9b7f..00e98348b87d 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.60.0", + "version": "11.61.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -43,7 +43,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.60.0", + "@carbon/styles": "^1.61.0-rc.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index 16158a910bdc..86feadb23c7e 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.48.0", + "version": "11.49.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,7 +40,7 @@ "dependencies": { "@carbon/colors": "^11.23.0", "@carbon/grid": "^11.24.0", - "@carbon/icons": "^11.44.0", + "@carbon/icons": "^11.45.0-rc.0", "@carbon/layout": "^11.23.0", "@carbon/motion": "^11.19.0", "@carbon/themes": "^11.37.0", diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 93c6f3c5e73b..5e253e928141 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.44.0", + "version": "11.45.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -44,7 +44,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^1.27.0", - "@carbon/icons": "^11.44.0", + "@carbon/icons": "^11.45.0-rc.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index e351af059c22..b26930522eee 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.93.0", + "version": "10.94.0-rc.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.44.0", + "@carbon/icons": "^11.45.0-rc.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 050cbac5057f..a9736614a53c 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.44.0", + "version": "11.45.0-rc.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 c0fe7f1a012c..ad3738f652cd 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.60.0", + "version": "1.61.0-rc.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.20.0", - "@carbon/icons-react": "^11.44.0", + "@carbon/icons-react": "^11.45.0-rc.0", "@carbon/layout": "^11.23.0", - "@carbon/styles": "^1.60.0", + "@carbon/styles": "^1.61.0-rc.0", "@floating-ui/react": "^0.26.0", "@ibm/telemetry-js": "^1.5.0", "classnames": "2.5.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index 199f27930a73..5600a066f01d 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.60.0", + "version": "1.61.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index faf9eb71edbb..ed6a1bd7c26d 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.69.0", + "version": "0.70.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.60.0", + "@carbon/react": "^1.61.0-rc.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 833c02f9022f..e35ff276bf7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1832,7 +1832,7 @@ __metadata: "@carbon/cli": "npm:^11.18.0" "@carbon/colors": "npm:^11.23.0" "@carbon/grid": "npm:^11.24.0" - "@carbon/icons": "npm:^11.44.0" + "@carbon/icons": "npm:^11.45.0-rc.0" "@carbon/layout": "npm:^11.23.0" "@carbon/motion": "npm:^11.19.0" "@carbon/themes": "npm:^11.37.0" @@ -1925,13 +1925,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons-react@npm:^11.44.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@npm:^11.45.0-rc.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.27.0" "@carbon/icon-helpers": "npm:^10.49.0" - "@carbon/icons": "npm:^11.44.0" + "@carbon/icons": "npm:^11.45.0-rc.0" "@ibm/telemetry-js": "npm:^1.5.0" prop-types: "npm:^15.7.2" rimraf: "npm:^5.0.0" @@ -1946,7 +1946,7 @@ __metadata: dependencies: "@carbon/cli-reporter": "npm:^10.7.0" "@carbon/icon-helpers": "npm:^10.49.0" - "@carbon/icons": "npm:^11.44.0" + "@carbon/icons": "npm:^11.45.0-rc.0" "@ibm/telemetry-js": "npm:^1.5.0" fs-extra: "npm:^11.0.0" prettier: "npm:^2.8.8" @@ -1956,7 +1956,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@npm:^11.44.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@npm:^11.45.0-rc.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: @@ -2016,7 +2016,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@npm:^1.60.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.61.0-rc.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2030,9 +2030,9 @@ __metadata: "@babel/preset-typescript": "npm:^7.21.5" "@babel/runtime": "npm:^7.18.3" "@carbon/feature-flags": "npm:^0.20.0" - "@carbon/icons-react": "npm:^11.44.0" + "@carbon/icons-react": "npm:^11.45.0-rc.0" "@carbon/layout": "npm:^11.23.0" - "@carbon/styles": "npm:^1.60.0" + "@carbon/styles": "npm:^1.61.0-rc.0" "@carbon/test-utils": "npm:^10.30.0" "@carbon/themes": "npm:^11.37.0" "@figma/code-connect": "npm:^1.0.1" @@ -2115,7 +2115,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.60.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.61.0-rc.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -9907,8 +9907,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.60.0" - "@carbon/styles": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" + "@carbon/styles": "npm:^1.61.0-rc.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.5.0" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9935,7 +9935,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.60.0" + "@carbon/styles": "npm:^1.61.0-rc.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.5.0" chalk: "npm:1.1.3" @@ -10279,7 +10279,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10583,7 +10583,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.60.0" + "@carbon/styles": "npm:^1.61.0-rc.0" sass: "npm:^1.51.0" vite: "npm:^4.3.8" languageName: unknown @@ -11652,7 +11652,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13826,7 +13826,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" eslint: "npm:8.40.0" next: "npm:14.1.1" react: "npm:18.2.0" @@ -13839,7 +13839,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:14.1.1" @@ -16026,7 +16026,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27752,7 +27752,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.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28038,7 +28038,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28599,7 +28599,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.60.0" + "@carbon/react": "npm:^1.61.0-rc.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"