Skip to content

Commit

Permalink
chore: release v3.5.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and steveoh committed Jan 19, 2023
1 parent 57bf8df commit e4d8bb9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.5.0-0](https://github.com/agrc/plss/compare/v3.3.0...v3.5.0-0) (2023-01-19)


### 🚀 Features

* allow for submissions to be cancelled ([3d89062](https://github.com/agrc/plss/commit/3d890621465b4f2a47e352ceb52b003eb268f658)), closes [#210](https://github.com/agrc/plss/issues/210)
* send an email notification when a submission is cancelled ([da38239](https://github.com/agrc/plss/commit/da382397bc006691d8795d9595f82faf18930dca))


### 🐛 Bug Fixes

* create missing index for query ([783821f](https://github.com/agrc/plss/commit/783821f0973ae20ce6bac6b79a14f670d4293478))
* send emails on existing submissions ([0fafdb2](https://github.com/agrc/plss/commit/0fafdb2066811506f2de430a4776166c19d55169))
* track when the error boundary is shown ([ceacb0f](https://github.com/agrc/plss/commit/ceacb0fc2bd6d62c300bbc26035fb31eac345071))

## [3.4.0-0](https://github.com/agrc/plss/compare/v3.3.0-0...v3.4.0-0) (2023-01-19)


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
Expand Up @@ -2,7 +2,7 @@
"name": "@ugrc/plss-app",
"description": "A React app for the UGRC PLSS",
"private": true,
"version": "3.4.0-0",
"version": "3.5.0-0",
"license": "MIT",
"author": "UGRC",
"main": "./src/functions/index.mjs",
Expand Down

0 comments on commit e4d8bb9

Please sign in to comment.