From b8db49d55b6b1d20868fb48617ebf2f07ba7ac18 Mon Sep 17 00:00:00 2001 From: John Hauck Date: Fri, 10 Jan 2025 13:31:57 -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 f3a3ae70e..935b376de 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.8] - Jan 10th 2025 +Style update for accordion for use in AGOL item details page + ## [0.11.7] - Jan 9th 2025 Changed initialization of types to support changes in accordion values @@ -946,4 +949,5 @@ Recover from test releases [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.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" +[0.11.8]: https://github.com/Esri/solution.js/compare/v0.11.7...v0.11.8 "v0.11.8" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.8...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index da14eae4d..753f7d48e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.11.7", + "version": "0.11.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.11.7", + "version": "0.11.8", "license": "Apache-2.0", "dependencies": { "@arcgis/core": "^4.32.0-next.20241229", diff --git a/package.json b/package.json index ea22c7708..fa7578710 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.11.7", + "version": "0.11.8", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",