diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b55cef42..fbd1fc176 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.7.5] - Nov 30th 2023 + ## [0.7.4] - Nov 29th 2023 ## [0.7.3] - Nov 28th 2023 @@ -336,4 +338,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [0.7.2]: https://github.com/Esri/solution.js/compare/v0.7.1...v0.7.2 "v0.7.2" [0.7.3]: https://github.com/Esri/solution.js/compare/v0.7.2...v0.7.3 "v0.7.3" [0.7.4]: https://github.com/Esri/solution.js/compare/v0.7.3...v0.7.4 "v0.7.4" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.4...HEAD "Unreleased Changes" +[0.7.5]: https://github.com/Esri/solution.js/compare/v0.7.4...v0.7.5 "v0.7.5" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.5...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index a2b5cb982..3c0bc563d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.7.4", + "version": "0.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.7.4", + "version": "0.7.5", "license": "Apache-2.0", "dependencies": { "@esri/arcgis-rest-auth": "^3.4.2", diff --git a/package.json b/package.json index dd692a305..9768d175f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.7.4", + "version": "0.7.5", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",