diff --git a/packages/distribution/CHANGELOG.md b/packages/distribution/CHANGELOG.md index 5dc3f190e..281b4a877 100644 --- a/packages/distribution/CHANGELOG.md +++ b/packages/distribution/CHANGELOG.md @@ -1,3 +1,11 @@ +# [@projectcaluma/ember-distribution-v1.0.0-beta.10](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.9...@projectcaluma/ember-distribution-v1.0.0-beta.10) (2022-05-11) + + +### Features + +* **distribution:** add readonly mode ([2f45c98](https://github.com/projectcaluma/ember-caluma/commit/2f45c985a2fa387c79ca39c49c1e50dc37926352)) +* **distribution:** allow custom permissions from the host app ([8a997bf](https://github.com/projectcaluma/ember-caluma/commit/8a997bf4d921ff738a6cca956a4dd9cbabe8f7c5)) + # [@projectcaluma/ember-distribution-v1.0.0-beta.9](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.8...@projectcaluma/ember-distribution-v1.0.0-beta.9) (2022-05-09) diff --git a/packages/distribution/package.json b/packages/distribution/package.json index 39c7b4189..1284d7eac 100644 --- a/packages/distribution/package.json +++ b/packages/distribution/package.json @@ -1,6 +1,6 @@ { "name": "@projectcaluma/ember-distribution", - "version": "1.0.0-beta.9", + "version": "1.0.0-beta.10", "description": "Ember engine for the Caluma distribution module.", "keywords": [ "ember-addon",