Skip to content

Commit

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

### Bug Fixes

* **files:** disable delete button when field is disabled ([projectcaluma#2086](projectcaluma#2086)) ([2055c53](projectcaluma@2055c53))
* **form:** allow deselecting disabled multiple choice options ([0dd663e](projectcaluma@0dd663e))
  • Loading branch information
semantic-release-bot committed Aug 15, 2022
1 parent 47c3db3 commit 7c6c629
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [@projectcaluma/ember-form-v11.0.0-beta.23](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.22...@projectcaluma/ember-form-v11.0.0-beta.23) (2022-08-15)


### Bug Fixes

* **files:** disable delete button when field is disabled ([#2086](https://github.com/projectcaluma/ember-caluma/issues/2086)) ([2055c53](https://github.com/projectcaluma/ember-caluma/commit/2055c53cbcfe07fbdcfa46e6042a763b4b643d65))
* **form:** allow deselecting disabled multiple choice options ([0dd663e](https://github.com/projectcaluma/ember-caluma/commit/0dd663e467b66f0f8742d667630c28255e03e161))

# [@projectcaluma/ember-form-v11.0.0-beta.22](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.21...@projectcaluma/ember-form-v11.0.0-beta.22) (2022-08-05)


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.22",
"version": "11.0.0-beta.23",
"description": "Ember addon for rendering Caluma forms.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 7c6c629

Please sign in to comment.