From dc0a94193a50521137aed635a31d4a10b709b560 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Feb 2022 13:45:50 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.4 [skip ci] # [@projectcaluma/ember-distribution-v1.0.0-beta.4](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.3...@projectcaluma/ember-distribution-v1.0.0-beta.4) (2022-02-16) ### Bug Fixes * **distribution:** show controls if no inquiries exist yet ([5c73b6d](https://github.com/projectcaluma/ember-caluma/commit/5c73b6d0a870fd0e34d96af3fa34095733fe9fd9)) * **pikaday:** add pikaday modifier reexport in engines ([c13d302](https://github.com/projectcaluma/ember-caluma/commit/c13d3021bb8fe82e1245a60182af01287c507697)) ### Features * **distribution:** add config variable to stack the UI ([2ad285a](https://github.com/projectcaluma/ember-caluma/commit/2ad285a24bf5fb45d15fe237e3f420dd1f1d94f2)) * **distribution:** add index page when no inquiries exist ([689089c](https://github.com/projectcaluma/ember-caluma/commit/689089c8f28146a33346f382fe69e7ca1b588d97)) * **distribution:** add proper 404 handling ([73e62e6](https://github.com/projectcaluma/ember-caluma/commit/73e62e671a9425fc549d7057dd653d1dc59883aa)) * **distribution:** remove distribution top level route ([6f396da](https://github.com/projectcaluma/ember-caluma/commit/6f396daf2881f07cdddaac6c7ca784db2b8777d3)) --- packages/distribution/CHANGELOG.md | 16 ++++++++++++++++ packages/distribution/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/distribution/CHANGELOG.md b/packages/distribution/CHANGELOG.md index d7c589894..80ed33510 100644 --- a/packages/distribution/CHANGELOG.md +++ b/packages/distribution/CHANGELOG.md @@ -1,3 +1,19 @@ +# [@projectcaluma/ember-distribution-v1.0.0-beta.4](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.3...@projectcaluma/ember-distribution-v1.0.0-beta.4) (2022-02-16) + + +### Bug Fixes + +* **distribution:** show controls if no inquiries exist yet ([5c73b6d](https://github.com/projectcaluma/ember-caluma/commit/5c73b6d0a870fd0e34d96af3fa34095733fe9fd9)) +* **pikaday:** add pikaday modifier reexport in engines ([c13d302](https://github.com/projectcaluma/ember-caluma/commit/c13d3021bb8fe82e1245a60182af01287c507697)) + + +### Features + +* **distribution:** add config variable to stack the UI ([2ad285a](https://github.com/projectcaluma/ember-caluma/commit/2ad285a24bf5fb45d15fe237e3f420dd1f1d94f2)) +* **distribution:** add index page when no inquiries exist ([689089c](https://github.com/projectcaluma/ember-caluma/commit/689089c8f28146a33346f382fe69e7ca1b588d97)) +* **distribution:** add proper 404 handling ([73e62e6](https://github.com/projectcaluma/ember-caluma/commit/73e62e671a9425fc549d7057dd653d1dc59883aa)) +* **distribution:** remove distribution top level route ([6f396da](https://github.com/projectcaluma/ember-caluma/commit/6f396daf2881f07cdddaac6c7ca784db2b8777d3)) + # [@projectcaluma/ember-distribution-v1.0.0-beta.3](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.2...@projectcaluma/ember-distribution-v1.0.0-beta.3) (2022-02-07) diff --git a/packages/distribution/package.json b/packages/distribution/package.json index aef7fd578..98766fc4f 100644 --- a/packages/distribution/package.json +++ b/packages/distribution/package.json @@ -1,6 +1,6 @@ { "name": "@projectcaluma/ember-distribution", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "Ember engine for the Caluma distribution module.", "keywords": [ "ember-addon",