Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.2.0...v7.0.0) (2023-11-21)

### chore

* **deps:** update ember and dependencies ([fc26b0b](fc26b0b))

### Features

* allow html attributes to be passed to wrapping form element ([b29f4d8](b29f4d8))

### BREAKING CHANGES

* **deps:** Drop support for Ember v3.
  • Loading branch information
semantic-release-bot committed Nov 21, 2023
1 parent d1208aa commit 246beda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# [7.0.0](https://github.com/adfinis/ember-validated-form/compare/v6.2.0...v7.0.0) (2023-11-21)


### chore

* **deps:** update ember and dependencies ([fc26b0b](https://github.com/adfinis/ember-validated-form/commit/fc26b0be302c24dafccad37a53dc7dd2bcc59bc9))


### Features

* allow html attributes to be passed to wrapping form element ([b29f4d8](https://github.com/adfinis/ember-validated-form/commit/b29f4d88133aa58a9613aa9bf9f1f6a2761a7974))


### BREAKING CHANGES

* **deps:** Drop support for Ember v3.

# [6.2.0](https://github.com/adfinis/ember-validated-form/compare/v6.1.2...v6.2.0) (2023-02-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-validated-form",
"version": "6.2.0",
"version": "7.0.0",
"description": "Easily create forms with client-side validations",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 246beda

Please sign in to comment.