Skip to content

Commit

Permalink
Merge pull request #54 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 11, 2024
2 parents 2acdd44 + 4d35795 commit 8dabac0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"@universal-ember/test-support": {
"impact": "patch",
"oldVersion": "0.3.0",
"newVersion": "0.3.1",
"impact": "minor",
"oldVersion": "0.3.1",
"newVersion": "0.4.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./test-support/package.json"
}
},
"description": "## Release (2024-11-11)\n\n@universal-ember/test-support 0.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/test-support`\n * [#52](https://github.com/universal-ember/test-support/pull/52) Fix URL error with relative paths and new URL ([@rtablada](https://github.com/rtablada))\n\n#### Committers: 1\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n"
"description": "## Release (2024-11-11)\n\n@universal-ember/test-support 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/test-support`\n * [#53](https://github.com/universal-ember/test-support/pull/53) Better assertion logging ([@rtablada](https://github.com/rtablada))\n\n#### Committers: 1\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-11-11)

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

#### :rocket: Enhancement
* `@universal-ember/test-support`
* [#53](https://github.com/universal-ember/test-support/pull/53) Better assertion logging ([@rtablada](https://github.com/rtablada))

#### Committers: 1
- Ryan Tablada ([@rtablada](https://github.com/rtablada))

## Release (2024-11-11)

@universal-ember/test-support 0.3.1 (patch)

#### :bug: Bug Fix
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.3.1",
"version": "0.4.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 8dabac0

Please sign in to comment.