From 91ccff6bd950e81f996247c4fbb69003d733eac9 Mon Sep 17 00:00:00 2001 From: John Hauck Date: Wed, 8 Feb 2023 19:27:46 -0700 Subject: [PATCH] v0.3.9 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6dbd6d3..ae42285f8 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.3.9] - February 8th 2023 + ## [0.3.8] - February 7th 2023 ## [0.3.7] - February 3rd 2023 @@ -73,5 +75,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [0.3.6]: https://github.com/Esri/solution.js/compare/v0.3.5...v0.3.6 "v0.3.6" [0.3.7]: https://github.com/Esri/solution.js/compare/v0.3.6...v0.3.7 "v0.3.7" [0.3.8]: https://github.com/Esri/solution.js/compare/v0.3.7...v0.3.8 "v0.3.8" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.3.8...HEAD "Unreleased Changes" +[0.3.9]: https://github.com/Esri/solution.js/compare/v0.3.8...v0.3.9 "v0.3.9" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.3.9...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 2e96c33df..d5f06b22c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.3.8", + "version": "0.3.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.3.8", + "version": "0.3.9", "license": "Apache-2.0", "dependencies": { "@pdf-lib/fontkit": "^1.1.1", diff --git a/package.json b/package.json index 14f61b826..ed4dce5df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.3.8", + "version": "0.3.9", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",