diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7633d1b..e417cc534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.6.25] - Oct 3rd 2023 + ## [0.6.24] - Oct 3rd 2023 ## [0.6.23] - Oct 2nd 2023 @@ -253,4 +255,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [0.6.22]: https://github.com/Esri/solution.js/compare/v0.6.21...v0.6.22 "v0.6.22" [0.6.23]: https://github.com/Esri/solution.js/compare/v0.6.22...v0.6.23 "v0.6.23" [0.6.24]: https://github.com/Esri/solution.js/compare/v0.6.23...v0.6.24 "v0.6.24" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.6.24...HEAD "Unreleased Changes" +[0.6.25]: https://github.com/Esri/solution.js/compare/v0.6.24...v0.6.25 "v0.6.25" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.6.25...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 147ffb217..1b13f95f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.6.24", + "version": "0.6.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.6.24", + "version": "0.6.25", "license": "Apache-2.0", "dependencies": { "@esri/arcgis-rest-auth": "^3.4.2", diff --git a/package.json b/package.json index 9b00b79b6..c14e39f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.6.24", + "version": "0.6.25", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",