Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Oct 25, 2022
1 parent 617ef5e commit bd1758f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [5.2.0] - 2022-10-25

### Added ⭐️

- 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)
- Remove blueprints package ([#1509](https://github.com/typed-ember/ember-cli-typescript/pull/1509)), [@NullVoxPopuli](https://github.com/NullVoxPopuli)

### Fixed 🔧

- 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)
- 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)

### Documentation 📖

- 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)
- 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)
- Reflect the introduction of Component Signatures ([#1530](https://github.com/typed-ember/ember-cli-typescript/pull/1530)), [@rooman](https://github.com/roomman)

### Under the hood 🚗

- 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)

## [5.1.1] - 2022-09-06

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

[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...HEAD
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.1...v5.2.0
[5.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v5.0.0
[4.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-typescript",
"version": "5.1.1",
"version": "5.2.0",
"description": "Allow Ember apps to use TypeScript files.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit bd1758f

Please sign in to comment.