Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.3.0](v5.2.2...v5.3.0) (2022-02-22)

### Bug Fixes

* addon docs root url ([7d8151f](7d8151f))
* **blueprint:** add ember-truth-helpers to default blueprint ([a401589](a401589))
* **deps:** move required deps to dependencies instead of devDependencies ([46629ce](46629ce))
* new link to docs ([c1073e5](c1073e5))
* **select:** pass prompt argument down to input component ([64a1377](64a1377))

### Features

* pass attributes to input components ([dc0417d](dc0417d))
  • Loading branch information
semantic-release-bot committed Feb 22, 2022
1 parent f89f87d commit aee8ff7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [5.3.0](https://github.com/adfinis-sygroup/ember-validated-form/compare/v5.2.2...v5.3.0) (2022-02-22)


### Bug Fixes

* addon docs root url ([7d8151f](https://github.com/adfinis-sygroup/ember-validated-form/commit/7d8151fa9d854cdf9595f27347fa57652e58ef10))
* **blueprint:** add ember-truth-helpers to default blueprint ([a401589](https://github.com/adfinis-sygroup/ember-validated-form/commit/a401589dab6d013f5d659865927919346655295d))
* **deps:** move required deps to dependencies instead of devDependencies ([46629ce](https://github.com/adfinis-sygroup/ember-validated-form/commit/46629ceb48210bbc58898c299a9388ce7fa816ec))
* new link to docs ([c1073e5](https://github.com/adfinis-sygroup/ember-validated-form/commit/c1073e55e3a916ed393e33bcf4a045124c320967))
* **select:** pass prompt argument down to input component ([64a1377](https://github.com/adfinis-sygroup/ember-validated-form/commit/64a1377d64618fa880b332f8a693e1c7f1a321f7))


### Features

* pass attributes to input components ([dc0417d](https://github.com/adfinis-sygroup/ember-validated-form/commit/dc0417d125fe4c20cb59b76531ae4f7391258259))

## [5.2.2](https://github.com/adfinis-sygroup/ember-validated-form/compare/v5.2.1...v5.2.2) (2022-02-10)


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-validated-form",
"version": "5.2.2",
"version": "5.3.0",
"description": "Easily create forms with client-side validations",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit aee8ff7

Please sign in to comment.