diff --git a/package-lock.json b/package-lock.json index d32dea07139..553e9349721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34576,10 +34576,10 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.12.0-next.13", + "version": "2.12.0-next.14", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-ui-icons": "3.31.0-next.0", + "@esri/calcite-ui-icons": "3.31.0-next.1", "@floating-ui/dom": "1.6.9", "@stencil/core": "4.20.0", "@types/color": "3.0.6", @@ -38150,10 +38150,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.12.0-next.13", + "version": "2.12.0-next.14", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.13", + "@esri/calcite-components": "2.12.0-next.14", "tslib": "2.6.3" }, "peerDependencies": { @@ -38163,10 +38163,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.12.0-next.13", + "version": "2.12.0-next.14", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.13" + "@esri/calcite-components": "2.12.0-next.14" }, "peerDependencies": { "react": ">=16.7", @@ -38609,7 +38609,7 @@ }, "packages/calcite-ui-icons": { "name": "@esri/calcite-ui-icons", - "version": "3.31.0-next.0", + "version": "3.31.0-next.1", "license": "SEE LICENSE.md", "bin": { "spriter": "bin/spriter.js" diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index a9b1bafdfd5..e43246382f2 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/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.12.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.13...@esri/calcite-components-angular@2.12.0-next.14) (2024-08-13) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.12.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.12...@esri/calcite-components-angular@2.12.0-next.13) (2024-08-13) **Note:** Version bump only for package @esri/calcite-components-angular diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index 1cba4cee8a7..2c65befae6c 100644 --- a/packages/calcite-components-angular/projects/component-library/package.json +++ b/packages/calcite-components-angular/projects/component-library/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-angular", - "version": "2.12.0-next.13", + "version": "2.12.0-next.14", "description": "A set of Angular components that wrap Esri's Calcite Components.", "homepage": "https://developers.arcgis.com/calcite-design-system/", "bugs": { @@ -17,7 +17,7 @@ }, "sideEffects": false, "dependencies": { - "@esri/calcite-components": "2.12.0-next.13", + "@esri/calcite-components": "2.12.0-next.14", "tslib": "2.6.3" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index ca1ccb6c034..b3e50c1ceb6 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. +## [2.12.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.13...@esri/calcite-components-react@2.12.0-next.14) (2024-08-13) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.12.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.12...@esri/calcite-components-react@2.12.0-next.13) (2024-08-13) **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 a4f4daa333a..2f7a4dee225 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": "2.12.0-next.13", + "version": "2.12.0-next.14", "description": "A set of React components that wrap calcite components", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -28,7 +28,7 @@ "tsc": "tsc" }, "dependencies": { - "@esri/calcite-components": "2.12.0-next.13" + "@esri/calcite-components": "2.12.0-next.14" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 4aa0790435d..8061dd6f2af 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. +## [2.12.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.13...@esri/calcite-components@2.12.0-next.14) (2024-08-13) + +### Features + +- **accordion, accordion-item:** add component tokens ([#9861](https://github.com/Esri/calcite-design-system/issues/9861)) ([48f7f08](https://github.com/Esri/calcite-design-system/commit/48f7f08627fbba6deb4434431a16ca5de0d37a29)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) + +### Bug Fixes + +- **input, input-number, input-text:** no longer set focus when a validation message is clicked ([#10008](https://github.com/Esri/calcite-design-system/issues/10008)) ([529bb5a](https://github.com/Esri/calcite-design-system/commit/529bb5a4863f73b29e2fad86030fc0589a4d269a)), closes [#10006](https://github.com/Esri/calcite-design-system/issues/10006) + +### Reverts + +- "build(deps): remove unused cheerio package ([#10049](https://github.com/Esri/calcite-design-system/issues/10049))" ([#10057](https://github.com/Esri/calcite-design-system/issues/10057)) ([d271ab1](https://github.com/Esri/calcite-design-system/commit/d271ab18498126d05e2cf746516c707d1fb42c47)) + ## [2.12.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.12...@esri/calcite-components@2.12.0-next.13) (2024-08-13) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 4572d72b062..29063fa936d 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.12.0-next.13", + "version": "2.12.0-next.14", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", @@ -61,7 +61,7 @@ "directory": "packages/calcite-components" }, "dependencies": { - "@esri/calcite-ui-icons": "3.31.0-next.0", + "@esri/calcite-ui-icons": "3.31.0-next.1", "@floating-ui/dom": "1.6.9", "@stencil/core": "4.20.0", "@types/color": "3.0.6", diff --git a/packages/calcite-ui-icons/CHANGELOG.md b/packages/calcite-ui-icons/CHANGELOG.md index 5d11ec5bc77..67bad30d128 100644 --- a/packages/calcite-ui-icons/CHANGELOG.md +++ b/packages/calcite-ui-icons/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.31.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0-next.0...@esri/calcite-ui-icons@3.31.0-next.1) (2024-08-13) + +**Note:** Version bump only for package @esri/calcite-ui-icons + ## [3.31.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.30.1-next.0...@esri/calcite-ui-icons@3.31.0-next.0) (2024-08-12) ### Features diff --git a/packages/calcite-ui-icons/package.json b/packages/calcite-ui-icons/package.json index 7fc6d6d67e5..931a28ebc3f 100644 --- a/packages/calcite-ui-icons/package.json +++ b/packages/calcite-ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-ui-icons", - "version": "3.31.0-next.0", + "version": "3.31.0-next.1", "private": false, "description": "A collection of UI SVG icons created by Esri for applications.", "keywords": [