diff --git a/CHANGELOG.md b/CHANGELOG.md index f75f3938f..5fd2d8d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.10.42] - November 4th 2024 +Set filter active based on filterCount + ## [0.10.41] - November 1st 2024 Various package updates @@ -886,4 +889,5 @@ Recover from test releases [0.10.39]: https://github.com/Esri/solution.js/compare/v0.10.38...v0.10.39 "v0.10.39" [0.10.40]: https://github.com/Esri/solution.js/compare/v0.10.39...v0.10.40 "v0.10.40" [0.10.41]: https://github.com/Esri/solution.js/compare/v0.10.40...v0.10.41 "v0.10.41" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.41...HEAD "Unreleased Changes" +[0.10.42]: https://github.com/Esri/solution.js/compare/v0.10.41...v0.10.42 "v0.10.42" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.42...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 4f69b85f0..ae64a5efc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.10.41", + "version": "0.10.42", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.10.41", + "version": "0.10.42", "license": "Apache-2.0", "dependencies": { "@arcgis/core": ">=4.31.0-next.20241030 <4.32", diff --git a/package.json b/package.json index 62ea69132..03c7434f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.10.41", + "version": "0.10.42", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",