Skip to content

Commit

Permalink
chore(release): 6.5.0
Browse files Browse the repository at this point in the history
# [6.5.0](v6.4.0...v6.5.0) (2020-11-17)

### Bug Fixes

* **form:** don't throw when typename is undefined in cf-field/input ([34b4a36](34b4a36))
* **test:** fix test selector ([2c15fa5](2c15fa5))
* change maximum slug length to fit backend implementation ([1da4e29](1da4e29))

### Features

* **cf-field:** make options limit configurable ([#1097](#1097)) ([2a819c0](2a819c0))
* **cfb:** add paging to question list ([#1064](#1064)) ([2c80035](2c80035))
* **cfb:** add seperation between archived and active forms ([#1054](#1054)) ([bda4c79](bda4c79))
* **lib:** add a debug transform which logs to console ([#1098](#1098)) ([8ed447b](8ed447b))

### Reverts

* Revert "chore(deps): bump moment from 2.24.0 to 2.29.1 (#1059)" (#1100) ([dc404e6](dc404e6)), closes [#1059](#1059) [#1100](#1100)
  • Loading branch information
semantic-release-bot committed Nov 17, 2020
1 parent 9835712 commit f6d1a63
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [6.5.0](https://github.com/projectcaluma/ember-caluma/compare/v6.4.0...v6.5.0) (2020-11-17)


### Bug Fixes

* **form:** don't throw when typename is undefined in cf-field/input ([34b4a36](https://github.com/projectcaluma/ember-caluma/commit/34b4a36bd2c0e20d20bd81c556fd8fb8688d7988))
* **test:** fix test selector ([2c15fa5](https://github.com/projectcaluma/ember-caluma/commit/2c15fa5dba46e766fd6dcf8c58ea9ab5470a2483))
* change maximum slug length to fit backend implementation ([1da4e29](https://github.com/projectcaluma/ember-caluma/commit/1da4e297525577640b1377ab86cefe7a798601a2))


### Features

* **cf-field:** make options limit configurable ([#1097](https://github.com/projectcaluma/ember-caluma/issues/1097)) ([2a819c0](https://github.com/projectcaluma/ember-caluma/commit/2a819c081830054f36cf891bf31909e6a2b92b67))
* **cfb:** add paging to question list ([#1064](https://github.com/projectcaluma/ember-caluma/issues/1064)) ([2c80035](https://github.com/projectcaluma/ember-caluma/commit/2c80035e52ab00c7b023c95241d44d91cc112362))
* **cfb:** add seperation between archived and active forms ([#1054](https://github.com/projectcaluma/ember-caluma/issues/1054)) ([bda4c79](https://github.com/projectcaluma/ember-caluma/commit/bda4c79fe4778f36786b7dcac819fcc0806fff87))
* **lib:** add a debug transform which logs to console ([#1098](https://github.com/projectcaluma/ember-caluma/issues/1098)) ([8ed447b](https://github.com/projectcaluma/ember-caluma/commit/8ed447b64a830b6b3b4419fe2d2d8682642021f9))


### Reverts

* Revert "chore(deps): bump moment from 2.24.0 to 2.29.1 (#1059)" (#1100) ([dc404e6](https://github.com/projectcaluma/ember-caluma/commit/dc404e63a2190f7b13cf44a06e14261581ab05e5)), closes [#1059](https://github.com/projectcaluma/ember-caluma/issues/1059) [#1100](https://github.com/projectcaluma/ember-caluma/issues/1100)

# [6.4.0](https://github.com/projectcaluma/ember-caluma/compare/v6.3.0...v6.4.0) (2020-10-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-caluma",
"version": "6.4.0",
"version": "6.5.0",
"description": "The Ember.js addon for Caluma",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f6d1a63

Please sign in to comment.