Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#1861)
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 71809b7 commit 6790414
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 9 deletions.
31 changes: 24 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
{
"solution": {
"limber-ui": {
"oldVersion": "1.0.5"
"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"
},
"ember-repl": {
"impact": "patch",
"oldVersion": "4.3.3",
"newVersion": "4.3.4",
"impact": "major",
"oldVersion": "4.3.4",
"newVersion": "5.0.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
Expand All @@ -37,5 +54,5 @@
"oldVersion": "0.0.3"
}
},
"description": "## Release (2024-11-05)\n\nember-repl 4.3.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1859](https://github.com/NullVoxPopuli/limber/pull/1859) Fix vite support (attempt 2) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"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"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Release (2024-11-12)

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

#### :boom: Breaking Change
* `limber-ui`, `ember-repl`
* [#1675](https://github.com/NullVoxPopuli/limber/pull/1675) Use decorator transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :rocket: Enhancement
* `ember-repl`
* [#1867](https://github.com/NullVoxPopuli/limber/pull/1867) Upgrade content-tag in ember-repl to v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `limber`, `ember-repl`
* [#1862](https://github.com/NullVoxPopuli/limber/pull/1862) Cleanup a bit. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `limber-ui`, `ember-repl`
* [#1675](https://github.com/NullVoxPopuli/limber/pull/1675) Use decorator transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `limber`
* [#1858](https://github.com/NullVoxPopuli/limber/pull/1858) Improve format switching with default content ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-11-05)

ember-repl 4.3.4 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/app-support/limber-ui/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "limber-ui",
"version": "1.0.5",
"version": "2.0.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
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.3.4",
"version": "5.0.0",
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
"keywords": [
"ember-addon"
Expand Down
3 changes: 3 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ Warning: unknown package "limber"
Warning: unknown package "limber"
(node:1853) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(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"

0 comments on commit 6790414

Please sign in to comment.