Skip to content

Commit

Permalink
Merge pull request #8 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Mar 11, 2024
2 parents 90cb426 + 5f40914 commit f939693
Show file tree
Hide file tree
Showing 4 changed files with 19 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": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./test-support/package.json"
}
},
"description": "## Release (2024-03-05)\n\n@universal-ember/test-support 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`, `@universal-ember/test-support`\n * [#6](https://github.com/universal-ember/test-support/pull/6) Require that links clicked are defined in the app, this means that @properLinks would no longer be required ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-03-11)\n\n@universal-ember/test-support 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `test-app`, `@universal-ember/test-support`\n * [#7](https://github.com/universal-ember/test-support/pull/7) Ignore hash URLs ([@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-03-11)

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

#### :bug: Bug Fix
* `test-app`, `@universal-ember/test-support`
* [#7](https://github.com/universal-ember/test-support/pull/7) Ignore hash URLs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-03-05)

@universal-ember/test-support 0.1.0 (minor)
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"
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.1.0",
"version": "0.1.1",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f939693

Please sign in to comment.