diff --git a/CHANGELOG.md b/CHANGELOG.md index 2427f7f..1b49e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ - [parcels.utah.gov](https://parcels.utah.gov) - [open issues](https://github.com/agrc/Parcels/issues?state=open) +## [2.3.9](https://github.com/agrc/parcels/compare/v2.3.8...v2.3.9) (2024-07-08) + + +### Dependencies + +* bump the safe-dependencies group across 1 directory with 17 updates ([2a8dd3f](https://github.com/agrc/parcels/commit/2a8dd3f42b2150576a282e0e756d1890a8d77d5f)) +* Q1 package update ([c2f269d](https://github.com/agrc/parcels/commit/c2f269d654e2b1ddc3a29e6af9a1cb89e60b987a)) +* q4 package updates ([7bb6f57](https://github.com/agrc/parcels/commit/7bb6f575f8b316d48ad88dff313251a9ef709c72)) + + +### Styles + +* format ([e0a1d10](https://github.com/agrc/parcels/commit/e0a1d10db72785a2855d7623762288ed0572e144)) + ## [2.3.9-0](https://github.com/agrc/parcels/compare/v2.3.8...v2.3.9-0) (2024-07-08) diff --git a/package-lock.json b/package-lock.json index 0b0babb..193e275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parcels", - "version": "2.3.9-0", + "version": "2.3.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parcels", - "version": "2.3.9-0", + "version": "2.3.9", "dependencies": { "@arcgis/core": "^4.30.6", "@headlessui/react": "^2.1.2", diff --git a/package.json b/package.json index 6c82b98..e57b43d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcels", - "version": "2.3.9-0", + "version": "2.3.9", "scripts": { "build": "vite build", "copy:arcgis": "cpy \"./node_modules/@arcgis/core/assets/**\" ./public/assets",