From cc5e028156f72ce1a84e485d6b32237abf1e15d9 Mon Sep 17 00:00:00 2001 From: John Hauck Date: Wed, 17 Jan 2024 14:38:06 -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 749ecf7a9..24f963d94 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.7.25] - Jan 17th 2024 +Reporter switched from mapInfos to mapView + ## [0.7.24] - Jan 12th 2024 Reporter added @@ -386,4 +389,5 @@ Recover from test releases [0.7.22]: https://github.com/Esri/solution.js/compare/v0.7.21...v0.7.22 "v0.7.22" [0.7.23]: https://github.com/Esri/solution.js/compare/v0.7.22...v0.7.23 "v0.7.23" [0.7.24]: https://github.com/Esri/solution.js/compare/v0.7.23...v0.7.24 "v0.7.24" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.24...HEAD "Unreleased Changes" +[0.7.25]: https://github.com/Esri/solution.js/compare/v0.7.24...v0.7.25 "v0.7.25" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.25...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 0ac709031..ed06a757d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.7.24", + "version": "0.7.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.7.24", + "version": "0.7.25", "license": "Apache-2.0", "dependencies": { "@esri/arcgis-rest-auth": "^3.4.2", diff --git a/package.json b/package.json index be00d0a25..230b286a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.7.24", + "version": "0.7.25", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",