diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3a3b89b..88fea774b 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.45] - November 8th 2024 +Edit time field and move delete dialog + ## [0.10.44] - November 7th 2024 Delivery for Manager Instant app - AGOl-2024.R03 - UAT @@ -898,4 +901,5 @@ Recover from test releases [0.10.42]: https://github.com/Esri/solution.js/compare/v0.10.41...v0.10.42 "v0.10.42" [0.10.43]: https://github.com/Esri/solution.js/compare/v0.10.42...v0.10.43 "v0.10.43" [0.10.44]: https://github.com/Esri/solution.js/compare/v0.10.43...v0.10.44 "v0.10.44" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.44...HEAD "Unreleased Changes" +[0.10.45]: https://github.com/Esri/solution.js/compare/v0.10.44...v0.10.45 "v0.10.45" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.45...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 9d48da109..552bb91fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.10.44", + "version": "0.10.45", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.10.44", + "version": "0.10.45", "license": "Apache-2.0", "dependencies": { "@arcgis/core": ">=4.31.0-next.20241030 <4.32", diff --git a/package.json b/package.json index cc8e7906d..5e79c377d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.10.44", + "version": "0.10.45", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",