Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.9 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-alpha.9](ReliefApplications/oort-backend@v2.0.0-alpha.8...v2.0.0-alpha.9) (2023-05-09)

### Bug Fixes

* accessible fields would break if no data in record ([8b1b198](ReliefApplications@8b1b198))
* dashboard type would send issue if no page related ([6bb585e](ReliefApplications@6bb585e))
* 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))
* editing a dashboard inside a workflow could cause unexpected type issue due to incorrect error handling ([75ccd9a](ReliefApplications@75ccd9a))
* layer input could not allow saving of heatmap layer ([6da8988](ReliefApplications@6da8988))
* 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)
* unable to download xlsx for records due to rate limit middleware ([944b11d](ReliefApplications@944b11d)), closes [1.3.x/ab#62056](https://github.com/1.3.x/ab/issues/62056)

### Features

* add substr / toint / tolong calc key ([29fd52b](ReliefApplications@29fd52b))
* add substring option to calculated fields ([2a8d4d9](ReliefApplications@2a8d4d9))
* context filter position of dashboard can now be defaulted at a certain position ([eebec36](ReliefApplications@eebec36))
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent c3e68cd commit ff6332c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff6332c

Please sign in to comment.