Skip to content

Commit bd1758f

Browse files
committed
v5.2.0
1 parent 617ef5e commit bd1758f

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [5.2.0] - 2022-10-25
10+
11+
### Added ⭐️
12+
13+
- Include `@types/ember__destroyable` when running the default blueprint ([#1526](https://github.com/typed-ember/ember-cli-typescript/pull/1526)), [@bertdeblock](https://github.com/bertdeblock)
14+
- Remove blueprints package ([#1509](https://github.com/typed-ember/ember-cli-typescript/pull/1509)), [@NullVoxPopuli](https://github.com/NullVoxPopuli)
15+
16+
### Fixed 🔧
17+
18+
- Fix `import/newline-after-import` lint violation in `global.d.ts` ([#1520](https://github.com/typed-ember/ember-cli-typescript/pull/1520)), [@bmish](https://github.com/bmish)
19+
- Fix no-use-before-define lint violation in environment.d.ts ([#1521](https://github.com/typed-ember/ember-cli-typescript/pull/1521)), [@bmish](https://github.com/bmish)
20+
21+
### Documentation 📖
22+
23+
- Update `testing.md` to refer to `ember-cli-htmlbars` instead of `ember-cli-htmlbars-inline-precompile` ([#1517](https://github.com/typed-ember/ember-cli-typescript/pull/1517)), [@ChristopheTiet](https://github.com/ChristopheTiet)
24+
- docs: use prepack and postpack instead of prepublishOnly and postpublish ([#1527](https://github.com/typed-ember/ember-cli-typescript/pull/1527)), [@bertdeblock](https://github.com/bertdeblock)
25+
- Reflect the introduction of Component Signatures ([#1530](https://github.com/typed-ember/ember-cli-typescript/pull/1530)), [@rooman](https://github.com/roomman)
26+
27+
### Under the hood 🚗
28+
29+
- Update `@types` dependencies to latest ([#1531](https://github.com/typed-ember/ember-cli-typescript/pull/1531)), [@bertdeblock](https://github.com/bertdeblock) and [@chriskrycho](https://github.com/chriskrycho)
30+
931
## [5.1.1] - 2022-09-06
1032

1133
### Fixed 🔧
@@ -880,7 +902,9 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
880902
- Basic, semi-working functionality.
881903

882904
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
883-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...HEAD
905+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.2.0...HEAD
906+
[5.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.1...v5.2.0
907+
[5.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...v5.1.1
884908
[5.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.0.0...v5.1.0
885909
[5.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v5.0.0
886910
[4.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...v4.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-typescript",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "Allow Ember apps to use TypeScript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)