diff --git a/CHANGELOG.md b/CHANGELOG.md index b15680f56..036fc0181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.7.0] - Nov 9th 2023 +* Start work for R01 2024 release + ## [0.6.46] - Nov 1st 2023 ## [0.6.45] - Oct 31st 2023 @@ -320,4 +323,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [0.6.44]: https://github.com/Esri/solution.js/compare/v0.6.43...v0.6.44 "v0.6.44" [0.6.45]: https://github.com/Esri/solution.js/compare/v0.6.44...v0.6.45 "v0.6.45" [0.6.46]: https://github.com/Esri/solution.js/compare/v0.6.45...v0.6.46 "v0.6.46" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.6.46...HEAD "Unreleased Changes" +[0.7.0]: https://github.com/Esri/solution.js/compare/v0.6.46...v0.7.0 "v0.7.0" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.0...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 035f51c63..ba68de543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.6.46", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.6.46", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@esri/arcgis-rest-auth": "^3.4.2", diff --git a/package.json b/package.json index dc71cb32e..48db5aec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.6.46", + "version": "0.7.0", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",