You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.0.0-beta.1] - 2018-10-25
10
+
11
+
### Changed
12
+
- Both `ember-cli-babel` and `ember-cli-typescript` are now added as `dependencies` when generating in-repo addons (#11)
13
+
- We no longer generate `.ts` files for addons' `app` re-exports, as those files aren't handled by the addons' own preprocessors, but rather the host app's (#11)
14
+
9
15
## [1.2.0] - 2018-10-03
10
16
11
17
### Updated
@@ -21,6 +27,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
21
27
This release was the initial import of all existing blueprints from [ember-cli-typescript].
0 commit comments