Skip to content

Commit

Permalink
Release 7.1.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner committed Jun 13, 2023
1 parent 2e1a4e5 commit 62ad9e2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions addon/CHANGELOG.md
@@ -1,6 +1,30 @@




## v7.1.0-0 (2023-06-13)

#### :memo: Documentation
* [#1095](https://github.com/emberjs/ember-qunit/pull/1095) specify that ember cli is no longer needed for consumers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1094](https://github.com/emberjs/ember-qunit/pull/1094) Readme updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1087](https://github.com/emberjs/ember-qunit/pull/1087) Update README.md ([@MelSumner](https://github.com/MelSumner))

#### :house: Internal
* [#1099](https://github.com/emberjs/ember-qunit/pull/1099) Add types directory in the publish output ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1098](https://github.com/emberjs/ember-qunit/pull/1098) Strict mode deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1096](https://github.com/emberjs/ember-qunit/pull/1096) Update .gitignore ([@MelSumner](https://github.com/MelSumner))
* [#1064](https://github.com/emberjs/ember-qunit/pull/1064) Convert to native package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1062](https://github.com/emberjs/ember-qunit/pull/1062) Extract test app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1063](https://github.com/emberjs/ember-qunit/pull/1063) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1060](https://github.com/emberjs/ember-qunit/pull/1060) V2 Addon conversion prep: convert to single-package monorepo. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1090](https://github.com/emberjs/ember-qunit/pull/1090) Add push-dist workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1089](https://github.com/emberjs/ember-qunit/pull/1089) Remove hasEmberVersion ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


## v7.0.0 (2023-06-12)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-qunit",
"version": "7.0.0",
"version": "7.1.0-0",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 62ad9e2

Please sign in to comment.