diff --git a/package-lock.json b/package-lock.json index 8ddced59b6c..62ea5e1d2bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47411,7 +47411,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.1.0-next.3", + "version": "2.1.0-next.4", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.5.3", @@ -47427,9 +47427,9 @@ "timezone-groups": "0.8.0" }, "devDependencies": { - "@esri/calcite-design-tokens": "^2.0.1-next.1", + "@esri/calcite-design-tokens": "^2.0.1-next.2", "@esri/calcite-ui-icons": "3.25.1", - "@esri/eslint-plugin-calcite-components": "^1.0.1-next.0", + "@esri/eslint-plugin-calcite-components": "^1.0.1-next.1", "@stencil-community/eslint-plugin": "0.7.1", "@stencil-community/postcss": "2.2.0", "@stencil/angular-output-target": "0.8.3", @@ -47462,10 +47462,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.1.0-next.3", + "version": "2.1.0-next.4", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.1.0-next.3", + "@esri/calcite-components": "^2.1.0-next.4", "tslib": "2.6.2" }, "peerDependencies": { @@ -47475,10 +47475,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.1.0-next.3", + "version": "2.1.0-next.4", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.1.0-next.3" + "@esri/calcite-components": "^2.1.0-next.4" }, "peerDependencies": { "react": ">=16.7", @@ -47487,11 +47487,11 @@ }, "packages/calcite-design-tokens": { "name": "@esri/calcite-design-tokens", - "version": "2.0.1-next.1" + "version": "2.0.1-next.2" }, "packages/eslint-plugin-calcite-components": { "name": "@esri/eslint-plugin-calcite-components", - "version": "1.0.1-next.0", + "version": "1.0.1-next.1", "license": "SEE LICENSE.md", "dependencies": { "stencil-eslint-core": "0.4.1" diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index 4fdbaff6d7f..3d23ac4328a 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.1.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.1.0-next.3...@esri/calcite-components-angular@2.1.0-next.4) (2023-12-09) + +__Note:__ Version bump only for package @esri/calcite-components-angular + ## [2.1.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.1.0-next.2...@esri/calcite-components-angular@2.1.0-next.3) (2023-12-08) __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 67e65713fc3..74bb2001ab6 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.1.0-next.3", + "version": "2.1.0-next.4", "sideEffects": false, "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "A set of Angular components that wrap Esri's Calcite Components.", @@ -20,7 +20,7 @@ "@angular/core": ">=16.0.0" }, "dependencies": { - "@esri/calcite-components": "^2.1.0-next.3", + "@esri/calcite-components": "^2.1.0-next.4", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 90718c08122..0ee04e90464 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.1.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.1.0-next.3...@esri/calcite-components-react@2.1.0-next.4) (2023-12-09) + +__Note:__ Version bump only for package @esri/calcite-components-react + ## [2.1.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.1.0-next.2...@esri/calcite-components-react@2.1.0-next.3) (2023-12-08) __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 c376ad437d0..3fcd0f8eabd 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,7 +1,7 @@ { "name": "@esri/calcite-components-react", "sideEffects": false, - "version": "2.1.0-next.3", + "version": "2.1.0-next.4", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "A set of React components that wrap calcite components", "license": "SEE LICENSE.md", @@ -20,7 +20,7 @@ "dist/" ], "dependencies": { - "@esri/calcite-components": "^2.1.0-next.3" + "@esri/calcite-components": "^2.1.0-next.4" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index e2de3b658d2..2533f37c641 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.1.0-next.3...@esri/calcite-components@2.1.0-next.4) (2023-12-09) + +### Bug Fixes + +- __action-menu:__ keep internal popover open property in sync ([#8387](https://github.com/Esri/calcite-design-system/issues/8387)) ([38dff7c](https://github.com/Esri/calcite-design-system/commit/38dff7cd9eab60667ee415e59dd4287ae9ab8bb0)), closes [#7445](https://github.com/Esri/calcite-design-system/issues/7445) +- __input-date-picker:__ respect the numberingSystem property when rendering the input ([#8383](https://github.com/Esri/calcite-design-system/issues/8383)) ([395b538](https://github.com/Esri/calcite-design-system/commit/395b5387e2df538cec99ae02702dfd7d363b16ab)), closes [#7383](https://github.com/Esri/calcite-design-system/issues/7383) + ## [2.1.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.1.0-next.2...@esri/calcite-components@2.1.0-next.3) (2023-12-08) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 8dc669e393d..0063e52c865 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.1.0-next.3", + "version": "2.1.0-next.4", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", @@ -74,9 +74,9 @@ "timezone-groups": "0.8.0" }, "devDependencies": { - "@esri/calcite-design-tokens": "^2.0.1-next.1", + "@esri/calcite-design-tokens": "^2.0.1-next.2", "@esri/calcite-ui-icons": "3.25.1", - "@esri/eslint-plugin-calcite-components": "^1.0.1-next.0", + "@esri/eslint-plugin-calcite-components": "^1.0.1-next.1", "@stencil-community/eslint-plugin": "0.7.1", "@stencil-community/postcss": "2.2.0", "@stencil/angular-output-target": "0.8.3", diff --git a/packages/calcite-design-tokens/CHANGELOG.md b/packages/calcite-design-tokens/CHANGELOG.md index 3171d29c2cc..4d634fdb9c7 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. +## [2.0.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@2.0.1-next.1...@esri/calcite-design-tokens@2.0.1-next.2) (2023-12-09) + +__Note:__ Version bump only for package @esri/calcite-design-tokens + ## [2.0.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@2.0.1-next.0...@esri/calcite-design-tokens@2.0.1-next.1) (2023-12-07) ### Bug Fixes diff --git a/packages/calcite-design-tokens/package.json b/packages/calcite-design-tokens/package.json index 8dd2abdfd7a..a873b142a72 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": "2.0.1-next.1", + "version": "2.0.1-next.2", "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 780df02de74..75b3914b25e 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. +## [1.0.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@1.0.1-next.0...@esri/eslint-plugin-calcite-components@1.0.1-next.1) (2023-12-09) + +__Note:__ Version bump only for package @esri/eslint-plugin-calcite-components + ## [1.0.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@1.0.0...@esri/eslint-plugin-calcite-components@1.0.1-next.0) (2023-12-07) __Note:__ Version bump only for package @esri/eslint-plugin-calcite-components diff --git a/packages/eslint-plugin-calcite-components/package.json b/packages/eslint-plugin-calcite-components/package.json index 6c8145f48bf..fa97030784a 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": "1.0.1-next.0", + "version": "1.0.1-next.1", "description": "ESLint rules for @esri/calcite-components", "main": "dist/index.js", "files": [