Skip to content

Commit

Permalink
chore: release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Oct 3, 2024
1 parent 152aac4 commit 8675848
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.4.2"}
{".":"2.4.3"}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.4.3](https://github.com/agrc/electrofishing/compare/v2.4.2...v2.4.3) (2024-10-03)


### Dependencies

* bump the npm_and_yarn group in /functions with 2 updates ([631646f](https://github.com/agrc/electrofishing/commit/631646f6109ee76d6c574f65d63693c0ea79de0f))
* bump the npm_and_yarn group in /functions with 5 updates ([152aac4](https://github.com/agrc/electrofishing/commit/152aac4c8f39de56f95dc83ccf9fc969c997f539))
* bump the safe-function-dependencies group across 1 directory with 2 updates ([4c35466](https://github.com/agrc/electrofishing/commit/4c35466f8fa76b051e53bda27e538ab8a0e38b10))
* FY25Q2 dependency updates 🌲 ([484681e](https://github.com/agrc/electrofishing/commit/484681e11791bbe917483c180d7f36db1c65b17b))

## [2.4.2](https://github.com/agrc/electrofishing/compare/v2.4.1...v2.4.2) (2024-07-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.4.2",
"version": "2.4.3",
"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

0 comments on commit 8675848

Please sign in to comment.