Skip to content

Commit

Permalink
chore(release): 1.4.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0-beta.1](ReliefApplications/oort-backend@v1.3.0...v1.4.0-beta.1) (2022-12-01)

### Bug Fixes

* can now properly use the columns for styling ([7676364](ReliefApplications@7676364))
* converting concat operators into string ([fdd96ae](ReliefApplications@fdd96ae))
* lint ([c3f7f19](ReliefApplications@c3f7f19))
* removed old resource model changes ([ac4f30a](ReliefApplications@ac4f30a))
* sort and filter by calculated cols ([9672968](ReliefApplications@9672968))
* updating type on update ([7619e14](ReliefApplications@7619e14))

### Features

* add calcfields stages to aggr pipeline ([8aa158a](ReliefApplications@8aa158a))
* added date expression ([8d64b25](ReliefApplications@8d64b25))
* added special info operators ([977bc4a](ReliefApplications@977bc4a))
* added today operation + bit of refactoring ([ea5554d](ReliefApplications@ea5554d))
* adding derivedFields on custom query ([d003b6f](ReliefApplications@d003b6f))
* building pipeline for single and double also ([63299ff](ReliefApplications@63299ff))
* grouping by null in aggregations ([41a7b9b](ReliefApplications@41a7b9b))
* pipeline builder for multiple operators case ([b340f9a](ReliefApplications@b340f9a))
* updated editResource mutation ([6337871](ReliefApplications@6337871))
  • Loading branch information
semantic-release-bot committed Dec 1, 2022
1 parent 3e6c554 commit 4a09e3e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [1.4.0-beta.1](https://github.com/ReliefApplications/oort-backend/compare/v1.3.0...v1.4.0-beta.1) (2022-12-01)


### Bug Fixes

* can now properly use the columns for styling ([7676364](https://github.com/ReliefApplications/oort-backend/commit/7676364bcb4531c9bf459dec78dd3153fb5134b7))
* converting concat operators into string ([fdd96ae](https://github.com/ReliefApplications/oort-backend/commit/fdd96aeed0902af177562c36d1f4a2db42a112cf))
* lint ([c3f7f19](https://github.com/ReliefApplications/oort-backend/commit/c3f7f191f59a51ca3e56444dece30490eb9fffed))
* removed old resource model changes ([ac4f30a](https://github.com/ReliefApplications/oort-backend/commit/ac4f30aa11a393758ecea11eab0ab4e63ebf946b))
* sort and filter by calculated cols ([9672968](https://github.com/ReliefApplications/oort-backend/commit/9672968dea7f21904336256497040155d511df78))
* updating type on update ([7619e14](https://github.com/ReliefApplications/oort-backend/commit/7619e146b96a254af5cfea2b9a6e1bfde83a9bbc))


### Features

* add calcfields stages to aggr pipeline ([8aa158a](https://github.com/ReliefApplications/oort-backend/commit/8aa158ac460585f3d58fa113ab2b861ad295d3b8))
* added date expression ([8d64b25](https://github.com/ReliefApplications/oort-backend/commit/8d64b259f72affb44a8abe96e1e31aacb504023c))
* added special info operators ([977bc4a](https://github.com/ReliefApplications/oort-backend/commit/977bc4a9e80194a0d9b7ccc803a8eff45ef8e59f))
* added today operation + bit of refactoring ([ea5554d](https://github.com/ReliefApplications/oort-backend/commit/ea5554dd3468aff4a8b12ab9fa3b43d3e91b04ea))
* adding derivedFields on custom query ([d003b6f](https://github.com/ReliefApplications/oort-backend/commit/d003b6fd52871c897758d694bfd3035a794c1e59))
* building pipeline for single and double also ([63299ff](https://github.com/ReliefApplications/oort-backend/commit/63299ffe95f7feb9da4cb57390c0953c43542283))
* grouping by null in aggregations ([41a7b9b](https://github.com/ReliefApplications/oort-backend/commit/41a7b9b3cf4f6c5d5f00e95b800b6fef17e3cdec))
* pipeline builder for multiple operators case ([b340f9a](https://github.com/ReliefApplications/oort-backend/commit/b340f9a8af2e567611593e5e32e9265a139f7859))
* updated editResource mutation ([6337871](https://github.com/ReliefApplications/oort-backend/commit/6337871aa0c97f6d154a0e40b9e52f90fcd19a66))

# [1.3.0](https://github.com/ReliefApplications/oort-backend/compare/v1.2.0...v1.3.0) (2022-12-01)


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.0",
"version": "1.4.0-beta.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4a09e3e

Please sign in to comment.