Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck committed Jan 15, 2025
1 parent 54fcf1f commit fee72c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.11.11] - Jan 15th 2025
fix issue with manager panel
update field dropdown selected check

## [0.11.10] - Jan 15th 2025
* Add events and URL option to accordion
* add initialNotice property
Expand Down Expand Up @@ -959,4 +963,5 @@ Recover from test releases
[0.11.8]: https://github.com/Esri/solution.js/compare/v0.11.7...v0.11.8 "v0.11.8"
[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"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.10...HEAD "Unreleased Changes"
[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"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/solutions-components",
"version": "0.11.10",
"version": "0.11.11",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit fee72c3

Please sign in to comment.