Skip to content

Commit

Permalink
chore: release v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Nov 8, 2024
1 parent 580eb4e commit f22e1b1
Show file tree
Hide file tree
Showing 5 changed files with 22 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-0"}
{".":"2.4.6"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.4.6](https://github.com/agrc/electrofishing/compare/v2.4.5...v2.4.6) (2024-11-06)


### Features

* add data submitter to sampling event data ([5a6d613](https://github.com/agrc/electrofishing/commit/5a6d613d527342632d23bd77cd325e24a2ebc854)), closes [#239](https://github.com/agrc/electrofishing/issues/239)


### Bug Fixes

* make equipment type values match domain values ([3b93f10](https://github.com/agrc/electrofishing/commit/3b93f10de58129e86326126a05f2878aac0fb073))


### Dependencies

* bump the npm_and_yarn group with 2 updates ([c64a1dc](https://github.com/agrc/electrofishing/commit/c64a1dc773b35c6d2207418db435d6feb65a3fd3))

## [2.5.0-0](https://github.com/agrc/electrofishing/compare/v2.4.6-0...v2.5.0-0) (2024-11-06)


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

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

0 comments on commit f22e1b1

Please sign in to comment.