From 666ceb034947b0621ce51027676b09b10efd2310 Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Tue, 26 Sep 2023 22:18:33 -0400 Subject: [PATCH] Release 0.8.1 --- CHANGELOG.md | 19 ++++++++++++------- package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23707b0..04f0996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ -## v0.8.0 (2023-09-19) +## v0.8.1 (2023-09-27) -#### :boom: Breaking Change -* [#208](https://github.com/bustle/ember-mobiledoc-editor/pull/208) Update ember to 3.28 ([@lukemelia](https://github.com/lukemelia)) - -#### :rocket: Enhancement -* [#208](https://github.com/bustle/ember-mobiledoc-editor/pull/208) Update ember to 3.28 ([@lukemelia](https://github.com/lukemelia)) +#### :bug: Bug Fix +* [#216](https://github.com/bustle/ember-mobiledoc-editor/pull/216) [BUG] Import mobiledoc-kit css ([@cyril-sf](https://github.com/cyril-sf)) #### Committers: 1 -- Luke Melia ([@lukemelia](https://github.com/lukemelia)) +- Cyril Fluck ([@cyril-sf](https://github.com/cyril-sf)) + + +## 0.8.1 (2023-09-27) + +* [BUG] Import mobiledoc-kit css ([c76031c](https://github.com/bustle/ember-mobiledoc-editor/commit/c76031c)) + + # 0.8.0 (2023-09-19) @@ -19,6 +23,7 @@ * Eliminate remaining deprecations ([6caef24](https://github.com/bustle/ember-mobiledoc-editor/commit/6caef24)) * Eliminate this-property-fallback deprecations ([bf8a22c](https://github.com/bustle/ember-mobiledoc-editor/commit/bf8a22c)) * Refactor away from reliance on getting the current Ember run loop ([ffefeb7](https://github.com/bustle/ember-mobiledoc-editor/commit/ffefeb7)) +* Release 0.8.0 ([1dd5f35](https://github.com/bustle/ember-mobiledoc-editor/commit/1dd5f35)) * Remove jquery dependency ([eee830d](https://github.com/bustle/ember-mobiledoc-editor/commit/eee830d)) * Remove unused file ([585b43e](https://github.com/bustle/ember-mobiledoc-editor/commit/585b43e)) * Replace usages of action helper ([7027350](https://github.com/bustle/ember-mobiledoc-editor/commit/7027350)) diff --git a/package.json b/package.json index f9d2b3d..bc8b0ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-mobiledoc-editor", - "version": "0.8.0", + "version": "0.8.1", "description": "A Mobiledoc editor for Ember.js apps", "keywords": [ "ember-addon"