diff --git a/package-lock.json b/package-lock.json index 3d011244ddb..f86caae0546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35211,7 +35211,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.12.0-next.33", + "version": "2.12.0-next.34", "license": "SEE LICENSE.md", "dependencies": { "@esri/calcite-ui-icons": "3.31.0-next.4", @@ -38888,10 +38888,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.12.0-next.33", + "version": "2.12.0-next.34", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.33", + "@esri/calcite-components": "2.12.0-next.34", "tslib": "2.6.3" }, "peerDependencies": { @@ -38901,10 +38901,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.12.0-next.33", + "version": "2.12.0-next.34", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.33" + "@esri/calcite-components": "2.12.0-next.34" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index b453a8ba638..d669d486abe 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.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.33...@esri/calcite-components-angular@2.12.0-next.34) (2024-08-27) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.12.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.32...@esri/calcite-components-angular@2.12.0-next.33) (2024-08-27) **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 9238408fb2a..7272af97a2f 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.33", + "version": "2.12.0-next.34", "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.33", + "@esri/calcite-components": "2.12.0-next.34", "tslib": "2.6.3" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index e84901d56c3..cacacf803ef 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.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.33...@esri/calcite-components-react@2.12.0-next.34) (2024-08-27) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.12.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.32...@esri/calcite-components-react@2.12.0-next.33) (2024-08-27) **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 ac33abe3c90..a2d9da586ff 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.33", + "version": "2.12.0-next.34", "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.33" + "@esri/calcite-components": "2.12.0-next.34" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index e689f4b128d..bdb5d703fe5 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,16 @@ 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.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.33...@esri/calcite-components@2.12.0-next.34) (2024-08-27) + +### Features + +- **dialog:** add resizable and dragEnabled properties ([#9804](https://github.com/Esri/calcite-design-system/issues/9804)) ([e3e499e](https://github.com/Esri/calcite-design-system/commit/e3e499e7a3309461e5deeaa0ca67f334950b0c10)), closes [#9875](https://github.com/Esri/calcite-design-system/issues/9875) + +### Bug Fixes + +- **slider:** resolve step & snap floating point precision ([#10148](https://github.com/Esri/calcite-design-system/issues/10148)) ([613bc47](https://github.com/Esri/calcite-design-system/commit/613bc4746bbb33348c286668bbf697c4df806b6a)), closes [#9684](https://github.com/Esri/calcite-design-system/issues/9684) + ## [2.12.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.32...@esri/calcite-components@2.12.0-next.33) (2024-08-27) ### Features diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 4c8ac6b2ff1..76627085bfb 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.33", + "version": "2.12.0-next.34", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js",