diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a813ead..5d6087f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.5.9] - May 16th 2023 + ## [0.5.8] - May 12th 2023 ## [0.5.7] - May 11th 2023 @@ -142,4 +144,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [0.5.6]: https://github.com/Esri/solution.js/compare/v0.5.5...v0.5.6 "v0.5.6" [0.5.7]: https://github.com/Esri/solution.js/compare/v0.5.6...v0.5.7 "v0.5.7" [0.5.8]: https://github.com/Esri/solution.js/compare/v0.5.7...v0.5.8 "v0.5.8" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.5.7...HEAD "Unreleased Changes" +[0.5.9]: https://github.com/Esri/solution.js/compare/v0.5.8...v0.5.9 "v0.5.9" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.5.9...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index ef4d6745f..f5eff21c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.5.8", + "version": "0.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.5.8", + "version": "0.5.9", "license": "Apache-2.0", "dependencies": { "@esri/hub-common": "^12.37.1", diff --git a/package.json b/package.json index b1aced397..e1ca96d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.5.8", + "version": "0.5.9", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",