Skip to content

Commit 62ad9e2

Browse files
committed
Release 7.1.0-0
1 parent 2e1a4e5 commit 62ad9e2

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

addon/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11

22

33

4+
5+
## v7.1.0-0 (2023-06-13)
6+
7+
#### :memo: Documentation
8+
* [#1095](https://github.com/emberjs/ember-qunit/pull/1095) specify that ember cli is no longer needed for consumers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
* [#1094](https://github.com/emberjs/ember-qunit/pull/1094) Readme updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#1087](https://github.com/emberjs/ember-qunit/pull/1087) Update README.md ([@MelSumner](https://github.com/MelSumner))
11+
12+
#### :house: Internal
13+
* [#1099](https://github.com/emberjs/ember-qunit/pull/1099) Add types directory in the publish output ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#1098](https://github.com/emberjs/ember-qunit/pull/1098) Strict mode deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#1096](https://github.com/emberjs/ember-qunit/pull/1096) Update .gitignore ([@MelSumner](https://github.com/MelSumner))
16+
* [#1064](https://github.com/emberjs/ember-qunit/pull/1064) Convert to native package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
* [#1062](https://github.com/emberjs/ember-qunit/pull/1062) Extract test app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#1063](https://github.com/emberjs/ember-qunit/pull/1063) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* [#1060](https://github.com/emberjs/ember-qunit/pull/1060) V2 Addon conversion prep: convert to single-package monorepo. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#1090](https://github.com/emberjs/ember-qunit/pull/1090) Add push-dist workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* [#1089](https://github.com/emberjs/ember-qunit/pull/1089) Remove hasEmberVersion ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
23+
#### Committers: 2
24+
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
25+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
26+
27+
428
## v7.0.0 (2023-06-12)
529

630
#### :boom: Breaking Change

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-qunit",
3-
"version": "7.0.0",
3+
"version": "7.1.0-0",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)