Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
# [8.0.0](v7.5.0...v8.0.0) (2021-08-20)

### Bug Fixes

* **gql:** replace deprecated filters and fix dynamic option filter ([e2e099a](e2e099a))

### Features

* **validation:** switch default for validateOnEnter ([ee57ed5](ee57ed5))

### BREAKING CHANGES

* **validation:** The `validateOnEnter` parameter for the
`DocumentValidity` component is now `false` instead of `true` since this
is the default use case.
  • Loading branch information
semantic-release-bot committed Aug 20, 2021
1 parent 1111895 commit 020b1bf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
# [8.0.0](https://github.com/projectcaluma/ember-caluma/compare/v7.5.0...v8.0.0) (2021-08-20)


### Bug Fixes

* **gql:** replace deprecated filters and fix dynamic option filter ([e2e099a](https://github.com/projectcaluma/ember-caluma/commit/e2e099a16028dfe5192848e6a4cc4de07dc07b0e))


### Features

* **validation:** switch default for validateOnEnter ([ee57ed5](https://github.com/projectcaluma/ember-caluma/commit/ee57ed51c596c74989785ee1e8737dcc5d9a606f))


### BREAKING CHANGES

* **validation:** The `validateOnEnter` parameter for the
`DocumentValidity` component is now `false` instead of `true` since this
is the default use case.

# [7.5.0](https://github.com/projectcaluma/ember-caluma/compare/v7.4.0...v7.5.0) (2021-08-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-caluma",
"version": "7.5.0",
"version": "8.0.0",
"description": "The Ember.js addon for Caluma",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 020b1bf

Please sign in to comment.