diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cdf35ad..8e4dedf8a 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.17] - September 20th 2024 +Delivery for Manager Instant app - AGOl-2024.R03 - Sprint2 #880 + ## [0.10.16] - September 19th 2024 Add enableLayerFeaturesOnLoad and enableSearchDistanceOnLoad to PN Add commentButtonText and commentSubmittedMessage to Reporter @@ -783,4 +786,5 @@ Recover from test releases [0.10.14]: https://github.com/Esri/solution.js/compare/v0.10.13...v0.10.14 "v0.10.14" [0.10.15]: https://github.com/Esri/solution.js/compare/v0.10.14...v0.10.15 "v0.10.15" [0.10.16]: https://github.com/Esri/solution.js/compare/v0.10.15...v0.10.16 "v0.10.16" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.16...HEAD "Unreleased Changes" +[0.10.17]: https://github.com/Esri/solution.js/compare/v0.10.16...v0.10.17 "v0.10.17" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.17...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 2255e96a7..34303055a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.10.16", + "version": "0.10.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.10.16", + "version": "0.10.17", "license": "Apache-2.0", "dependencies": { "@arcgis/core": ">=4.31.0-next.20240624 <4.32", diff --git a/package.json b/package.json index 5b28a89a1..58c2df44d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.10.16", + "version": "0.10.17", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",