Skip to content

Commit

Permalink
Prepare Release (#808)
Browse files Browse the repository at this point in the history
Co-authored-by: gossi <[email protected]>
  • Loading branch information
github-actions[bot] and gossi authored Oct 28, 2024
1 parent 02dda11 commit 66a8936
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"ember-link": {
"impact": "minor",
"oldVersion": "3.2.0",
"newVersion": "3.3.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-link/package.json"
}
},
"description": "## Release (2024-10-28)\n\nember-link 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-link`\n * [#811](https://github.com/buschtoens/ember-link/pull/811) Export `QueryParams` ([@gossi](https://github.com/gossi))\n\n#### :memo: Documentation\n* `ember-link`\n * [#793](https://github.com/buschtoens/ember-link/pull/793) Typedoc integrated into vitepress ([@gossi](https://github.com/gossi))\n * [#795](https://github.com/buschtoens/ember-link/pull/795) docs: Update readme with the latest engines router service ([@villander](https://github.com/villander))\n\n#### :house: Internal\n* `test-app`\n * [#813](https://github.com/buschtoens/ember-link/pull/813) Increase Test Matrix ([@gossi](https://github.com/gossi))\n* `ember-link`, `test-app`\n * [#812](https://github.com/buschtoens/ember-link/pull/812) Update to `[email protected]` ([@gossi](https://github.com/gossi))\n * [#806](https://github.com/buschtoens/ember-link/pull/806) Remove volta for corepack ([@gossi](https://github.com/gossi))\n* Other\n * [#810](https://github.com/buschtoens/ember-link/pull/810) Use shared renovate config ([@gossi](https://github.com/gossi))\n* `ember-link`\n * [#807](https://github.com/buschtoens/ember-link/pull/807) Switch to `release-plan` ([@gossi](https://github.com/gossi))\n\n#### Committers: 2\n- Michael Villander ([@villander](https://github.com/villander))\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
}
28 changes: 28 additions & 0 deletions ember-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## Release (2024-10-28)

ember-link 3.3.0 (minor)

#### :rocket: Enhancement
* `ember-link`
* [#811](https://github.com/buschtoens/ember-link/pull/811) Export `QueryParams` ([@gossi](https://github.com/gossi))

#### :memo: Documentation
* `ember-link`
* [#793](https://github.com/buschtoens/ember-link/pull/793) Typedoc integrated into vitepress ([@gossi](https://github.com/gossi))
* [#795](https://github.com/buschtoens/ember-link/pull/795) docs: Update readme with the latest engines router service ([@villander](https://github.com/villander))

#### :house: Internal
* `test-app`
* [#813](https://github.com/buschtoens/ember-link/pull/813) Increase Test Matrix ([@gossi](https://github.com/gossi))
* `ember-link`, `test-app`
* [#812](https://github.com/buschtoens/ember-link/pull/812) Update to `[email protected]` ([@gossi](https://github.com/gossi))
* [#806](https://github.com/buschtoens/ember-link/pull/806) Remove volta for corepack ([@gossi](https://github.com/gossi))
* Other
* [#810](https://github.com/buschtoens/ember-link/pull/810) Use shared renovate config ([@gossi](https://github.com/gossi))
* `ember-link`
* [#807](https://github.com/buschtoens/ember-link/pull/807) Switch to `release-plan` ([@gossi](https://github.com/gossi))

#### Committers: 2
- Michael Villander ([@villander](https://github.com/villander))
- Thomas Gossmann ([@gossi](https://github.com/gossi))




Expand Down
2 changes: 1 addition & 1 deletion ember-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-link",
"version": "3.2.0",
"version": "3.3.0",
"description": "Link primitive to pass around self-contained route references",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 66a8936

Please sign in to comment.