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 Nov 24, 2024
1 parent 288280d commit 48490f4
Show file tree
Hide file tree
Showing 12 changed files with 148 additions and 21 deletions.
124 changes: 112 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,141 @@
{
"solution": {
"limber-ui": {
"oldVersion": "2.0.0"
"impact": "patch",
"oldVersion": "2.0.0",
"newVersion": "2.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json"
},
"ember-repl": {
"impact": "patch",
"oldVersion": "5.0.0",
"newVersion": "5.0.1",
"oldVersion": "5.0.1",
"newVersion": "5.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
},
"codemirror-lang-glimdown": {
"oldVersion": "0.0.4"
"impact": "patch",
"oldVersion": "0.0.4",
"newVersion": "0.0.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer-js"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer"
}
],
"pkgJSONPath": "./packages/syntax/glimdown/codemirror/package.json"
},
"@glimdown/lezer": {
"oldVersion": "0.0.3"
"impact": "patch",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/syntax/glimdown/lezer/package.json"
},
"codemirror-lang-glimmer-js": {
"oldVersion": "0.0.4"
"impact": "patch",
"oldVersion": "0.0.4",
"newVersion": "0.0.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer"
}
],
"pkgJSONPath": "./packages/syntax/glimmer-js/codemirror/package.json"
},
"@glimdown/lezer-glimmer-expression": {
"oldVersion": "0.0.3"
"impact": "patch",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/syntax/glimmer-s-expression/lezer/package.json"
},
"codemirror-lang-glimmer-ts": {
"oldVersion": "0.0.2"
"impact": "patch",
"oldVersion": "0.0.2",
"newVersion": "0.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/syntax/glimmer-ts/codemirror/package.json"
},
"codemirror-lang-glimmer": {
"oldVersion": "0.0.4"
"impact": "patch",
"oldVersion": "0.0.4",
"newVersion": "0.0.5",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on lezer-glimmer"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/syntax/glimmer/codemirror/package.json"
},
"lezer-glimmer": {
"oldVersion": "0.0.3"
"impact": "patch",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/syntax/glimmer/lezer/package.json"
}
},
"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"
"description": "## Release (2024-11-24)\n\nlimber-ui 2.0.1 (patch)\nember-repl 5.0.2 (patch)\ncodemirror-lang-glimdown 0.0.5 (patch)\n@glimdown/lezer 0.0.4 (patch)\ncodemirror-lang-glimmer-js 0.0.5 (patch)\n@glimdown/lezer-glimmer-expression 0.0.4 (patch)\ncodemirror-lang-glimmer-ts 0.0.3 (patch)\ncodemirror-lang-glimmer 0.0.5 (patch)\nlezer-glimmer 0.0.4 (patch)\n\n#### :memo: Documentation\n* `limber`, `tutorial`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-transpilation`, `ember-repl`, `ember-repl-test-app`, `@glimdown/lezer-infra`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1872](https://github.com/NullVoxPopuli/limber/pull/1872) Upgrade to ember 6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-11-24)

limber-ui 2.0.1 (patch)
ember-repl 5.0.2 (patch)
codemirror-lang-glimdown 0.0.5 (patch)
@glimdown/lezer 0.0.4 (patch)
codemirror-lang-glimmer-js 0.0.5 (patch)
@glimdown/lezer-glimmer-expression 0.0.4 (patch)
codemirror-lang-glimmer-ts 0.0.3 (patch)
codemirror-lang-glimmer 0.0.5 (patch)
lezer-glimmer 0.0.4 (patch)

#### :memo: Documentation
* `limber`, `tutorial`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-transpilation`, `ember-repl`, `ember-repl-test-app`, `@glimdown/lezer-infra`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`
* [#1872](https://github.com/NullVoxPopuli/limber/pull/1872) Upgrade to ember 6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-11-12)

ember-repl 5.0.1 (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": "2.0.0",
"version": "2.0.1",
"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": "5.0.1",
"version": "5.0.2",
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-lang-glimdown",
"version": "0.0.4",
"version": "0.0.5",
"author": "NullVoxPopuli",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/lezer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimdown/lezer",
"version": "0.0.3",
"version": "0.0.4",
"author": "NullVoxPopuli",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-js/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-lang-glimmer-js",
"version": "0.0.4",
"version": "0.0.5",
"author": "NullVoxPopuli",
"license": "MIT",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-s-expression/lezer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimdown/lezer-glimmer-expression",
"version": "0.0.3",
"version": "0.0.4",
"author": "NullVoxPopuli",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-ts/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-lang-glimmer-ts",
"version": "0.0.2",
"version": "0.0.3",
"author": "NullVoxPopuli",
"license": "MIT",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-lang-glimmer",
"version": "0.0.4",
"version": "0.0.5",
"author": "NullVoxPopuli",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/lezer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lezer-glimmer",
"version": "0.0.3",
"version": "0.0.4",
"author": "NullVoxPopuli",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ Warning: unknown package "limber"
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)
(node:1836) [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"
Warning: unknown package "tutorial"
Warning: unknown package "limber-ui-test-app"
Warning: unknown package "@nullvoxpopuli/limber-transpilation"
Warning: unknown package "ember-repl-test-app"
Warning: unknown package "@glimdown/lezer-infra"

0 comments on commit 48490f4

Please sign in to comment.