Skip to content

Commit

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

## [Unreleased]

## [0.10.21] - September 25th 2024
hideMapOnLoad BC and don't enable layer features and search distance on load by default

## [0.10.20] - September 24th 2024
Asset path

Expand Down Expand Up @@ -799,4 +802,5 @@ Recover from test releases
[0.10.18]: https://github.com/Esri/solution.js/compare/v0.10.17...v0.10.18 "v0.10.18"
[0.10.19]: https://github.com/Esri/solution.js/compare/v0.10.18...v0.10.19 "v0.10.19"
[0.10.20]: https://github.com/Esri/solution.js/compare/v0.10.19...v0.10.20 "v0.10.20"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.20...HEAD "Unreleased Changes"
[0.10.21]: https://github.com/Esri/solution.js/compare/v0.10.20...v0.10.21 "v0.10.21"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.10.21...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.10.20",
"version": "0.10.21",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 6eab0bd

Please sign in to comment.