Skip to content

Commit 1e39222

Browse files
Release 1.3.0-beta.3
1 parent 93ccdfb commit 1e39222

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v1.3.0-beta.3 (2021-09-02)
2+
3+
#### :rocket: Enhancement
4+
* [#550](https://github.com/kybishop/ember-attacher/pull/550) Better default handling ([@tylerturdenpants](https://github.com/tylerturdenpants))
5+
* [#488](https://github.com/kybishop/ember-attacher/pull/488) Remove excess whitespace content ([@kmccullough](https://github.com/kmccullough))
6+
* [#446](https://github.com/kybishop/ember-attacher/pull/446) add svg-jar to replace ember-font-awesome ([@tylerturdenpants](https://github.com/tylerturdenpants))
7+
* [#427](https://github.com/kybishop/ember-attacher/pull/427) update to ember-qunit 5 ([@tylerturdenpants](https://github.com/tylerturdenpants))
8+
9+
#### :bug: Bug Fix
10+
* [#479](https://github.com/kybishop/ember-attacher/pull/479) Remove addons that use old AST builder syntax API's ([@tylerturdenpants](https://github.com/tylerturdenpants))
11+
12+
#### :house: Internal
13+
* [#549](https://github.com/kybishop/ember-attacher/pull/549) Use github-actions-setup-for-ember-addon ([@tylerturdenpants](https://github.com/tylerturdenpants))
14+
* [#446](https://github.com/kybishop/ember-attacher/pull/446) add svg-jar to replace ember-font-awesome ([@tylerturdenpants](https://github.com/tylerturdenpants))
15+
* [#427](https://github.com/kybishop/ember-attacher/pull/427) update to ember-qunit 5 ([@tylerturdenpants](https://github.com/tylerturdenpants))
16+
* [#479](https://github.com/kybishop/ember-attacher/pull/479) Remove addons that use old AST builder syntax API's ([@tylerturdenpants](https://github.com/tylerturdenpants))
17+
18+
#### Committers: 4
19+
- Kerry McCullough ([@kmccullough](https://github.com/kmccullough))
20+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
21+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
22+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
23+
124
## v1.2.3 (2020-12-08)
225

326
#### :bug: Bug Fix

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-attacher",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"description": "Tooltips and popovers for Ember.js apps",
55
"keywords": [
66
"ember-addon",
@@ -79,7 +79,6 @@
7979
"@embroider/util": "^0.40.0",
8080
"ember-in-element-polyfill": "^1.0.1"
8181
},
82-
8382
"engines": {
8483
"node": "10.* || >= 12.*"
8584
},

0 commit comments

Comments
 (0)