diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e880e2..26a6e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ - [parcels.utah.gov](https://parcels.utah.gov) - [open issues](https://github.com/agrc/Parcels/issues?state=open) +## [2.3.4](https://github.com/agrc/parcels/compare/v2.3.3...v2.3.4) (2023-02-02) + + +### 🐛 Bug Fixes + +* february dependency updates ([cec52bf](https://github.com/agrc/parcels/commit/cec52bf3c8f67539066d461f24ba8d4e7826bc64)) + ## [2.3.3](https://github.com/agrc/parcels/compare/v2.3.2...v2.3.3) (2023-01-03) diff --git a/package-lock.json b/package-lock.json index 59ab017..8741e9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parcels", - "version": "2.3.3", + "version": "2.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parcels", - "version": "2.3.3", + "version": "2.3.4", "dependencies": { "@arcgis/core": "^4.25.5", "@headlessui/react": "^1.7.8", diff --git a/package.json b/package.json index 927c603..6c15fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcels", - "version": "2.3.3", + "version": "2.3.4", "scripts": { "build": "vite build", "copy:arcgis": "cpy \"./node_modules/@arcgis/core/assets/**\" ./public/assets",