Skip to content

Commit

Permalink
chore: release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Oct 12, 2023
1 parent ca8b7d3 commit 1383c42
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.3.2"}
{".":"2.3.3"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.3.3](https://github.com/agrc/electrofishing/compare/v2.3.2...v2.3.3) (2023-10-09)


### 🐛 Bug Fixes

* remote old google analytics config ([3a3b7d3](https://github.com/agrc/electrofishing/commit/3a3b7d3d16a185a6826a0f6ab73e8ce147ccb22e))


### 🌲 Dependencies

* bump the safe-app-dependencies group with 27 updates ([410ea0f](https://github.com/agrc/electrofishing/commit/410ea0f2b834a9335a4e54f8ff34e55192ae517e))
* npm audit fix ([ca8b7d3](https://github.com/agrc/electrofishing/commit/ca8b7d33de92e09a6e333ea157ed5c0d7e983446))
* Q4 Dependency Bumps 🌲 ([637bca1](https://github.com/agrc/electrofishing/commit/637bca1459ae526fbb7391c6364d42656d2cc1a5))

## [2.3.2](https://github.com/agrc/electrofishing/compare/v2.3.1...v2.3.2) (2023-08-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrofishing",
"version": "2.3.2",
"version": "2.3.3",
"scripts": {
"build": "export VITE_BUILD=prod && npm run build:sw && vite build",
"build:stage": "export VITE_BUILD=stage && npm run build:sw && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const config = {

// version: String
// The app version number.
version: '2.3.2', // x-release-please-version
version: '2.3.3', // x-release-please-version

// coordTypes: {key:String}
// Coordinate types as used in app/SettingsDialog
Expand Down

0 comments on commit 1383c42

Please sign in to comment.