Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck committed Mar 6, 2024
1 parent ae1726a commit 27d8516
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.7.50] - Mar 6th 2024
Patch issue share, table flicker, layer refresh

## [0.7.49] - Feb 29th 2024
Init layer expressions and column info on map info change

Expand Down Expand Up @@ -496,4 +499,5 @@ Recover from test releases
[0.7.47]: https://github.com/Esri/solution.js/compare/v0.7.46...v0.7.47 "v0.7.47"
[0.7.48]: https://github.com/Esri/solution.js/compare/v0.7.47...v0.7.48 "v0.7.48"
[0.7.49]: https://github.com/Esri/solution.js/compare/v0.7.48...v0.7.49 "v0.7.49"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.49...HEAD "Unreleased Changes"
[0.7.50]: https://github.com/Esri/solution.js/compare/v0.7.49...v0.7.50 "v0.7.50"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.50...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.7.49",
"version": "0.7.50",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 27d8516

Please sign in to comment.