Skip to content

Commit

Permalink
chore(release): 11.0.0-beta.20 [skip ci]
Browse files Browse the repository at this point in the history
# [@projectcaluma/ember-form-v11.0.0-beta.20](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.19...@projectcaluma/ember-form-v11.0.0-beta.20) (2022-06-09)

### Bug Fixes

* **form:** improve validation of choice and multiple choice fields ([e828fad](e828fad))
* **form:** pass context to table row form ([af1031a](af1031a))

### Features

* **form:** add option to bypass the timeout when saving a field ([a2ba306](a2ba306))
  • Loading branch information
semantic-release-bot committed Jun 9, 2022
1 parent 1ec94ed commit ad76b22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [@projectcaluma/ember-form-v11.0.0-beta.20](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.19...@projectcaluma/ember-form-v11.0.0-beta.20) (2022-06-09)


### Bug Fixes

* **form:** improve validation of choice and multiple choice fields ([e828fad](https://github.com/projectcaluma/ember-caluma/commit/e828fad9557fd521ca9eec63af74f8cee12e3910))
* **form:** pass context to table row form ([af1031a](https://github.com/projectcaluma/ember-caluma/commit/af1031ae9e8138a404cd043199709025092da882))


### Features

* **form:** add option to bypass the timeout when saving a field ([a2ba306](https://github.com/projectcaluma/ember-caluma/commit/a2ba306306f90a2d2279b34550507241f0987961))

# [@projectcaluma/ember-form-v11.0.0-beta.19](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.18...@projectcaluma/ember-form-v11.0.0-beta.19) (2022-05-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectcaluma/ember-form",
"version": "11.0.0-beta.19",
"version": "11.0.0-beta.20",
"description": "Ember addon for rendering Caluma forms.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit ad76b22

Please sign in to comment.