From 6bc1ab0b40851d5731904b768fc7860a6a72b01c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Dec 2024 23:42:44 +0000 Subject: [PATCH] chore: release next --- package-lock.json | 14 +++++++------- packages/calcite-components-react/CHANGELOG.md | 4 ++++ packages/calcite-components-react/package.json | 4 ++-- packages/calcite-components/CHANGELOG.md | 14 ++++++++++++++ packages/calcite-components/package.json | 6 +++--- packages/calcite-design-tokens/CHANGELOG.md | 4 ++++ packages/calcite-design-tokens/package.json | 2 +- .../eslint-plugin-calcite-components/CHANGELOG.md | 4 ++++ .../eslint-plugin-calcite-components/package.json | 2 +- 9 files changed, 40 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7aa6890445..ddb00d94a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34047,7 +34047,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "3.0.0-next.81", + "version": "3.0.0-next.82", "license": "SEE LICENSE.md", "dependencies": { "@arcgis/components-controllers": "^4.32.0-next.55", @@ -34069,17 +34069,17 @@ "type-fest": "^4.30.1" }, "devDependencies": { - "@esri/calcite-design-tokens": "3.0.0-next.2", - "@esri/eslint-plugin-calcite-components": "2.0.0-next.1", + "@esri/calcite-design-tokens": "3.0.0-next.3", + "@esri/eslint-plugin-calcite-components": "2.0.0-next.2", "vitest": "2.1.8" } }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "3.0.0-next.81", + "version": "3.0.0-next.82", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "3.0.0-next.81", + "@esri/calcite-components": "3.0.0-next.82", "@lit/react": "1.0.6" }, "peerDependencies": { @@ -34115,7 +34115,7 @@ }, "packages/calcite-design-tokens": { "name": "@esri/calcite-design-tokens", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "license": "SEE LICENSE.md", "devDependencies": { "ts-jest-resolver": "2.0.1", @@ -34227,7 +34227,7 @@ }, "packages/eslint-plugin-calcite-components": { "name": "@esri/eslint-plugin-calcite-components", - "version": "2.0.0-next.1", + "version": "2.0.0-next.2", "license": "SEE LICENSE.md", "devDependencies": { "ts-node": "10.9.2" diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index d8f1117ad63..3ce1376768c 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0-next.82](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.0.0-next.81...@esri/calcite-components-react@3.0.0-next.82) (2024-12-28) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [3.0.0-next.81](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.0.0-next.80...@esri/calcite-components-react@3.0.0-next.81) (2024-12-23) **Note:** Version bump only for package @esri/calcite-components-react diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 93ab4b33fe7..c3b055d1074 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-react", - "version": "3.0.0-next.81", + "version": "3.0.0-next.82", "description": "A set of React components that wrap calcite components", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -26,7 +26,7 @@ "tsc": "tsc" }, "dependencies": { - "@esri/calcite-components": "3.0.0-next.81", + "@esri/calcite-components": "3.0.0-next.82", "@lit/react": "1.0.6" }, "peerDependencies": { diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 5ed846ecdf1..4ebd505eb3b 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0-next.82](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.0.0-next.81...@esri/calcite-components@3.0.0-next.82) (2024-12-28) + +### Features + +- **accordion-item:** update token naming schema ([#11070](https://github.com/Esri/calcite-design-system/issues/11070)) ([d624985](https://github.com/Esri/calcite-design-system/commit/d624985323637d7a04d506b8ffc7fdd6468ae03a)), closes [#10894](https://github.com/Esri/calcite-design-system/issues/10894) +- **block-section:** add component tokens ([#11032](https://github.com/Esri/calcite-design-system/issues/11032)) ([1f9449b](https://github.com/Esri/calcite-design-system/commit/1f9449b03af83e334e902d014af82d3f286512bf)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) + +### Bug Fixes + +- **action-menu:** fix toggle logic when `action-menu` is reconnected ([#11139](https://github.com/Esri/calcite-design-system/issues/11139)) ([5874d6f](https://github.com/Esri/calcite-design-system/commit/5874d6f7cf1670d57dd4a884a2a8375a727aa153)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731) [#10310](https://github.com/Esri/calcite-design-system/issues/10310) +- **flow:** set focus on the selected flow item ([#11127](https://github.com/Esri/calcite-design-system/issues/11127)) ([7924c7b](https://github.com/Esri/calcite-design-system/commit/7924c7bdf8f5dc99f03a255d58eec109ddc4e247)), closes [#5072](https://github.com/Esri/calcite-design-system/issues/5072) +- **list-item:** ensure consistent focus border color by referencing updated tokens ([#11130](https://github.com/Esri/calcite-design-system/issues/11130)) ([d1f6f1d](https://github.com/Esri/calcite-design-system/commit/d1f6f1dd6181d55eb91971cd0ccd33ce5a96fc61)) +- **popover, tooltip:** skip ref setup logic on component removal ([#11132](https://github.com/Esri/calcite-design-system/issues/11132)) ([e67b1fe](https://github.com/Esri/calcite-design-system/commit/e67b1fe9c95218611edd37a51aa7fe3e9d70d410)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731) [#10310](https://github.com/Esri/calcite-design-system/issues/10310) + ## [3.0.0-next.81](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.0.0-next.80...@esri/calcite-components@3.0.0-next.81) (2024-12-23) ### Features diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 0ca09d4cf75..d7709bdc62c 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "3.0.0-next.81", + "version": "3.0.0-next.82", "description": "Web Components for Esri's Calcite Design System.", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -86,8 +86,8 @@ "type-fest": "^4.30.1" }, "devDependencies": { - "@esri/calcite-design-tokens": "3.0.0-next.2", - "@esri/eslint-plugin-calcite-components": "2.0.0-next.1", + "@esri/calcite-design-tokens": "3.0.0-next.3", + "@esri/eslint-plugin-calcite-components": "2.0.0-next.2", "vitest": "2.1.8" }, "volta": { diff --git a/packages/calcite-design-tokens/CHANGELOG.md b/packages/calcite-design-tokens/CHANGELOG.md index f36ea86cb1a..81ebe7f4a38 100644 --- a/packages/calcite-design-tokens/CHANGELOG.md +++ b/packages/calcite-design-tokens/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.0-next.2...@esri/calcite-design-tokens@3.0.0-next.3) (2024-12-28) + +**Note:** Version bump only for package @esri/calcite-design-tokens + ## [3.0.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.0-next.1...@esri/calcite-design-tokens@3.0.0-next.2) (2024-12-02) **Note:** Version bump only for package @esri/calcite-design-tokens diff --git a/packages/calcite-design-tokens/package.json b/packages/calcite-design-tokens/package.json index 8bf5cacb34a..84db9fb64d7 100644 --- a/packages/calcite-design-tokens/package.json +++ b/packages/calcite-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-design-tokens", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "description": "Esri's Calcite Design System Tokens", "keywords": [ "Calcite", diff --git a/packages/eslint-plugin-calcite-components/CHANGELOG.md b/packages/eslint-plugin-calcite-components/CHANGELOG.md index e1a636724f1..48a12b4cfe0 100644 --- a/packages/eslint-plugin-calcite-components/CHANGELOG.md +++ b/packages/eslint-plugin-calcite-components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@2.0.0-next.1...@esri/eslint-plugin-calcite-components@2.0.0-next.2) (2024-12-28) + +**Note:** Version bump only for package @esri/eslint-plugin-calcite-components + ## [2.0.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@2.0.0-next.0...@esri/eslint-plugin-calcite-components@2.0.0-next.1) (2024-11-15) ### ⚠ BREAKING CHANGES diff --git a/packages/eslint-plugin-calcite-components/package.json b/packages/eslint-plugin-calcite-components/package.json index 1e57bfb5195..4ff910be1cd 100644 --- a/packages/eslint-plugin-calcite-components/package.json +++ b/packages/eslint-plugin-calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/eslint-plugin-calcite-components", - "version": "2.0.0-next.1", + "version": "2.0.0-next.2", "description": "ESLint rules for @esri/calcite-components", "repository": { "type": "git",