From 699749ef68cc51c3a7ec5a7f25c8818b7dfe706e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Oct 2022 19:42:05 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/CrowdStrike/ember-velcro/compare/v1.0.1...v1.1.0) (2022-10-14) ### Bug Fixes * **ts, glint:** address the majority of the glint issues ([9d2a494](https://github.com/CrowdStrike/ember-velcro/commit/9d2a49445787e5aa3e6ad4f405c4e78f11fd32ce)) * **ts, glint:** remaining glint errors are resolved ([ef24cfd](https://github.com/CrowdStrike/ember-velcro/commit/ef24cfd5132b9f231502a6e1639c0f2659653f79)) ### Features * add types to addon and add glint registry augmentation for loose mode ([ad33ab9](https://github.com/CrowdStrike/ember-velcro/commit/ad33ab9b4ac799c12cc83a4d65c1c6c69c704164)) --- ember-velcro/CHANGELOG.md | 13 +++++++++++++ ember-velcro/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ember-velcro/CHANGELOG.md b/ember-velcro/CHANGELOG.md index 3c44c24..ecb68d5 100644 --- a/ember-velcro/CHANGELOG.md +++ b/ember-velcro/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/CrowdStrike/ember-velcro/compare/v1.0.1...v1.1.0) (2022-10-14) + + +### Bug Fixes + +* **ts, glint:** address the majority of the glint issues ([9d2a494](https://github.com/CrowdStrike/ember-velcro/commit/9d2a49445787e5aa3e6ad4f405c4e78f11fd32ce)) +* **ts, glint:** remaining glint errors are resolved ([ef24cfd](https://github.com/CrowdStrike/ember-velcro/commit/ef24cfd5132b9f231502a6e1639c0f2659653f79)) + + +### Features + +* add types to addon and add glint registry augmentation for loose mode ([ad33ab9](https://github.com/CrowdStrike/ember-velcro/commit/ad33ab9b4ac799c12cc83a4d65c1c6c69c704164)) + ## [1.0.1](https://github.com/camskene/ember-velcro/compare/v1.0.0...v1.0.1) (2022-10-02) diff --git a/ember-velcro/package.json b/ember-velcro/package.json index 4453946..f68bfce 100644 --- a/ember-velcro/package.json +++ b/ember-velcro/package.json @@ -1,6 +1,6 @@ { "name": "ember-velcro", - "version": "1.0.1", + "version": "1.1.0", "description": "Ember Velcro sticks one element to another with Floating UI.", "keywords": [ "ember-addon"