From c19918ae0e84ee8257853d451fa01129fc67f28e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Jun 2022 11:16:35 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.12 [skip ci] # [@projectcaluma/ember-distribution-v1.0.0-beta.12](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.11...@projectcaluma/ember-distribution-v1.0.0-beta.12) (2022-06-09) ### Bug Fixes * **distribution:** fix selection of groups with the checkbox ([9f028dc](https://github.com/projectcaluma/ember-caluma/commit/9f028dc6ec16214249f43e519280397131006e7c)) * **distribution:** refetch inquiry answer after work-item completion ([60cfaca](https://github.com/projectcaluma/ember-caluma/commit/60cfaca04d94a44efc4950eeb1aecee767b4eeb5)) ### Features * **distribution:** add configurable status for unanswered inquiries ([e08247f](https://github.com/projectcaluma/ember-caluma/commit/e08247f6e2b73f859011f4eac7ffff71f101f546)) --- packages/distribution/CHANGELOG.md | 13 +++++++++++++ packages/distribution/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/distribution/CHANGELOG.md b/packages/distribution/CHANGELOG.md index 115059042..9e36e8244 100644 --- a/packages/distribution/CHANGELOG.md +++ b/packages/distribution/CHANGELOG.md @@ -1,3 +1,16 @@ +# [@projectcaluma/ember-distribution-v1.0.0-beta.12](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.11...@projectcaluma/ember-distribution-v1.0.0-beta.12) (2022-06-09) + + +### Bug Fixes + +* **distribution:** fix selection of groups with the checkbox ([9f028dc](https://github.com/projectcaluma/ember-caluma/commit/9f028dc6ec16214249f43e519280397131006e7c)) +* **distribution:** refetch inquiry answer after work-item completion ([60cfaca](https://github.com/projectcaluma/ember-caluma/commit/60cfaca04d94a44efc4950eeb1aecee767b4eeb5)) + + +### Features + +* **distribution:** add configurable status for unanswered inquiries ([e08247f](https://github.com/projectcaluma/ember-caluma/commit/e08247f6e2b73f859011f4eac7ffff71f101f546)) + # [@projectcaluma/ember-distribution-v1.0.0-beta.11](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.10...@projectcaluma/ember-distribution-v1.0.0-beta.11) (2022-05-13) diff --git a/packages/distribution/package.json b/packages/distribution/package.json index e154c5fad..56caa6d88 100644 --- a/packages/distribution/package.json +++ b/packages/distribution/package.json @@ -1,6 +1,6 @@ { "name": "@projectcaluma/ember-distribution", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "description": "Ember engine for the Caluma distribution module.", "keywords": [ "ember-addon",