diff --git a/CHANGELOG.md b/CHANGELOG.md index cb659cde5..f8a89862a 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.12] - May 21st 2023 + ## [0.5.11] - May 18th 2023 ## [0.5.10] - May 17th 2023 @@ -151,4 +153,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [0.5.9]: https://github.com/Esri/solution.js/compare/v0.5.8...v0.5.9 "v0.5.9" [0.5.10]: https://github.com/Esri/solution.js/compare/v0.5.9...v0.5.10 "v0.5.10" [0.5.11]: https://github.com/Esri/solution.js/compare/v0.5.10...v0.5.11 "v0.5.11" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.5.11...HEAD "Unreleased Changes" +[0.5.12]: https://github.com/Esri/solution.js/compare/v0.5.11...v0.5.12 "v0.5.12" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.5.12...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index b80605050..0f4fc3485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.5.11", + "version": "0.5.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.5.11", + "version": "0.5.12", "license": "Apache-2.0", "dependencies": { "@esri/hub-common": "^12.37.1", diff --git a/package.json b/package.json index 6b6442655..1839010f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.5.11", + "version": "0.5.12", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",