Skip to content

Commit d0b422d

Browse files
Release 2.0.1
1 parent c6bbb4c commit d0b422d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2+
## v2.0.1 (2023-05-15)
3+
4+
#### :boom: Breaking Change
5+
* [#772](https://github.com/tylerturdenpants/ember-attacher/pull/772) Convert to Glimmer component ([@pzubar](https://github.com/pzubar))
6+
* [#743](https://github.com/tylerturdenpants/ember-attacher/pull/743) Migration to the Floating UI ([@pzubar](https://github.com/pzubar))
7+
8+
#### :rocket: Enhancement
9+
* [#772](https://github.com/tylerturdenpants/ember-attacher/pull/772) Convert to Glimmer component ([@pzubar](https://github.com/pzubar))
10+
* [#759](https://github.com/tylerturdenpants/ember-attacher/pull/759) Bump dependencies ([@pzubar](https://github.com/pzubar))
11+
* [#743](https://github.com/tylerturdenpants/ember-attacher/pull/743) Migration to the Floating UI ([@pzubar](https://github.com/pzubar))
12+
* [#561](https://github.com/tylerturdenpants/ember-attacher/pull/561) Avoid forcing dart ([@kmccullough](https://github.com/kmccullough))
13+
14+
#### :house: Internal
15+
* [#759](https://github.com/tylerturdenpants/ember-attacher/pull/759) Bump dependencies ([@pzubar](https://github.com/pzubar))
16+
17+
#### Committers: 2
18+
- Kerry McCullough ([@kmccullough](https://github.com/kmccullough))
19+
- Petro Zubar ([@pzubar](https://github.com/pzubar))
20+
121
## v1.3.0 (2021-09-09)
222

323
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-attacher",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Tooltips and popovers for Ember.js apps",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)