Skip to content

Commit

Permalink
Merge pull request #354 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Sep 5, 2024
2 parents af757cd + cdc01a7 commit d0ec613
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"ember-deep-tracked": {
"impact": "patch",
"oldVersion": "2.0.0",
"newVersion": "2.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-deep-tracked/package.json"
}
},
"description": "## Release (2024-09-05)\n\nember-deep-tracked 2.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-deep-tracked`, `test-app`\n * [#357](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/357) Fix dynamic usage of Array.prototype.includes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#356](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/356) Use better types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-deep-tracked`\n * [#355](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/355) Broaden Support (forward) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#353](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/353) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#352](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/352) Upgrade to pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Release (2024-09-05)

ember-deep-tracked 2.0.1 (patch)

#### :bug: Bug Fix
* `ember-deep-tracked`, `test-app`
* [#357](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/357) Fix dynamic usage of Array.prototype.includes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `test-app`
* [#356](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/356) Use better types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `ember-deep-tracked`
* [#355](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/355) Broaden Support (forward) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#353](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/353) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#352](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/352) Upgrade to pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

# [2.0.0](https://github.com/NullVoxPopuli/ember-deep-tracked/compare/v1.3.14...v2.0.0) (2022-08-21)


Expand Down
2 changes: 1 addition & 1 deletion ember-deep-tracked/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-deep-tracked",
"version": "2.0.0",
"version": "2.0.1",
"description": "The tracking hammer",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d0ec613

Please sign in to comment.