Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#1869)
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 Nov 12, 2024
1 parent 22163b6 commit d79ecbf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 25 deletions.
31 changes: 7 additions & 24 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
{
"solution": {
"limber-ui": {
"impact": "major",
"oldVersion": "1.0.5",
"newVersion": "2.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json"
"oldVersion": "2.0.0"
},
"ember-repl": {
"impact": "major",
"oldVersion": "4.3.4",
"newVersion": "5.0.0",
"impact": "patch",
"oldVersion": "5.0.0",
"newVersion": "5.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
Expand All @@ -54,5 +37,5 @@
"oldVersion": "0.0.3"
}
},
"description": "## Release (2024-11-12)\n\nlimber-ui 2.0.0 (major)\nember-repl 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `limber-ui`, `ember-repl`\n * [#1675](https://github.com/NullVoxPopuli/limber/pull/1675) Use decorator transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1867](https://github.com/NullVoxPopuli/limber/pull/1867) Upgrade content-tag in ember-repl to v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `ember-repl`\n * [#1862](https://github.com/NullVoxPopuli/limber/pull/1862) Cleanup a bit. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber-ui`, `ember-repl`\n * [#1675](https://github.com/NullVoxPopuli/limber/pull/1675) Use decorator transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`\n * [#1858](https://github.com/NullVoxPopuli/limber/pull/1858) Improve format switching with default content ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-11-12)\n\nember-repl 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1868](https://github.com/NullVoxPopuli/limber/pull/1868) Fix ESM compatibility (Vite) ([@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-11-12)

ember-repl 5.0.1 (patch)

#### :bug: Bug Fix
* `ember-repl`
* [#1868](https://github.com/NullVoxPopuli/limber/pull/1868) Fix ESM compatibility (Vite) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-11-12)

limber-ui 2.0.0 (major)
ember-repl 5.0.0 (major)

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": "5.0.0",
"version": "5.0.1",
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
"keywords": [
"ember-addon"
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ Warning: unknown package "limber"
(node:1834) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Warning: unknown package "limber"
(node:1845) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

0 comments on commit d79ecbf

Please sign in to comment.