Skip to content

Commit

Permalink
chore(release): 1.3.16 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.16](ReliefApplications/oort-backend@v1.3.15...v1.3.16) (2023-04-25)

### Bug Fixes

* editForm bug when it's the first edition ([5d6ba6a](ReliefApplications@5d6ba6a))
* **editForm:** keep edited core fields permissions so they're correctly propagated to child resources [#61030](https://github.com/ReliefApplications/oort-backend/issues/61030) ([0fa197e](ReliefApplications@0fa197e))
* logic issue for neq operator ([5c259fd](ReliefApplications@5c259fd))
* permissions could be lost when saving some templates ([6725e56](ReliefApplications@6725e56)), closes [fix/AB#61030](https://github.com/fix/AB/issues/61030)
  • Loading branch information
semantic-release-bot committed Apr 25, 2023
1 parent 6725e56 commit a82476a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.16](https://github.com/ReliefApplications/oort-backend/compare/v1.3.15...v1.3.16) (2023-04-25)


### Bug Fixes

* editForm bug when it's the first edition ([5d6ba6a](https://github.com/ReliefApplications/oort-backend/commit/5d6ba6ad87dc003bad5f1a8082aed49294dfb9a3))
* **editForm:** keep edited core fields permissions so they're correctly propagated to child resources [#61030](https://github.com/ReliefApplications/oort-backend/issues/61030) ([0fa197e](https://github.com/ReliefApplications/oort-backend/commit/0fa197e2a5535dde546237723acfdbf55fcfad7f))
* logic issue for neq operator ([5c259fd](https://github.com/ReliefApplications/oort-backend/commit/5c259fd28d4e6a8ecdf3dc032c65ae1bef35a736))
* permissions could be lost when saving some templates ([6725e56](https://github.com/ReliefApplications/oort-backend/commit/6725e566e33c7056bf12302ddf6d27d44ea22bd5)), closes [fix/AB#61030](https://github.com/fix/AB/issues/61030)

## [1.3.15](https://github.com/ReliefApplications/oort-backend/compare/v1.3.14...v1.3.15) (2023-04-20)


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": "oort-backend",
"version": "1.3.15",
"version": "1.3.16",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a82476a

Please sign in to comment.