diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fd986b..f9b5eeb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ + +## v2.0.0 (2022-02-28) + +#### :boom: Breaking Change +* [#264](https://github.com/fabscale/ember-layout-components/pull/264) feat: Use flex gap for Cluster ([@mydea](https://github.com/mydea)) + +#### :rocket: Enhancement +* [#264](https://github.com/fabscale/ember-layout-components/pull/264) feat: Use flex gap for Cluster ([@mydea](https://github.com/mydea)) + +#### :house: Internal +* [#330](https://github.com/fabscale/ember-layout-components/pull/330) Update dev dependencies ([@mydea](https://github.com/mydea)) +* [#321](https://github.com/fabscale/ember-layout-components/pull/321) Update dev dependencies ([@mydea](https://github.com/mydea)) +* [#312](https://github.com/fabscale/ember-layout-components/pull/312) Update dev dependencies ([@mydea](https://github.com/mydea)) +* [#309](https://github.com/fabscale/ember-layout-components/pull/309) chore(deps): Use fabscale-eslint-config ([@mydea](https://github.com/mydea)) + +#### Committers: 1 +- Francesco Novy ([@mydea](https://github.com/mydea)) + ## v1.4.0 (2021-11-02) #### :house: Internal diff --git a/package.json b/package.json index 822adfcb..cbfd8312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-layout-components", - "version": "1.4.0", + "version": "2.0.0", "description": "Generic & reusable layout components for your Ember app.", "keywords": [ "ember-addon"