Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [@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](5c73b6d))
* **pikaday:** add pikaday modifier reexport in engines ([c13d302](c13d302))

### Features

* **distribution:** add config variable to stack the UI ([2ad285a](2ad285a))
* **distribution:** add index page when no inquiries exist ([689089c](689089c))
* **distribution:** add proper 404 handling ([73e62e6](73e62e6))
* **distribution:** remove distribution top level route ([6f396da](6f396da))
  • Loading branch information
semantic-release-bot committed Feb 16, 2022
1 parent 07b8658 commit dc0a941
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/distribution/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dc0a941

Please sign in to comment.