Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Feb 20, 2024
1 parent 0fd7064 commit c509307
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 4 deletions.
42 changes: 42 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"solution": {
"limber-ui": {
"oldVersion": "1.0.0"
},
"ember-repl": {
"impact": "major",
"oldVersion": "3.0.0",
"newVersion": "4.0.0",
"constraints": [
{
"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"
},
"codemirror-lang-glimdown": {
"oldVersion": "0.0.0"
},
"@glimdown/lezer": {
"oldVersion": "0.0.0"
},
"codemirror-lang-glimmer-js": {
"oldVersion": "0.0.0"
},
"@glimdown/lezer-glimmer-expression": {
"oldVersion": "0.0.0"
},
"codemirror-lang-glimmer": {
"oldVersion": "0.0.0"
},
"lezer-glimmer": {
"oldVersion": "0.0.0"
}
},
"description": "## Release (2024-02-20)\n\nember-repl 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-repl`, `ember-repl-test-app`\n * [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`\n * [#1672](https://github.com/NullVoxPopuli/limber/pull/1672) [ember-repl] remove broccoli plugin for generating a 'component map' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `ember-repl`, `ember-repl-test-app`\n * [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-repl-test-app`\n * [#1676](https://github.com/NullVoxPopuli/limber/pull/1676) Remove skipped tests that have been skipped for years ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1670](https://github.com/NullVoxPopuli/limber/pull/1670) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# Changelog

## Release (2024-02-20)

ember-repl 4.0.0 (major)

#### :boom: Breaking Change
* `ember-repl`, `ember-repl-test-app`
* [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `ember-repl`
* [#1672](https://github.com/NullVoxPopuli/limber/pull/1672) [ember-repl] remove broccoli plugin for generating a 'component map' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :rocket: Enhancement
* `ember-repl`, `ember-repl-test-app`
* [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `ember-repl-test-app`
* [#1676](https://github.com/NullVoxPopuli/limber/pull/1676) Remove skipped tests that have been skipped for years ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#1670](https://github.com/NullVoxPopuli/limber/pull/1670) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
14 changes: 10 additions & 4 deletions packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-repl",
"version": "3.0.0",
"version": "4.0.0",
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -168,9 +168,15 @@
"@glimmer/syntax": ">= 0.86.0"
},
"peerDependenciesMeta": {
"@glint/template": { "optional": true },
"@glimmer/compiler": { "optional": true },
"@glimmer/syntax": { "optional": true }
"@glint/template": {
"optional": true
},
"@glimmer/compiler": {
"optional": true
},
"@glimmer/syntax": {
"optional": true
}
},
"engines": {
"node": ">= v16",
Expand Down
3 changes: 3 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Warning: unknown package "ember-repl-test-app"
Warning: unknown package "ember-repl-test-app"
Warning: unknown package "ember-repl-test-app"

0 comments on commit c509307

Please sign in to comment.