From afe523fb280a4ac04390d314bc22b3140d66f7ba Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Thu, 2 Sep 2021 15:33:11 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Released=20v0.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dedd49d..e66406c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.8.0 (2021-09-02) + +#### :rocket: Enhancement + +- [#68](https://github.com/GavinJoyce/ember-headlessui/pull/68) Implement `Transition` Component ([@alexlafroscia](https://github.com/alexlafroscia)) + +#### Committers: 1 + +- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) + ## v0.7.0 (2021-08-30) #### :rocket: Enhancement diff --git a/package.json b/package.json index 895196e..e6cf3a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-headlessui", - "version": "0.7.0", + "version": "0.8.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"