From ae056482dfedba835952dffc3fce354e5059a4b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Apr 2022 13:59:35 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.7 [skip ci] # [@projectcaluma/ember-distribution-v1.0.0-beta.7](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.6...@projectcaluma/ember-distribution-v1.0.0-beta.7) (2022-04-07) ### Bug Fixes * **distribution:** fix status indicator and deadline styling for firefox ([358acb1](https://github.com/projectcaluma/ember-caluma/commit/358acb1f8e23b425bd6e223dc5873e516710ef12)) * **distribution:** make sure distribution components are prefixed ([d7d98ec](https://github.com/projectcaluma/ember-caluma/commit/d7d98ec291f937f384e2521d4d89c363d8e34f02)) ### Features * **distribution:** enable completing the distribution ([beabe61](https://github.com/projectcaluma/ember-caluma/commit/beabe61bd34025c4785c1e1ba60c59babb3eb6ab)) --- 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 ab4333444..e20a138fe 100644 --- a/packages/distribution/CHANGELOG.md +++ b/packages/distribution/CHANGELOG.md @@ -1,3 +1,16 @@ +# [@projectcaluma/ember-distribution-v1.0.0-beta.7](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.6...@projectcaluma/ember-distribution-v1.0.0-beta.7) (2022-04-07) + + +### Bug Fixes + +* **distribution:** fix status indicator and deadline styling for firefox ([358acb1](https://github.com/projectcaluma/ember-caluma/commit/358acb1f8e23b425bd6e223dc5873e516710ef12)) +* **distribution:** make sure distribution components are prefixed ([d7d98ec](https://github.com/projectcaluma/ember-caluma/commit/d7d98ec291f937f384e2521d4d89c363d8e34f02)) + + +### Features + +* **distribution:** enable completing the distribution ([beabe61](https://github.com/projectcaluma/ember-caluma/commit/beabe61bd34025c4785c1e1ba60c59babb3eb6ab)) + # [@projectcaluma/ember-distribution-v1.0.0-beta.6](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.5...@projectcaluma/ember-distribution-v1.0.0-beta.6) (2022-03-24) diff --git a/packages/distribution/package.json b/packages/distribution/package.json index 1689b83aa..3def98fe3 100644 --- a/packages/distribution/package.json +++ b/packages/distribution/package.json @@ -1,6 +1,6 @@ { "name": "@projectcaluma/ember-distribution", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "Ember engine for the Caluma distribution module.", "keywords": [ "ember-addon",