Skip to content

Commit

Permalink
Prep 5.1.0 (changelog and package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Apr 20, 2022
1 parent 0d5b855 commit 538b46b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [5.1.0] - 2021-04-20

### Added ⭐️

- Update tsconfig and corresponding docs ([#1488](https://github.com/typed-ember/ember-cli-typescript/pull/1488))

### Fixed 🔧

- Ignore no-empty-interface in the default app index.d.ts ([#1484](https://github.com/typed-ember/ember-cli-typescript/pull/1484))

### Documentation 📖

- docs: Remove references to DS and DS imports. ([#1483](https://github.com/typed-ember/ember-cli-typescript/pull/1483))
- Encourage the use of type-only imports ([#1485](https://github.com/typed-ember/ember-cli-typescript/pull/1485))
- typo: comment should be pluralized. ([#1489](https://github.com/typed-ember/ember-cli-typescript/pull/1489))
- docs: fix typos ([#1490](https://github.com/typed-ember/ember-cli-typescript/pull/1490))
- docs: Add link to transforms page ([#1491](https://github.com/typed-ember/ember-cli-typescript/pull/1491))

## [5.0.0] - 2021-02-04

### Changed 💥
Expand All @@ -17,6 +35,7 @@ This now requires Node 12+! That's the only technically *breaking* change.
### Fixed 🔧

- Fix type of `locationType` for Ember v4 ([#1466])
- fix: Use `moduleName()` to determine addon's referenced name. ([#1476])

### Documentation 📖

Expand All @@ -32,6 +51,7 @@ This now requires Node 12+! That's the only technically *breaking* change.
[#1466]: https://github.com/typed-ember/ember-cli-typescript/pull/1466
[#1472]: https://github.com/typed-ember/ember-cli-typescript/pull/1472
[#1473]: https://github.com/typed-ember/ember-cli-typescript/pull/1473
[#1476]: https://github.com/typed-ember/ember-cli-typescript/pull/1476

## [4.2.1] - 2021-06-17

Expand Down Expand Up @@ -843,8 +863,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/v4.2.2...HEAD
[4.2.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v4.2.2
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...HEAD
[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
[4.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "ember-cli-typescript",
"version": "5.0.0",
"description": "Allow ember apps to use typescript files.",
"version": "5.1.0",
"description": "Allow Ember apps to use TypeScript files.",
"keywords": [
"ember-addon",
"typescript"
],
"repository": "https://github.com/typed-ember/ember-cli-typescript.git",
"license": "MIT",
"author": "Chris Krycho <chris@chriskrycho.com> (http://www.chriskrycho.com)",
"author": "Chris Krycho <hello@chriskrycho.com> (https://www.chriskrycho.com)",
"directories": {
"doc": "doc",
"test": "tests"
},
"contributors": [
"James C. Davis",
"Dan Freeman",
"Marius Seritan",
"David Gardiner",
"Philip Bjorge"
Expand Down

0 comments on commit 538b46b

Please sign in to comment.