Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Nov 7, 2024
1 parent 39629be commit 96b8ecc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@universal-ember/test-support": {
"impact": "minor",
"oldVersion": "0.1.1",
"newVersion": "0.2.0",
"oldVersion": "0.2.0",
"newVersion": "0.3.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./test-support/package.json"
}
},
"description": "## Release (2024-03-13)\n\n@universal-ember/test-support 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`, `@universal-ember/test-support`\n * [#9](https://github.com/universal-ember/test-support/pull/9) Add getService ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-11-07)\n\n@universal-ember/test-support 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/test-support`\n * [#44](https://github.com/universal-ember/test-support/pull/44) Add callback to visitAllLinks for customer assertions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-11-07)

@universal-ember/test-support 0.3.0 (minor)

#### :rocket: Enhancement
* `@universal-ember/test-support`
* [#44](https://github.com/universal-ember/test-support/pull/44) Add callback to visitAllLinks for customer assertions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-03-13)

@universal-ember/test-support 0.2.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion test-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-ember/test-support",
"version": "0.2.0",
"version": "0.3.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 96b8ecc

Please sign in to comment.