From a05f33d38b44715d81e81b771b60e02fc612387d Mon Sep 17 00:00:00 2001 From: Mike Tschudi Date: Thu, 9 Jan 2025 09:44:23 -0800 Subject: [PATCH] v0.11.7 --- CHANGELOG.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2c4d310..f3a3ae70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] -## [0.11.6] - Jan 9th 2025 +## [0.11.7] - Jan 9th 2025 Changed initialization of types to support changes in accordion values ## [0.11.4] - Dec 27th 2024 @@ -945,5 +945,5 @@ Recover from test releases [0.11.2]: https://github.com/Esri/solution.js/compare/v0.11.1...v0.11.2 "v0.11.2" [0.11.3]: https://github.com/Esri/solution.js/compare/v0.11.2...v0.11.3 "v0.11.3" [0.11.4]: https://github.com/Esri/solution.js/compare/v0.11.3...v0.11.4 "v0.11.4" -[0.11.6]: https://github.com/Esri/solution.js/compare/v0.11.4...v0.11.6 "v0.11.6" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.6...HEAD "Unreleased Changes" +[0.11.7]: https://github.com/Esri/solution.js/compare/v0.11.4...v0.11.7 "v0.11.7" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.7...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 93e34e425..da14eae4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.11.6", + "version": "0.11.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.11.6", + "version": "0.11.7", "license": "Apache-2.0", "dependencies": { "@arcgis/core": "^4.32.0-next.20241229", diff --git a/package.json b/package.json index 9b29fdfc6..ea22c7708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.11.6", + "version": "0.11.7", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",