From 9ff1794d99aae2668ad236760453a145f24f0ccf Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 23:36:52 +0000 Subject: [PATCH] chore: release v3.5.10 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee149a3..5c43bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.5.10](https://github.com/agrc/plss/compare/v3.5.9...v3.5.10) (2023-12-13) + + +### 🌲 Dependencies + +* bump axios and @sendgrid/client ([926ecbf](https://github.com/agrc/plss/commit/926ecbf00b703b13a4c523e38bf6a82ab2425074)) +* bump crypto-js from 4.1.1 to 4.2.0 ([5ed36b3](https://github.com/agrc/plss/commit/5ed36b314a6b44411074235d75c164694987ddc7)) +* bump the safe-app-dependencies group with 23 updates ([5f62804](https://github.com/agrc/plss/commit/5f628042d778382925ec074212b9a867cd2e8139)) +* bump tough-cookie and firebase-tools ([65e2b54](https://github.com/agrc/plss/commit/65e2b54e682a4f1e8c90d0280d1d7bab3a91c5fb)) +* **dev:** bump @babel/traverse from 7.23.0 to 7.23.2 ([adf64e0](https://github.com/agrc/plss/commit/adf64e02a8d25c4092e8a35f89cbe5b6c41f440a)) +* **dev:** bump vite from 4.5.0 to 4.5.1 ([ab8ca9a](https://github.com/agrc/plss/commit/ab8ca9a379585b678aee9f7046c06e3972581d46)) + ## [3.5.9](https://github.com/agrc/plss/compare/v3.5.8...v3.5.9) (2023-10-12) diff --git a/package-lock.json b/package-lock.json index 1333b59..538474a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ugrc/plss-app", - "version": "3.5.9", + "version": "3.5.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ugrc/plss-app", - "version": "3.5.9", + "version": "3.5.10", "license": "MIT", "dependencies": { "@arcgis/core": "^4.28.5", diff --git a/package.json b/package.json index d7a7208..3f82644 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@ugrc/plss-app", "description": "A React app for the UGRC PLSS", "private": true, - "version": "3.5.9", + "version": "3.5.10", "license": "MIT", "author": "UGRC", "main": "./src/functions/index.mjs",