Skip to content

Commit 538b46b

Browse files
committed
Prep 5.1.0 (changelog and package.json)
1 parent 0d5b855 commit 538b46b

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

CHANGELOG.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [5.1.0] - 2021-04-20
10+
11+
### Added ⭐️
12+
13+
- Update tsconfig and corresponding docs ([#1488](https://github.com/typed-ember/ember-cli-typescript/pull/1488))
14+
15+
### Fixed 🔧
16+
17+
- Ignore no-empty-interface in the default app index.d.ts ([#1484](https://github.com/typed-ember/ember-cli-typescript/pull/1484))
18+
19+
### Documentation 📖
20+
21+
- docs: Remove references to DS and DS imports. ([#1483](https://github.com/typed-ember/ember-cli-typescript/pull/1483))
22+
- Encourage the use of type-only imports ([#1485](https://github.com/typed-ember/ember-cli-typescript/pull/1485))
23+
- typo: comment should be pluralized. ([#1489](https://github.com/typed-ember/ember-cli-typescript/pull/1489))
24+
- docs: fix typos ([#1490](https://github.com/typed-ember/ember-cli-typescript/pull/1490))
25+
- docs: Add link to transforms page ([#1491](https://github.com/typed-ember/ember-cli-typescript/pull/1491))
26+
927
## [5.0.0] - 2021-02-04
1028

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

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

2140
### Documentation 📖
2241

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

3656
## [4.2.1] - 2021-06-17
3757

@@ -843,8 +863,9 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
843863
* Basic, semi-working functionality.
844864

845865
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
846-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.2...HEAD
847-
[4.2.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v4.2.2
866+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...HEAD
867+
[5.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.0.0...v5.1.0
868+
[5.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v5.0.0
848869
[4.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...v4.2.1
849870
[4.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...v4.2.0
850871
[4.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
22
"name": "ember-cli-typescript",
3-
"version": "5.0.0",
4-
"description": "Allow ember apps to use typescript files.",
3+
"version": "5.1.0",
4+
"description": "Allow Ember apps to use TypeScript files.",
55
"keywords": [
66
"ember-addon",
77
"typescript"
88
],
99
"repository": "https://github.com/typed-ember/ember-cli-typescript.git",
1010
"license": "MIT",
11-
"author": "Chris Krycho <chris@chriskrycho.com> (http://www.chriskrycho.com)",
11+
"author": "Chris Krycho <hello@chriskrycho.com> (https://www.chriskrycho.com)",
1212
"directories": {
1313
"doc": "doc",
1414
"test": "tests"
1515
},
1616
"contributors": [
17+
"James C. Davis",
18+
"Dan Freeman",
1719
"Marius Seritan",
1820
"David Gardiner",
1921
"Philip Bjorge"

0 commit comments

Comments
 (0)