Skip to content

Commit

Permalink
Merge pull request #198 from ember-cli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Aug 21, 2024
2 parents 83839f7 + e367abb commit aa03333
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"solution": {
"ember-cli-deprecation-workflow": {
"impact": "patch",
"oldVersion": "3.0.0",
"newVersion": "3.0.1",
"oldVersion": "3.0.1",
"newVersion": "3.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-11)\n\nember-cli-deprecation-workflow 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#192](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/192) fix repository link in package.json ([@mansona](https://github.com/mansona))\n * [#191](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/191) update release plan workflow ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-08-21)\n\nember-cli-deprecation-workflow 3.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-deprecation-workflow`\n * [#197](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/197) Remove @ember/string (it's unused) ([@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-08-21)

ember-cli-deprecation-workflow 3.0.2 (patch)

#### :bug: Bug Fix
* `ember-cli-deprecation-workflow`
* [#197](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/197) Remove @ember/string (it's unused) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-07-11)

ember-cli-deprecation-workflow 3.0.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deprecation-workflow",
"version": "3.0.1",
"version": "3.0.2",
"description": "Provides a much needed workflow to managing deprecations.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit aa03333

Please sign in to comment.