Skip to content

Commit

Permalink
chore: release v2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Jan 28, 2025
1 parent bcc12b1 commit c7ef1d7
Show file tree
Hide file tree
Showing 5 changed files with 17 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-2"}
{".":"2.4.9"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.4.9](https://github.com/agrc/electrofishing/compare/v2.4.8...v2.4.9) (2025-01-28)


### Bug Fixes

* add fish id to bulk-uploaded data ([06a8073](https://github.com/agrc/electrofishing/commit/06a80738fc633dcaabf358dce207d9a6917d51bf)), closes [#458](https://github.com/agrc/electrofishing/issues/458)


### Dependencies

* bump dependencies and apply security updates 🌲 ([3760a83](https://github.com/agrc/electrofishing/commit/3760a83b2cb35d8e087db392dd3fd75aa2303ea1))

## [2.5.0-2](https://github.com/agrc/electrofishing/compare/v2.4.8...v2.5.0-2) (2025-01-28)


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-2",
"version": "2.4.9",
"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-2', // x-release-please-version
version: '2.4.9', // x-release-please-version

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

0 comments on commit c7ef1d7

Please sign in to comment.