From 358652825d9afb369396e18925cc4bcd19a84216 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 May 2023 14:52:40 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/CrowdStrike/ember-velcro/compare/v1.1.0...v2.0.0) (2023-05-25) * breaking-change: Fix main branch typescript errors (#83) ([a732f56](https://github.com/CrowdStrike/ember-velcro/commit/a732f563e2893e9822bc3c03edfea7ecb5fd364f)), closes [#83](https://github.com/CrowdStrike/ember-velcro/issues/83) ### BREAKING CHANGES * Removing types and updating TypeScript version to support Glint properly. The main branch build is currently red due to the Glint dependency updates. This gets things back on track. We are making a breaking change as updating underlying TypeScript changes is considered as such (https://github.com/CrowdStrike/ember-headless-table/pull/176). * chore: Upgrade glint dependencies * chore: Allow any ember-source + typescript * chore: Glint only supports TSv4.8+ * chore: Upgrade ember-source + resolver Started getting type errors with resolver: "Module '"@ember/owner"' has no exported member 'Resolver'. Did you mean to use 'import Resolver from "@ember/owner"' instead?" ember-resolver now ships with their own types rather than the types namespace * chore: Remove commitlint * chore: Update babel/core + qunit deps * chore: Add @types/ember__owner dependency * chore: Add ember/string as a dependency for tests * chore: Ignore glint errors for now * chore: Convert tests to gts * fix: Remove unneeded peerDependencies * fix: Remove unneeded types/ember packages These libraries now ship with their own types, so we no longer need the ones coming from the types namespace anymore. --- ember-velcro/CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++++++++ ember-velcro/package.json | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ember-velcro/CHANGELOG.md b/ember-velcro/CHANGELOG.md index ecb68d5..4ddd1e9 100644 --- a/ember-velcro/CHANGELOG.md +++ b/ember-velcro/CHANGELOG.md @@ -1,3 +1,45 @@ +# [2.0.0](https://github.com/CrowdStrike/ember-velcro/compare/v1.1.0...v2.0.0) (2023-05-25) + + +* breaking-change: Fix main branch typescript errors (#83) ([a732f56](https://github.com/CrowdStrike/ember-velcro/commit/a732f563e2893e9822bc3c03edfea7ecb5fd364f)), closes [#83](https://github.com/CrowdStrike/ember-velcro/issues/83) + + +### BREAKING CHANGES + +* Removing types and updating TypeScript version to support Glint properly. The main branch build is currently red due to the Glint dependency updates. This gets things back on track. We are making a breaking change as updating underlying TypeScript changes is considered as such (https://github.com/CrowdStrike/ember-headless-table/pull/176). + +* chore: Upgrade glint dependencies + +* chore: Allow any ember-source + typescript + +* chore: Glint only supports TSv4.8+ + +* chore: Upgrade ember-source + resolver + +Started getting type errors with resolver: + +"Module '"@ember/owner"' has no exported member 'Resolver'. Did you mean to use 'import Resolver from "@ember/owner"' instead?" + +ember-resolver now ships with their own types rather than the types namespace + +* chore: Remove commitlint + +* chore: Update babel/core + qunit deps + +* chore: Add @types/ember__owner dependency + +* chore: Add ember/string as a dependency for tests + +* chore: Ignore glint errors for now + +* chore: Convert tests to gts + +* fix: Remove unneeded peerDependencies + +* fix: Remove unneeded types/ember packages + +These libraries now ship with their own types, so we no longer need the ones coming from the types namespace anymore. + # [1.1.0](https://github.com/CrowdStrike/ember-velcro/compare/v1.0.1...v1.1.0) (2022-10-14) diff --git a/ember-velcro/package.json b/ember-velcro/package.json index fc35a45..b9aa93e 100644 --- a/ember-velcro/package.json +++ b/ember-velcro/package.json @@ -1,6 +1,6 @@ { "name": "ember-velcro", - "version": "1.1.0", + "version": "2.0.0", "description": "Ember Velcro sticks one element to another with Floating UI.", "keywords": [ "ember-addon"