From afc2c6a606de35213eb7a74942ce2d4eac300644 Mon Sep 17 00:00:00 2001 From: Preeti Bansal <146315451+preetibansalui@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:39:33 +0530 Subject: [PATCH 1/7] fix: focus-trapped-within-menuitem (#17550) --- packages/react/src/components/Menu/Menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Menu/Menu.tsx b/packages/react/src/components/Menu/Menu.tsx index 9e5cb634d552..b8485091e7c0 100644 --- a/packages/react/src/components/Menu/Menu.tsx +++ b/packages/react/src/components/Menu/Menu.tsx @@ -237,7 +237,6 @@ const Menu = forwardRef(function Menu( } function focusItem(e?: React.KeyboardEvent) { - e?.preventDefault(); const currentItem = focusableItems.findIndex((item) => item.ref?.current?.contains(document.activeElement) ); @@ -266,6 +265,7 @@ const Menu = forwardRef(function Menu( if (indexToFocus !== currentItem) { const nodeToFocus = focusableItems[indexToFocus]; nodeToFocus.ref?.current?.focus(); + e?.preventDefault(); } } From 52b7061119a2d43f9aab3f04d4e54ad47f6691ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:31:01 +0000 Subject: [PATCH 2/7] chore(deps): bump cla-assistant/github-action from 2.5.1 to 2.6.0 (#17552) Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Commits](https://github.com/cla-assistant/github-action/compare/f41946747f85d28e9a738f4f38dbcc74b69c7e0e...b1522fa982419e79591a92e1267de463a281cdb7) --- updated-dependencies: - dependency-name: cla-assistant/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 7e600920b655..e1793c810a1e 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -16,7 +16,7 @@ jobs: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the DCO document and I hereby sign the DCO.') || github.event_name == 'pull_request_target' - uses: cla-assistant/github-action@f41946747f85d28e9a738f4f38dbcc74b69c7e0e # v2.5.1 + uses: cla-assistant/github-action@b1522fa982419e79591a92e1267de463a281cdb7 # v2.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} From ea46616d9ea6afb2f14b862a344203e54d19e5a0 Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:25:59 -0500 Subject: [PATCH 3/7] chore(release): v11.67.0 (#17579) Co-authored-by: alisonjoseph <2753488+alisonjoseph@users.noreply.github.com> --- config/eslint-config-carbon/package.json | 2 +- config/jest-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 +- 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 | 8 +- packages/carbon-components/package.json | 6 +- packages/cli/package.json | 2 +- packages/colors/package.json | 6 +- packages/elements/package.json | 18 +- packages/feature-flags/package.json | 2 +- packages/grid/package.json | 6 +- packages/icon-build-helpers/package.json | 4 +- packages/icon-helpers/package.json | 4 +- packages/icons-react/package.json | 8 +- packages/icons-vue/package.json | 6 +- packages/icons/package.json | 6 +- packages/layout/package.json | 6 +- packages/motion/package.json | 4 +- packages/pictograms-react/package.json | 8 +- packages/pictograms/package.json | 4 +- packages/react/package.json | 14 +- packages/styles/package.json | 18 +- packages/test-utils/package.json | 2 +- packages/themes/package.json | 12 +- packages/type/package.json | 10 +- packages/upgrade/package.json | 2 +- packages/utilities-react/package.json | 4 +- packages/utilities/package.json | 2 +- packages/web-components/package.json | 8 +- www/package.json | 4 +- yarn.lock | 172 +++++++++--------- 38 files changed, 192 insertions(+), 192 deletions(-) diff --git a/config/eslint-config-carbon/package.json b/config/eslint-config-carbon/package.json index d79c635a08ab..ba059e21b29e 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.17.0-rc.0", + "version": "3.17.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/jest-config-carbon/package.json b/config/jest-config-carbon/package.json index 3ded10831aba..51cd1449a664 100644 --- a/config/jest-config-carbon/package.json +++ b/config/jest-config-carbon/package.json @@ -2,7 +2,7 @@ "name": "jest-config-carbon", "private": true, "description": "Jest configuration and preset for Carbon", - "version": "1.16.0-rc.0", + "version": "1.16.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 51e6d45cd53d..12635a19e178 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.19.0-rc.0", + "version": "1.19.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 833537bd1086..ef22f62ee693 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.64.0-rc.0", + "version": "0.64.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.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 127bc837d8a8..24a6b43f49a8 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.69.0-rc.0", + "version": "0.69.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.66.0-rc.0" + "@carbon/styles": "^1.66.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index e89605ff2fef..94700afa65fb 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.65.0-rc.0", + "version": "0.65.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.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 f54081d3c4df..a63b80b3a36f 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.64.0-rc.0", + "version": "0.64.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.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 f16920dda9b9..2c8d043d9ca3 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.65.0-rc.0", + "version": "0.65.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.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 a19a46ce0979..6ec3008c0e40 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.67.0-rc.0", + "version": "0.67.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.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 a796e827b581..075c5e8485ad 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.65.0-rc.0", + "version": "0.65.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index 816100116522..1da6cba93557 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.65.0-rc.0", + "version": "0.65.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.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 59dafb76df5f..cddf76a2a277 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.67.0-rc.0", + "version": "8.67.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.67.0-rc.0", - "@carbon/styles": "^1.66.0-rc.0", + "@carbon/react": "^1.67.0", + "@carbon/styles": "^1.66.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, @@ -55,7 +55,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7", - "@carbon/test-utils": "^10.33.0-rc.0", + "@carbon/test-utils": "^10.33.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^26.0.0", "@rollup/plugin-node-resolve": "^15.0.0", diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 636e589ca32a..a012478d07d8 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.66.0-rc.0", + "version": "11.66.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -43,12 +43,12 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.66.0-rc.0", + "@carbon/styles": "^1.66.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, "devDependencies": { - "@carbon/test-utils": "^10.33.0-rc.0", + "@carbon/test-utils": "^10.33.0", "fs-extra": "^11.0.0", "rimraf": "^6.0.0", "sass": "^1.77.7" diff --git a/packages/cli/package.json b/packages/cli/package.json index c583c0d70af1..914e74655002 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.22.0-rc.0", + "version": "11.22.0", "license": "Apache-2.0", "bin": { "carbon-cli": "./bin/carbon-cli.js" diff --git a/packages/colors/package.json b/packages/colors/package.json index 6e9dc2e71f0b..f033ee10fee3 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.27.0-rc.0", + "version": "11.27.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,10 +39,10 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", + "@carbon/cli": "^11.22.0", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", - "@carbon/test-utils": "^10.33.0-rc.0", + "@carbon/test-utils": "^10.33.0", "change-case": "^4.1.1", "fs-extra": "^11.0.0", "rimraf": "^6.0.0" diff --git a/packages/elements/package.json b/packages/elements/package.json index 54fe3f2b6226..5c4721c208e9 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.54.0-rc.0", + "version": "11.54.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,17 +38,17 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "dependencies": { - "@carbon/colors": "^11.27.0-rc.0", - "@carbon/grid": "^11.28.0-rc.0", - "@carbon/icons": "^11.50.0-rc.0", - "@carbon/layout": "^11.27.0-rc.0", - "@carbon/motion": "^11.23.0-rc.0", - "@carbon/themes": "^11.41.0-rc.0", - "@carbon/type": "^11.32.0-rc.0", + "@carbon/colors": "^11.27.0", + "@carbon/grid": "^11.28.0", + "@carbon/icons": "^11.50.0", + "@carbon/layout": "^11.27.0", + "@carbon/motion": "^11.23.0", + "@carbon/themes": "^11.41.0", + "@carbon/type": "^11.32.0", "@ibm/telemetry-js": "^1.5.0" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", + "@carbon/cli": "^11.22.0", "fs-extra": "^11.0.0", "klaw-sync": "^6.0.0", "replace-in-file": "^7.0.0", diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index 8a35a1340969..3fc2fa0d81f0 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.23.0-rc.0", + "version": "0.23.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/grid/package.json b/packages/grid/package.json index d8377afc1887..ef0da27d5a6e 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.28.0-rc.0", + "version": "11.28.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -35,11 +35,11 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "dependencies": { - "@carbon/layout": "^11.27.0-rc.0", + "@carbon/layout": "^11.27.0", "@ibm/telemetry-js": "^1.5.0" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", + "@carbon/cli": "^11.22.0", "rimraf": "^6.0.0" }, "eyeglass": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index 2535db820787..77cf3a70f5ba 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.31.0-rc.0", + "version": "1.31.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { @@ -30,7 +30,7 @@ "@babel/template": "^7.24.7", "@babel/types": "^7.24.7", "@carbon/cli-reporter": "^10.7.0", - "@carbon/icon-helpers": "^10.53.0-rc.0", + "@carbon/icon-helpers": "^10.53.0", "@hapi/joi": "^17.1.1", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-replace": "^5.0.0", diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 585a82710456..e66caec7fba3 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.53.0-rc.0", + "version": "10.53.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,7 +36,7 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", + "@carbon/cli": "^11.22.0", "rimraf": "^6.0.0", "typescript-config-carbon": "^0.3.0" }, diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 80aa88e91a99..e4cb61d55818 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.50.0-rc.0", + "version": "11.50.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,13 +38,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.53.0-rc.0", + "@carbon/icon-helpers": "^10.53.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.31.0-rc.0", - "@carbon/icons": "^11.50.0-rc.0", + "@carbon/icon-build-helpers": "^1.31.0", + "@carbon/icons": "^11.50.0", "rimraf": "^6.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index f7d635a50de0..db440ba6e508 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.99.0-rc.0", + "version": "10.99.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,12 +30,12 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "dependencies": { - "@carbon/icon-helpers": "^10.53.0-rc.0", + "@carbon/icon-helpers": "^10.53.0", "@ibm/telemetry-js": "^1.5.0" }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.50.0-rc.0", + "@carbon/icons": "^11.50.0", "fs-extra": "^11.0.0", "prettier": "^2.8.8", "rimraf": "^6.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 473a356bfd50..f3258a487ef6 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.50.0-rc.0", + "version": "11.50.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -41,8 +41,8 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", - "@carbon/icon-build-helpers": "^1.31.0-rc.0", + "@carbon/cli": "^11.22.0", + "@carbon/icon-build-helpers": "^1.31.0", "rimraf": "^6.0.0" }, "dependencies": { diff --git a/packages/layout/package.json b/packages/layout/package.json index 16c225aeff27..28f0a806af3e 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.27.0-rc.0", + "version": "11.27.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,10 +30,10 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", + "@carbon/cli": "^11.22.0", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", - "@carbon/test-utils": "^10.33.0-rc.0", + "@carbon/test-utils": "^10.33.0", "core-js": "^3.16.0", "rimraf": "^6.0.0" }, diff --git a/packages/motion/package.json b/packages/motion/package.json index 38ea5489c871..12514baef935 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.23.0-rc.0", + "version": "11.23.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,7 +30,7 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", + "@carbon/cli": "^11.22.0", "rimraf": "^6.0.0" }, "dependencies": { diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index 65dd277b1eb1..4d4925cac950 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.67.0-rc.0", + "version": "11.67.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,13 +39,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.53.0-rc.0", + "@carbon/icon-helpers": "^10.53.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.31.0-rc.0", - "@carbon/pictograms": "^12.41.0-rc.0", + "@carbon/icon-build-helpers": "^1.31.0", + "@carbon/pictograms": "^12.41.0", "rimraf": "^6.0.0" }, "sideEffects": false diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 4ebede7304c1..875b63cc6e72 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.41.0-rc.0", + "version": "12.41.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.31.0-rc.0", + "@carbon/icon-build-helpers": "^1.31.0", "rimraf": "^6.0.0" }, "dependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index bb5d1d6e4d02..6aa509904126 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.67.0-rc.0", + "version": "1.67.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -48,10 +48,10 @@ }, "dependencies": { "@babel/runtime": "^7.24.7", - "@carbon/feature-flags": "^0.23.0-rc.0", - "@carbon/icons-react": "^11.50.0-rc.0", - "@carbon/layout": "^11.27.0-rc.0", - "@carbon/styles": "^1.66.0-rc.0", + "@carbon/feature-flags": "^0.23.0", + "@carbon/icons-react": "^11.50.0", + "@carbon/layout": "^11.27.0", + "@carbon/styles": "^1.66.0", "@floating-ui/react": "^0.26.0", "@ibm/telemetry-js": "^1.5.0", "classnames": "2.5.1", @@ -79,8 +79,8 @@ "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", - "@carbon/test-utils": "^10.33.0-rc.0", - "@carbon/themes": "^11.41.0-rc.0", + "@carbon/test-utils": "^10.33.0", + "@carbon/themes": "^11.41.0", "@figma/code-connect": "^1.0.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^26.0.0", diff --git a/packages/styles/package.json b/packages/styles/package.json index 3009345de670..f642597b1f11 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.66.0-rc.0", + "version": "1.66.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -40,18 +40,18 @@ } }, "dependencies": { - "@carbon/colors": "^11.27.0-rc.0", - "@carbon/feature-flags": "^0.23.0-rc.0", - "@carbon/grid": "^11.28.0-rc.0", - "@carbon/layout": "^11.27.0-rc.0", - "@carbon/motion": "^11.23.0-rc.0", - "@carbon/themes": "^11.41.0-rc.0", - "@carbon/type": "^11.32.0-rc.0", + "@carbon/colors": "^11.27.0", + "@carbon/feature-flags": "^0.23.0", + "@carbon/grid": "^11.28.0", + "@carbon/layout": "^11.27.0", + "@carbon/motion": "^11.23.0", + "@carbon/themes": "^11.41.0", + "@carbon/type": "^11.32.0", "@ibm/plex": "6.0.0-next.6", "@ibm/telemetry-js": "^1.5.0" }, "devDependencies": { - "@carbon/test-utils": "^10.33.0-rc.0", + "@carbon/test-utils": "^10.33.0", "autoprefixer": "^10.4.7", "browserslist-config-carbon": "^11.2.0", "css": "^3.0.0", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 68a84ba295ee..ff1dbcd2b9e4 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.33.0-rc.0", + "version": "10.33.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/themes/package.json b/packages/themes/package.json index 5a93bbcf2a87..ab9cc055d3c1 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.41.0-rc.0", + "version": "11.41.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -31,19 +31,19 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "dependencies": { - "@carbon/colors": "^11.27.0-rc.0", - "@carbon/layout": "^11.27.0-rc.0", - "@carbon/type": "^11.32.0-rc.0", + "@carbon/colors": "^11.27.0", + "@carbon/layout": "^11.27.0", + "@carbon/type": "^11.32.0", "@ibm/telemetry-js": "^1.5.0", "color": "^4.0.0" }, "devDependencies": { "@babel/node": "^7.24.7", "@babel/preset-env": "^7.24.7", - "@carbon/cli": "^11.22.0-rc.0", + "@carbon/cli": "^11.22.0", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", - "@carbon/test-utils": "^10.33.0-rc.0", + "@carbon/test-utils": "^10.33.0", "change-case": "^4.1.1", "core-js": "^3.16.0", "fs-extra": "^11.0.0", diff --git a/packages/type/package.json b/packages/type/package.json index 5f8d3e68824b..ae09694e3b9a 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.32.0-rc.0", + "version": "11.32.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,13 +40,13 @@ "postinstall": "ibmtelemetry --config=telemetry.yml" }, "dependencies": { - "@carbon/grid": "^11.28.0-rc.0", - "@carbon/layout": "^11.27.0-rc.0", + "@carbon/grid": "^11.28.0", + "@carbon/layout": "^11.27.0", "@ibm/telemetry-js": "^1.5.0" }, "devDependencies": { - "@carbon/cli": "^11.22.0-rc.0", - "@carbon/test-utils": "^10.33.0-rc.0", + "@carbon/cli": "^11.22.0", + "@carbon/test-utils": "^10.33.0", "change-case": "^4.1.1", "css": "^3.0.0", "rimraf": "^6.0.0" diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 89260942a1e6..bec8fca6e532 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/upgrade", "description": "A tool for upgrading Carbon versions", - "version": "11.18.0-rc.0", + "version": "11.18.0", "license": "Apache-2.0", "bin": { "carbon-upgrade": "./bin/carbon-upgrade.js" diff --git a/packages/utilities-react/package.json b/packages/utilities-react/package.json index 7a1a8a44dbb6..d37e25754a3d 100644 --- a/packages/utilities-react/package.json +++ b/packages/utilities-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/utilities-react", "description": "Utilities and helpers to drive consistency across software products using the Carbon Design System with React", - "version": "0.1.0-rc.0", + "version": "0.1.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -44,7 +44,7 @@ "rimraf": "^6.0.0" }, "dependencies": { - "@carbon/utilities": "^0.1.0-rc.0", + "@carbon/utilities": "^0.1.0", "@ibm/telemetry-js": "^1.6.1" } } diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 605640b1b770..46c87a78a894 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/utilities", "description": "Utilities and helpers to drive consistency across software products using the Carbon Design System", - "version": "0.1.0-rc.0", + "version": "0.1.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/web-components/package.json b/packages/web-components/package.json index d17a8f52a08f..b60e5dca73af 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/web-components", "description": "Web components for the Carbon Design System", - "version": "2.14.0-rc.0", + "version": "2.14.0", "license": "Apache-2.0", "main": "es/index.js", "module": "es/index.js", @@ -78,9 +78,9 @@ }, "devDependencies": { "@carbon/icon-helpers": "10.47.0", - "@carbon/icons": "^11.50.0-rc.0", - "@carbon/layout": "^11.27.0-rc.0", - "@carbon/motion": "^11.23.0-rc.0", + "@carbon/icons": "^11.50.0", + "@carbon/layout": "^11.27.0", + "@carbon/motion": "^11.23.0", "@juggle/resize-observer": "^3.4.0", "@mordech/vite-lit-loader": "^0.31.3", "@rollup/plugin-alias": "^5.1.0", diff --git a/www/package.json b/www/package.json index d49e07e0dc68..33b186fce9c5 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.76.0-rc.0", + "version": "0.76.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.67.0-rc.0", + "@carbon/react": "^1.67.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 be9ff37fc4e0..b8aaf6778cc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1690,7 +1690,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/cli@npm:^11.22.0-rc.0, @carbon/cli@workspace:packages/cli": +"@carbon/cli@npm:^11.22.0, @carbon/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@carbon/cli@workspace:packages/cli" dependencies: @@ -1738,14 +1738,14 @@ __metadata: languageName: node linkType: hard -"@carbon/colors@npm:^11.27.0-rc.0, @carbon/colors@workspace:packages/colors": +"@carbon/colors@npm:^11.27.0, @carbon/colors@workspace:packages/colors": version: 0.0.0-use.local resolution: "@carbon/colors@workspace:packages/colors" dependencies: - "@carbon/cli": "npm:^11.22.0-rc.0" + "@carbon/cli": "npm:^11.22.0" "@carbon/cli-reporter": "npm:^10.7.0" "@carbon/scss-generator": "npm:^10.18.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" + "@carbon/test-utils": "npm:^10.33.0" "@ibm/telemetry-js": "npm:^1.5.0" change-case: "npm:^4.1.1" fs-extra: "npm:^11.0.0" @@ -1757,14 +1757,14 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/elements@workspace:packages/elements" dependencies: - "@carbon/cli": "npm:^11.22.0-rc.0" - "@carbon/colors": "npm:^11.27.0-rc.0" - "@carbon/grid": "npm:^11.28.0-rc.0" - "@carbon/icons": "npm:^11.50.0-rc.0" - "@carbon/layout": "npm:^11.27.0-rc.0" - "@carbon/motion": "npm:^11.23.0-rc.0" - "@carbon/themes": "npm:^11.41.0-rc.0" - "@carbon/type": "npm:^11.32.0-rc.0" + "@carbon/cli": "npm:^11.22.0" + "@carbon/colors": "npm:^11.27.0" + "@carbon/grid": "npm:^11.28.0" + "@carbon/icons": "npm:^11.50.0" + "@carbon/layout": "npm:^11.27.0" + "@carbon/motion": "npm:^11.23.0" + "@carbon/themes": "npm:^11.41.0" + "@carbon/type": "npm:^11.32.0" "@ibm/telemetry-js": "npm:^1.5.0" fs-extra: "npm:^11.0.0" klaw-sync: "npm:^6.0.0" @@ -1782,7 +1782,7 @@ __metadata: languageName: node linkType: hard -"@carbon/feature-flags@npm:^0.23.0-rc.0, @carbon/feature-flags@workspace:packages/feature-flags": +"@carbon/feature-flags@npm:^0.23.0, @carbon/feature-flags@workspace:packages/feature-flags": version: 0.0.0-use.local resolution: "@carbon/feature-flags@workspace:packages/feature-flags" dependencies: @@ -1814,12 +1814,12 @@ __metadata: languageName: node linkType: hard -"@carbon/grid@npm:^11.28.0-rc.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@npm:^11.28.0, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: - "@carbon/cli": "npm:^11.22.0-rc.0" - "@carbon/layout": "npm:^11.27.0-rc.0" + "@carbon/cli": "npm:^11.22.0" + "@carbon/layout": "npm:^11.27.0" "@ibm/telemetry-js": "npm:^1.5.0" rimraf: "npm:^6.0.0" languageName: unknown @@ -1840,7 +1840,7 @@ __metadata: languageName: node linkType: hard -"@carbon/icon-build-helpers@npm:^1.31.0-rc.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@npm:^1.31.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: @@ -1851,7 +1851,7 @@ __metadata: "@babel/template": "npm:^7.24.7" "@babel/types": "npm:^7.24.7" "@carbon/cli-reporter": "npm:^10.7.0" - "@carbon/icon-helpers": "npm:^10.53.0-rc.0" + "@carbon/icon-helpers": "npm:^10.53.0" "@hapi/joi": "npm:^17.1.1" "@rollup/plugin-babel": "npm:^6.0.0" "@rollup/plugin-replace": "npm:^5.0.0" @@ -1885,24 +1885,24 @@ __metadata: languageName: node linkType: hard -"@carbon/icon-helpers@npm:^10.53.0-rc.0, @carbon/icon-helpers@workspace:packages/icon-helpers": +"@carbon/icon-helpers@npm:^10.53.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": "npm:^11.22.0-rc.0" + "@carbon/cli": "npm:^11.22.0" "@ibm/telemetry-js": "npm:^1.5.0" rimraf: "npm:^6.0.0" typescript-config-carbon: "npm:^0.3.0" languageName: unknown linkType: soft -"@carbon/icons-react@npm:^11.50.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@npm:^11.50.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.31.0-rc.0" - "@carbon/icon-helpers": "npm:^10.53.0-rc.0" - "@carbon/icons": "npm:^11.50.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.31.0" + "@carbon/icon-helpers": "npm:^10.53.0" + "@carbon/icons": "npm:^11.50.0" "@ibm/telemetry-js": "npm:^1.5.0" prop-types: "npm:^15.7.2" rimraf: "npm:^6.0.0" @@ -1916,8 +1916,8 @@ __metadata: resolution: "@carbon/icons-vue@workspace:packages/icons-vue" dependencies: "@carbon/cli-reporter": "npm:^10.7.0" - "@carbon/icon-helpers": "npm:^10.53.0-rc.0" - "@carbon/icons": "npm:^11.50.0-rc.0" + "@carbon/icon-helpers": "npm:^10.53.0" + "@carbon/icons": "npm:^11.50.0" "@ibm/telemetry-js": "npm:^1.5.0" fs-extra: "npm:^11.0.0" prettier: "npm:^2.8.8" @@ -1927,12 +1927,12 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@npm:^11.50.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@npm:^11.50.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: - "@carbon/cli": "npm:^11.22.0-rc.0" - "@carbon/icon-build-helpers": "npm:^1.31.0-rc.0" + "@carbon/cli": "npm:^11.22.0" + "@carbon/icon-build-helpers": "npm:^1.31.0" "@ibm/telemetry-js": "npm:^1.5.0" rimraf: "npm:^6.0.0" languageName: unknown @@ -1947,14 +1947,14 @@ __metadata: languageName: node linkType: hard -"@carbon/layout@npm:^11.27.0-rc.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@npm:^11.27.0, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: - "@carbon/cli": "npm:^11.22.0-rc.0" + "@carbon/cli": "npm:^11.22.0" "@carbon/cli-reporter": "npm:^10.7.0" "@carbon/scss-generator": "npm:^10.18.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" + "@carbon/test-utils": "npm:^10.33.0" "@ibm/telemetry-js": "npm:^1.5.0" core-js: "npm:^3.16.0" rimraf: "npm:^6.0.0" @@ -1970,11 +1970,11 @@ __metadata: languageName: node linkType: hard -"@carbon/motion@npm:^11.23.0-rc.0, @carbon/motion@workspace:packages/motion": +"@carbon/motion@npm:^11.23.0, @carbon/motion@workspace:packages/motion": version: 0.0.0-use.local resolution: "@carbon/motion@workspace:packages/motion" dependencies: - "@carbon/cli": "npm:^11.22.0-rc.0" + "@carbon/cli": "npm:^11.22.0" "@ibm/telemetry-js": "npm:^1.5.0" rimraf: "npm:^6.0.0" languageName: unknown @@ -1984,9 +1984,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": "npm:^1.31.0-rc.0" - "@carbon/icon-helpers": "npm:^10.53.0-rc.0" - "@carbon/pictograms": "npm:^12.41.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.31.0" + "@carbon/icon-helpers": "npm:^10.53.0" + "@carbon/pictograms": "npm:^12.41.0" "@ibm/telemetry-js": "npm:^1.5.0" prop-types: "npm:^15.7.2" rimraf: "npm:^6.0.0" @@ -1995,17 +1995,17 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@npm:^12.41.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@npm:^12.41.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.31.0-rc.0" + "@carbon/icon-build-helpers": "npm:^1.31.0" "@ibm/telemetry-js": "npm:^1.5.0" rimraf: "npm:^6.0.0" languageName: unknown linkType: soft -"@carbon/react@npm:^1.67.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.67.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2018,12 +2018,12 @@ __metadata: "@babel/preset-react": "npm:^7.24.7" "@babel/preset-typescript": "npm:^7.24.7" "@babel/runtime": "npm:^7.24.7" - "@carbon/feature-flags": "npm:^0.23.0-rc.0" - "@carbon/icons-react": "npm:^11.50.0-rc.0" - "@carbon/layout": "npm:^11.27.0-rc.0" - "@carbon/styles": "npm:^1.66.0-rc.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" - "@carbon/themes": "npm:^11.41.0-rc.0" + "@carbon/feature-flags": "npm:^0.23.0" + "@carbon/icons-react": "npm:^11.50.0" + "@carbon/layout": "npm:^11.27.0" + "@carbon/styles": "npm:^1.66.0" + "@carbon/test-utils": "npm:^10.33.0" + "@carbon/themes": "npm:^11.41.0" "@figma/code-connect": "npm:^1.0.6" "@floating-ui/react": "npm:^0.26.0" "@ibm/telemetry-js": "npm:^1.5.0" @@ -2128,18 +2128,18 @@ __metadata: languageName: node linkType: hard -"@carbon/styles@npm:^1.66.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.66.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: - "@carbon/colors": "npm:^11.27.0-rc.0" - "@carbon/feature-flags": "npm:^0.23.0-rc.0" - "@carbon/grid": "npm:^11.28.0-rc.0" - "@carbon/layout": "npm:^11.27.0-rc.0" - "@carbon/motion": "npm:^11.23.0-rc.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" - "@carbon/themes": "npm:^11.41.0-rc.0" - "@carbon/type": "npm:^11.32.0-rc.0" + "@carbon/colors": "npm:^11.27.0" + "@carbon/feature-flags": "npm:^0.23.0" + "@carbon/grid": "npm:^11.28.0" + "@carbon/layout": "npm:^11.27.0" + "@carbon/motion": "npm:^11.23.0" + "@carbon/test-utils": "npm:^10.33.0" + "@carbon/themes": "npm:^11.41.0" + "@carbon/type": "npm:^11.32.0" "@ibm/plex": "npm:6.0.0-next.6" "@ibm/telemetry-js": "npm:^1.5.0" autoprefixer: "npm:^10.4.7" @@ -2158,7 +2158,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/test-utils@npm:^10.33.0-rc.0, @carbon/test-utils@workspace:packages/test-utils": +"@carbon/test-utils@npm:^10.33.0, @carbon/test-utils@workspace:packages/test-utils": version: 0.0.0-use.local resolution: "@carbon/test-utils@workspace:packages/test-utils" dependencies: @@ -2185,19 +2185,19 @@ __metadata: languageName: node linkType: hard -"@carbon/themes@npm:^11.41.0-rc.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@npm:^11.41.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: "@babel/node": "npm:^7.24.7" "@babel/preset-env": "npm:^7.24.7" - "@carbon/cli": "npm:^11.22.0-rc.0" + "@carbon/cli": "npm:^11.22.0" "@carbon/cli-reporter": "npm:^10.7.0" - "@carbon/colors": "npm:^11.27.0-rc.0" - "@carbon/layout": "npm:^11.27.0-rc.0" + "@carbon/colors": "npm:^11.27.0" + "@carbon/layout": "npm:^11.27.0" "@carbon/scss-generator": "npm:^10.18.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" - "@carbon/type": "npm:^11.32.0-rc.0" + "@carbon/test-utils": "npm:^10.33.0" + "@carbon/type": "npm:^11.32.0" "@ibm/telemetry-js": "npm:^1.5.0" change-case: "npm:^4.1.1" color: "npm:^4.0.0" @@ -2219,14 +2219,14 @@ __metadata: languageName: node linkType: hard -"@carbon/type@npm:^11.32.0-rc.0, @carbon/type@workspace:packages/type": +"@carbon/type@npm:^11.32.0, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: - "@carbon/cli": "npm:^11.22.0-rc.0" - "@carbon/grid": "npm:^11.28.0-rc.0" - "@carbon/layout": "npm:^11.27.0-rc.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" + "@carbon/cli": "npm:^11.22.0" + "@carbon/grid": "npm:^11.28.0" + "@carbon/layout": "npm:^11.27.0" + "@carbon/test-utils": "npm:^10.33.0" "@ibm/telemetry-js": "npm:^1.5.0" change-case: "npm:^4.1.1" css: "npm:^3.0.0" @@ -2266,7 +2266,7 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/utilities-react@workspace:packages/utilities-react" dependencies: - "@carbon/utilities": "npm:^0.1.0-rc.0" + "@carbon/utilities": "npm:^0.1.0" "@ibm/telemetry-js": "npm:^1.6.1" esbuild: "npm:^0.23.0" rimraf: "npm:^6.0.0" @@ -2275,7 +2275,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/utilities@npm:^0.1.0-rc.0, @carbon/utilities@workspace:packages/utilities": +"@carbon/utilities@npm:^0.1.0, @carbon/utilities@workspace:packages/utilities": version: 0.0.0-use.local resolution: "@carbon/utilities@workspace:packages/utilities" dependencies: @@ -2291,9 +2291,9 @@ __metadata: dependencies: "@carbon/ibm-products-styles": "npm:^2.30.1" "@carbon/icon-helpers": "npm:10.47.0" - "@carbon/icons": "npm:^11.50.0-rc.0" - "@carbon/layout": "npm:^11.27.0-rc.0" - "@carbon/motion": "npm:^11.23.0-rc.0" + "@carbon/icons": "npm:^11.50.0" + "@carbon/layout": "npm:^11.27.0" + "@carbon/motion": "npm:^11.23.0" "@carbon/styles": "npm:1.63.1" "@floating-ui/dom": "npm:^1.6.3" "@ibm/telemetry-js": "npm:^1.5.0" @@ -9553,9 +9553,9 @@ __metadata: "@babel/plugin-transform-react-constant-elements": "npm:^7.24.7" "@babel/preset-env": "npm:^7.24.7" "@babel/preset-react": "npm:^7.24.7" - "@carbon/react": "npm:^1.67.0-rc.0" - "@carbon/styles": "npm:^1.66.0-rc.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" + "@carbon/react": "npm:^1.67.0" + "@carbon/styles": "npm:^1.66.0" + "@carbon/test-utils": "npm:^10.33.0" "@ibm/telemetry-js": "npm:^1.5.0" "@rollup/plugin-babel": "npm:^6.0.0" "@rollup/plugin-commonjs": "npm:^26.0.0" @@ -9581,8 +9581,8 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.66.0-rc.0" - "@carbon/test-utils": "npm:^10.33.0-rc.0" + "@carbon/styles": "npm:^1.66.0" + "@carbon/test-utils": "npm:^10.33.0" "@ibm/telemetry-js": "npm:^1.5.0" chalk: "npm:1.1.3" fs-extra: "npm:^11.0.0" @@ -9954,7 +9954,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10240,7 +10240,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.66.0-rc.0" + "@carbon/styles": "npm:^1.66.0" sass: "npm:^1.77.7" vite: "npm:^4.3.8" languageName: unknown @@ -11292,7 +11292,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13462,7 +13462,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" eslint: "npm:8.40.0" next: "npm:14.1.1" react: "npm:18.2.0" @@ -13475,7 +13475,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:14.1.1" @@ -15680,7 +15680,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27506,7 +27506,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.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27838,7 +27838,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28431,7 +28431,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.67.0-rc.0" + "@carbon/react": "npm:^1.67.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0" From 6bd017dec165406dc8f676b0401e363ced719204 Mon Sep 17 00:00:00 2001 From: Anna Wen <54281166+annawen1@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:40:12 -0400 Subject: [PATCH 4/7] fix(web-components): fix icon package pathing for build (#17590) --- .github/workflows/publish-web-components-cdn.yml | 4 +--- packages/web-components/tasks/build.js | 4 ++-- packages/web-components/tools/rollup-plugin-dist-icons.js | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-web-components-cdn.yml b/.github/workflows/publish-web-components-cdn.yml index 6f0c33652283..eb1927c58500 100644 --- a/.github/workflows/publish-web-components-cdn.yml +++ b/.github/workflows/publish-web-components-cdn.yml @@ -27,10 +27,8 @@ jobs: node-version: '18.x' cache: 'yarn' - name: Install dependencies - run: yarn install - - name: Build Web Components package run: | - cd packages/web-components + yarn install yarn build - name: Check release type if: contains(github.ref_name, '-rc.') diff --git a/packages/web-components/tasks/build.js b/packages/web-components/tasks/build.js index f04c3a97edbe..05904169db1a 100644 --- a/packages/web-components/tasks/build.js +++ b/packages/web-components/tasks/build.js @@ -46,8 +46,8 @@ async function build() { ]); const iconInput = await globby([ - 'node_modules/@carbon/icons/lib/**/*.js', - '!**/index.js', + '../../packages/icons/lib/**/*.js', + '!../../packages/icons/lib/index.js', ]); const entryPoint = { diff --git a/packages/web-components/tools/rollup-plugin-dist-icons.js b/packages/web-components/tools/rollup-plugin-dist-icons.js index 51c2ab689a6b..eac2a91c85c2 100644 --- a/packages/web-components/tools/rollup-plugin-dist-icons.js +++ b/packages/web-components/tools/rollup-plugin-dist-icons.js @@ -19,12 +19,12 @@ import icon from './svg-result-carbon-icon.js'; * @returns {object} The rollup plugin to transform an `.svg` file to a `lit-html` template. */ export default function rollupPluginDistIcons({ - include = /@carbon[\\/]icons[\\/]/i, + include = /packages[\\/]icons[\\/]lib[\\/]/i, exclude, } = {}) { const filter = createFilter(include, exclude); return { - name: 'lit-scss', + name: 'carbon-dist-icons', /** * Enqueues the module contents for loading. From c3ff4f95d78c2a8b2481adf6c42870d06e032b25 Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Fri, 27 Sep 2024 08:19:47 -0500 Subject: [PATCH 5/7] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000000..7c0b4bcceb7a --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +react.carbondesignsytem.com \ No newline at end of file From fa975d1107970db4c16346175ac7b0c4eb4145c0 Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Fri, 27 Sep 2024 08:20:29 -0500 Subject: [PATCH 6/7] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 7c0b4bcceb7a..9a39a46745ce 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -react.carbondesignsytem.com \ No newline at end of file +react.carbondesignsystem.com \ No newline at end of file From 50204498d41e5b851c2cabdbffb85479cf96f7d5 Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Fri, 27 Sep 2024 08:23:03 -0500 Subject: [PATCH 7/7] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 9a39a46745ce..000000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -react.carbondesignsystem.com \ No newline at end of file