diff --git a/CHANGELOG.md b/CHANGELOG.md index 01701df97..bb77c64f5 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.11.13] - Jan 22nd 2025 +This is just a test publish to troubleshoot an issue in the IA Manager app + ## [0.11.12] - Jan 16th 2025 update consent-manager message and fix issue with accept @@ -968,4 +971,5 @@ Recover from test releases [0.11.10]: https://github.com/Esri/solution.js/compare/v0.11.9...v0.11.10 "v0.11.10" [0.11.11]: https://github.com/Esri/solution.js/compare/v0.11.10...v0.11.11 "v0.11.11" [0.11.12]: https://github.com/Esri/solution.js/compare/v0.11.11...v0.11.12 "v0.11.12" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.12...HEAD "Unreleased Changes" +[0.11.13]: https://github.com/Esri/solution.js/compare/v0.11.12...v0.11.13 "v0.11.13" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.13...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index f654a41ea..06db3e6d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.11.12", + "version": "0.11.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.11.12", + "version": "0.11.13", "license": "Apache-2.0", "dependencies": { "@arcgis/core": "^4.32.0-next.20241229", diff --git a/package.json b/package.json index d90099059..8e1c5835d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.11.12", + "version": "0.11.13", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",