Skip to content

Commit 5233af4

Browse files
chore(release): 6.10.0
# [6.10.0](v6.9.3...v6.10.0) (2021-02-15) ### Bug Fixes * **jexl:** fix division by 0 in avg transform ([#1233](#1233)) ([0f7ef59](0f7ef59)) * **jexl:** fix validation of numbers in transforms ([#1234](#1234)) ([27f3324](27f3324)) * **navigation:** set validated fields to dirty and check for that ([2975356](2975356)) ### Features * **jexl:** add transforms for mathematical functions ([#1230](#1230)) ([e7c1974](e7c1974))
1 parent b15697d commit 5233af4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [6.10.0](https://github.com/projectcaluma/ember-caluma/compare/v6.9.3...v6.10.0) (2021-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **jexl:** fix division by 0 in avg transform ([#1233](https://github.com/projectcaluma/ember-caluma/issues/1233)) ([0f7ef59](https://github.com/projectcaluma/ember-caluma/commit/0f7ef596159e9fd2d3e9929b596bc0dd6e803132))
7+
* **jexl:** fix validation of numbers in transforms ([#1234](https://github.com/projectcaluma/ember-caluma/issues/1234)) ([27f3324](https://github.com/projectcaluma/ember-caluma/commit/27f3324ac382eed221eba807cc4220cfd09ef20b))
8+
* **navigation:** set validated fields to dirty and check for that ([2975356](https://github.com/projectcaluma/ember-caluma/commit/29753561d0b9d53fd6c0a05fb5e0b96a1376cf5b))
9+
10+
11+
### Features
12+
13+
* **jexl:** add transforms for mathematical functions ([#1230](https://github.com/projectcaluma/ember-caluma/issues/1230)) ([e7c1974](https://github.com/projectcaluma/ember-caluma/commit/e7c1974f079cfba18997cc23d9465d3dcdc6b4e2))
14+
115
## [6.9.3](https://github.com/projectcaluma/ember-caluma/compare/v6.9.2...v6.9.3) (2021-02-04)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-caluma",
3-
"version": "6.9.3",
3+
"version": "6.10.0",
44
"description": "The Ember.js addon for Caluma",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)