Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Jan 10, 2023
1 parent 1c68a2b commit 9bc0b84
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,6 +1,15 @@




## v4.1.0 (2023-01-10)

#### :rocket: Enhancement
* [#23](https://github.com/Gavant/gavant-ember-validations/pull/23) Allow for optional children validators ([@bakerac4](https://github.com/bakerac4))

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

## v4.0.3 (2022-11-04)

#### :rocket: Enhancement
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": "4.0.3",
"version": "4.1.0",
"description": "A form validator library using ember-changeset and ember-changeset-validations",
"keywords": [
"ember-addon",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.3",
"version": "4.1.0",
"private": true,
"repository": "https://github.com/Gavant/gavant-ember-validations",
"license": "MIT",
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": "4.0.3",
"version": "4.1.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
@@ -23,7 +23,7 @@
"test:ember": "ember test"
},
"dependencies": {
"@gavant/ember-validations": "4.0.3"
"@gavant/ember-validations": "4.1.0"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",

0 comments on commit 9bc0b84

Please sign in to comment.