Skip to content

Commit

Permalink
Merge pull request #232 from rimorin/master
Browse files Browse the repository at this point in the history
Master -> Staging
  • Loading branch information
rimorin authored Aug 11, 2023
2 parents fbeb224 + d8db951 commit ac9335c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# [1.20.0](https://github.com/rimorin/ministry-mapper/compare/v1.19.0...v1.20.0) (2023-08-10)


### Bug Fixes

* check on policy/floors before processing completion ([227f81d](https://github.com/rimorin/ministry-mapper/commit/227f81df8faf14917ae367e003a4e07c90bb3ebf))
* reauth user before changing password ([ccd21d5](https://github.com/rimorin/ministry-mapper/commit/ccd21d59e3e35085a01deb6f9ad226b206872a41))


### Features

* allow congregation name to be updated ([f4e0918](https://github.com/rimorin/ministry-mapper/commit/f4e0918f99698b04c2d9e5bcaa0f689d05ee2e6f))
* allow profile name to be updated ([5911239](https://github.com/rimorin/ministry-mapper/commit/5911239ed3732653e4e083f42bc8e9d5380bb23e))
* implement feedback/instruction email notifications ([aa069eb](https://github.com/rimorin/ministry-mapper/commit/aa069ebd53fab356a14a4e84e747cd35520f1e3f))


### Performance Improvements

* focus on pub name input on load ([97410a2](https://github.com/rimorin/ministry-mapper/commit/97410a2719d72a82ea1463422dc1572d6f1adee9))
* optimised web rendering ([4b05be5](https://github.com/rimorin/ministry-mapper/commit/4b05be5159ff34d443c42ad3e6a8cf0b05a8ae32))

# [1.19.0](https://github.com/rimorin/ministry-mapper/compare/v1.18.1...v1.19.0) (2023-07-31)


### Bug Fixes

* incorrect condition check for maxTries ([3ae78c2](https://github.com/rimorin/ministry-mapper/commit/3ae78c242eb47d9dc09ce2fb6523c5c52673e76b))


### Features

* implement congregation settings screen ([34518b2](https://github.com/rimorin/ministry-mapper/commit/34518b26a63df3a3afd5986d36196e8ad47afeb5))

## [1.18.1](https://github.com/rimorin/ministry-mapper/compare/v1.18.0...v1.18.1) (2023-07-19)


### Performance Improvements

* optimised percentage calculator function ([d51a054](https://github.com/rimorin/ministry-mapper/commit/d51a05468fe43832574a24b64bebb70aa10afa1f))

# [1.18.0](https://github.com/rimorin/ministry-mapper/compare/v1.17.1...v1.18.0) (2023-05-31)


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": "ministry-mapper",
"version": "1.18.0",
"version": "1.20.0",
"private": true,
"dependencies": {
"@ebay/nice-modal-react": "^1.2.10",
Expand Down

0 comments on commit ac9335c

Please sign in to comment.