diff --git a/.release-plan.json b/.release-plan.json index 255877089..2a22ecced 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a29b017..af14a7ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/packages/app-support/limber-ui/addon/package.json b/packages/app-support/limber-ui/addon/package.json index 6d16730bd..27151b104 100644 --- a/packages/app-support/limber-ui/addon/package.json +++ b/packages/app-support/limber-ui/addon/package.json @@ -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" diff --git a/packages/ember-repl/addon/package.json b/packages/ember-repl/addon/package.json index 94d0c6a23..cbc53a2a1 100644 --- a/packages/ember-repl/addon/package.json +++ b/packages/ember-repl/addon/package.json @@ -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" diff --git a/packages/syntax/glimdown/codemirror/package.json b/packages/syntax/glimdown/codemirror/package.json index e9ab260de..33aab042f 100644 --- a/packages/syntax/glimdown/codemirror/package.json +++ b/packages/syntax/glimdown/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-lang-glimdown", - "version": "0.0.4", + "version": "0.0.5", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimdown/lezer/package.json b/packages/syntax/glimdown/lezer/package.json index d5676d853..bdf397be0 100644 --- a/packages/syntax/glimdown/lezer/package.json +++ b/packages/syntax/glimdown/lezer/package.json @@ -1,6 +1,6 @@ { "name": "@glimdown/lezer", - "version": "0.0.3", + "version": "0.0.4", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimmer-js/codemirror/package.json b/packages/syntax/glimmer-js/codemirror/package.json index a438b5317..16fec98c1 100644 --- a/packages/syntax/glimmer-js/codemirror/package.json +++ b/packages/syntax/glimmer-js/codemirror/package.json @@ -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", diff --git a/packages/syntax/glimmer-s-expression/lezer/package.json b/packages/syntax/glimmer-s-expression/lezer/package.json index c3424d6ea..51274c287 100644 --- a/packages/syntax/glimmer-s-expression/lezer/package.json +++ b/packages/syntax/glimmer-s-expression/lezer/package.json @@ -1,6 +1,6 @@ { "name": "@glimdown/lezer-glimmer-expression", - "version": "0.0.3", + "version": "0.0.4", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimmer-ts/codemirror/package.json b/packages/syntax/glimmer-ts/codemirror/package.json index 37f710105..aad65fb79 100644 --- a/packages/syntax/glimmer-ts/codemirror/package.json +++ b/packages/syntax/glimmer-ts/codemirror/package.json @@ -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", diff --git a/packages/syntax/glimmer/codemirror/package.json b/packages/syntax/glimmer/codemirror/package.json index 113945598..f14d98052 100644 --- a/packages/syntax/glimmer/codemirror/package.json +++ b/packages/syntax/glimmer/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-lang-glimmer", - "version": "0.0.4", + "version": "0.0.5", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimmer/lezer/package.json b/packages/syntax/glimmer/lezer/package.json index a917b67c8..b2931d4ae 100644 --- a/packages/syntax/glimmer/lezer/package.json +++ b/packages/syntax/glimmer/lezer/package.json @@ -1,6 +1,6 @@ { "name": "lezer-glimmer", - "version": "0.0.3", + "version": "0.0.4", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/stderr.log b/stderr.log index 73f467088..531f8fa1b 100644 --- a/stderr.log +++ b/stderr.log @@ -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"