Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Jul 22, 2022
1 parent 3add517 commit 2c1a7bc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

## v4.0.0 (2022-07-22)

#### :boom: Breaking Change
* [#18](https://github.com/Gavant/gavant-ember-validations/pull/18) conver tot v2 addon ([@bakerac4](https://github.com/bakerac4))

#### Committers: 1
- Adam Baker ([@bakerac4](https://github.com/bakerac4))

#### [v3.0.1](https://github.com/Gavant/gavant-ember-validations/compare/v3.0.0...v3.0.1)

- add back containing form element [`#17`](https://github.com/Gavant/gavant-ember-validations/pull/17)
Expand Down
2 changes: 1 addition & 1 deletion ember-validations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavant/ember-validations",
"version": "3.0.1",
"version": "4.0.0",
"description": "A form validator library using ember-changeset and ember-changeset-validations",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "4.0.0",
"private": true,
"repository": "https://github.com/Gavant/gavant-ember-validations",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "3.0.1",
"version": "4.0.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand All @@ -23,7 +23,7 @@
"test:ember": "ember test"
},
"dependencies": {
"@gavant/ember-validations": "3.0.1"
"@gavant/ember-validations": "4.0.0"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit 2c1a7bc

Please sign in to comment.