From 9aa8d29f6ca239489e919be9f3f8d58aee94ff6f Mon Sep 17 00:00:00 2001 From: Mike Tschudi Date: Wed, 29 Jan 2025 07:38:17 -0800 Subject: [PATCH] V0.11.19 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda62472e..2efe3f82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.11.19] - Jan 29th 2025 +* Fix @stencil/core at 4.23.0 to avoid build problems +* Fix solution-item-accordion details-button's tooltip + ## [0.11.18] - Jan 28th 2025 * Accordion update * CT Delivery for Manager AGOL-2025.R01 - Sprint1 @@ -994,4 +998,5 @@ Recover from test releases [0.11.16]: https://github.com/Esri/solution.js/compare/v0.11.14...v0.11.16 "v0.11.16" [0.11.17]: https://github.com/Esri/solution.js/compare/v0.11.16...v0.11.17 "v0.11.17" [0.11.18]: https://github.com/Esri/solution.js/compare/v0.11.17...v0.11.18 "v0.11.18" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.18...HEAD "Unreleased Changes" +[0.11.19]: https://github.com/Esri/solution.js/compare/v0.11.18...v0.11.19 "v0.11.19" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.19...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 5728c62c4..141663b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.11.18", + "version": "0.11.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.11.18", + "version": "0.11.19", "license": "Apache-2.0", "dependencies": { "@arcgis/core": "4.32.0-next.20241229", diff --git a/package.json b/package.json index 6042915ce..3143be461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.11.18", + "version": "0.11.19", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",