From a7f14ee54b502cd8c57db6d0391c075a6caf2ced Mon Sep 17 00:00:00 2001 From: John Hauck Date: Thu, 7 Nov 2024 15:01:32 -0700 Subject: [PATCH] update version --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c948f45..ba3a3b89b 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.44] - November 7th 2024 +Delivery for Manager Instant app - AGOl-2024.R03 - UAT + ## [0.10.43] - November 6th 2024 Filter fix and IAC update @@ -894,4 +897,5 @@ Recover from test releases [0.10.41]: https://github.com/Esri/solution.js/compare/v0.10.40...v0.10.41 "v0.10.41" [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" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.43...HEAD "Unreleased Changes" +[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" diff --git a/package-lock.json b/package-lock.json index 21ccc6c98..9d48da109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.10.43", + "version": "0.10.44", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.10.43", + "version": "0.10.44", "license": "Apache-2.0", "dependencies": { "@arcgis/core": ">=4.31.0-next.20241030 <4.32", diff --git a/package.json b/package.json index 7ec0467f3..cc8e7906d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.10.43", + "version": "0.10.44", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",