Skip to content

Commit

Permalink
chore: release v2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Jan 8, 2025
1 parent 308b0f3 commit 148dcd7
Show file tree
Hide file tree
Showing 5 changed files with 18 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.5.0-1"}
{".":"2.4.7"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.4.7](https://github.com/agrc/electrofishing/compare/v2.4.6...v2.4.7) (2025-01-08)


### Bug Fixes

* **functions:** upgrade to gen 2 function ([b9f9614](https://github.com/agrc/electrofishing/commit/b9f961424d7becef1dbae7ffc6dc9f3842ce9ed4))


### Dependencies

* **functions:** FY25 Q3 dependency bumps 🌲 ([9e1024c](https://github.com/agrc/electrofishing/commit/9e1024c3f6aaed632066652fbf81aa5191988f45))
* FY25 Q3 dependency bumps 🌲 ([747864c](https://github.com/agrc/electrofishing/commit/747864c88e28be08c3cbeb1eb616714f80b7b66a))

## [2.5.0-1](https://github.com/agrc/electrofishing/compare/v2.4.6...v2.5.0-1) (2025-01-08)


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.5.0-1",
"version": "2.4.7",
"scripts": {
"build:stage": "export VITE_BUILD=stage && npm run build:sw && vite build",
"build:sw": "esbuild src/ServiceWorker.js --bundle --outfile=public/ServiceWorker.js --define:process.env.VITE_FIREBASE_CONFIG=$(npx dotenv -p VITE_FIREBASE_CONFIG)",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const config = {

// version: String
// The app version number.
version: '2.5.0-1', // x-release-please-version
version: '2.4.7', // x-release-please-version

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

0 comments on commit 148dcd7

Please sign in to comment.