From 43d251ec27bcb05be838f51db3c5ea23e2da8176 Mon Sep 17 00:00:00 2001 From: John Hauck Date: Thu, 16 Jan 2025 11:21:05 -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 753f952c8..01701df97 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.12] - Jan 16th 2025 +update consent-manager message and fix issue with accept + ## [0.11.11] - Jan 15th 2025 fix issue with manager panel update field dropdown selected check @@ -964,4 +967,5 @@ Recover from test releases [0.11.9]: https://github.com/Esri/solution.js/compare/v0.11.8...v0.11.9 "v0.11.9" [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" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.11...HEAD "Unreleased Changes" +[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" diff --git a/package-lock.json b/package-lock.json index 5fa8db471..01e40cda8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.11.11", + "version": "0.11.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.11.11", + "version": "0.11.12", "license": "Apache-2.0", "dependencies": { "@arcgis/core": "^4.32.0-next.20241229", diff --git a/package.json b/package.json index 3f9bc3c2a..3514af4cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.11.11", + "version": "0.11.12", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",