Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#1700)
Browse files Browse the repository at this point in the history
Co-authored-by: NullVoxPopuli <[email protected]>
  • Loading branch information
github-actions[bot] and NullVoxPopuli authored Mar 10, 2024
1 parent 886dadc commit ae7e596
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
Expand Up @@ -4,13 +4,13 @@
"oldVersion": "1.0.0"
},
"ember-repl": {
"impact": "patch",
"oldVersion": "4.0.2",
"newVersion": "4.0.3",
"impact": "minor",
"oldVersion": "4.0.3",
"newVersion": "4.1.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
Expand All @@ -34,5 +34,5 @@
"oldVersion": "0.0.0"
}
},
"description": "## Release (2024-03-10)\n\nember-repl 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1697](https://github.com/NullVoxPopuli/limber/pull/1697) Fix ember repl build + use turbo in publish.yml ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-03-10)\n\nember-repl 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1699](https://github.com/NullVoxPopuli/limber/pull/1699) Allow plugin options for both remark and rehype plugins ([@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
Expand Up @@ -2,6 +2,17 @@

## Release (2024-03-10)

ember-repl 4.1.0 (minor)

#### :rocket: Enhancement
* `ember-repl`
* [#1699](https://github.com/NullVoxPopuli/limber/pull/1699) Allow plugin options for both remark and rehype plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-03-10)

ember-repl 4.0.3 (patch)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-repl",
"version": "4.0.3",
"version": "4.1.0",
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit ae7e596

Please sign in to comment.