Skip to content

Commit

Permalink
Release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elwayman02 committed Nov 1, 2023
1 parent e5dcfee commit 50bfb6d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog


## v7.4.0 (2023-11-01)

#### :rocket: Enhancement
* [#908](https://github.com/elwayman02/ember-sinon-qunit/pull/908) convert addon to v2 ([@vstefanovic97](https://github.com/vstefanovic97))

#### :memo: Documentation
* [#916](https://github.com/elwayman02/ember-sinon-qunit/pull/916) Update Build Status badge inREADME ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#918](https://github.com/elwayman02/ember-sinon-qunit/pull/918) Simplify release-it setup ([@elwayman02](https://github.com/elwayman02))
* [#915](https://github.com/elwayman02/ember-sinon-qunit/pull/915) Update release-it setup to account for workspaces ([@SergeAstapov](https://github.com/SergeAstapov))
* [#908](https://github.com/elwayman02/ember-sinon-qunit/pull/908) convert addon to v2 ([@vstefanovic97](https://github.com/vstefanovic97))

#### Committers: 3
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))

## v7.3.0 (2023-10-30)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-sinon-qunit",
"version": "7.3.0",
"version": "7.4.0",
"description": "Sinon sandbox test integration for QUnit",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.0",
"version": "7.4.0",
"private": true,
"description": "Workspace root for ember-sinon-qunit",
"workspaces": [
Expand Down
8 changes: 5 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "7.3.0",
"version": "7.4.0",
"private": true,
"description": "Sinon sandbox test integration for QUnit",
"keywords": [
Expand Down Expand Up @@ -86,7 +86,7 @@
"ember-page-title": "^8.0.0",
"ember-qunit": "^8.0.1",
"ember-resolver": "^11.0.1",
"ember-sinon-qunit": "7.3.0",
"ember-sinon-qunit": "7.4.0",
"ember-source": "~5.3.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.7.2",
Expand Down Expand Up @@ -116,5 +116,7 @@
"volta": {
"extends": "../package.json"
},
"workspaces": ["ember-sinon-qunit"]
"workspaces": [
"ember-sinon-qunit"
]
}

0 comments on commit 50bfb6d

Please sign in to comment.