diff --git a/.release-plan.json b/.release-plan.json index eed348717..24485fc75 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,38 +1,157 @@ { "solution": { "limber-ui": { - "oldVersion": "1.0.1" + "impact": "patch", + "oldVersion": "1.0.1", + "newVersion": "1.0.2", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json" }, "ember-repl": { - "impact": "minor", - "oldVersion": "4.1.2", - "newVersion": "4.2.0", + "impact": "patch", + "oldVersion": "4.2.0", + "newVersion": "4.2.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/ember-repl/addon/package.json" }, "codemirror-lang-glimdown": { - "oldVersion": "0.0.0" + "impact": "patch", + "oldVersion": "0.0.0", + "newVersion": "0.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer-js" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/syntax/glimdown/codemirror/package.json" }, "@glimdown/lezer": { - "oldVersion": "0.0.0" + "impact": "patch", + "oldVersion": "0.0.0", + "newVersion": "0.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/syntax/glimdown/lezer/package.json" }, "codemirror-lang-glimmer-js": { - "oldVersion": "0.0.0" + "impact": "patch", + "oldVersion": "0.0.0", + "newVersion": "0.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/syntax/glimmer-js/codemirror/package.json" }, "@glimdown/lezer-glimmer-expression": { - "oldVersion": "0.0.0" + "impact": "patch", + "oldVersion": "0.0.0", + "newVersion": "0.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/syntax/glimmer-s-expression/lezer/package.json" }, "codemirror-lang-glimmer": { - "oldVersion": "0.0.0" + "impact": "patch", + "oldVersion": "0.0.0", + "newVersion": "0.0.1", + "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 :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/syntax/glimmer/codemirror/package.json" }, "lezer-glimmer": { - "oldVersion": "0.0.0" + "impact": "patch", + "oldVersion": "0.0.0", + "newVersion": "0.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/syntax/glimmer/lezer/package.json" } }, - "description": "## Release (2024-03-12)\n\nember-repl 4.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1710](https://github.com/NullVoxPopuli/limber/pull/1710) Re-export some types from ember-repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#1709](https://github.com/NullVoxPopuli/limber/pull/1709) Rename swapi.dev to swapi.tech ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-04-24)\n\nlimber-ui 1.0.2 (patch)\nember-repl 4.2.1 (patch)\ncodemirror-lang-glimdown 0.0.1 (patch)\n@glimdown/lezer 0.0.1 (patch)\ncodemirror-lang-glimmer-js 0.0.1 (patch)\n@glimdown/lezer-glimmer-expression 0.0.1 (patch)\ncodemirror-lang-glimmer 0.0.1 (patch)\nlezer-glimmer 0.0.1 (patch)\n\n#### :bug: Bug Fix\n* `limber-ui`, `ember-repl`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1729](https://github.com/NullVoxPopuli/limber/pull/1729) Remove engines from runtime / browser packages ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#1681](https://github.com/NullVoxPopuli/limber/pull/1681) Update dependency ember-container-query to v5.0.7 ([@renovate[bot]](https://github.com/apps/renovate))\n\n#### :house: Internal\n* `limber-ui`, `ember-repl`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1729](https://github.com/NullVoxPopuli/limber/pull/1729) Remove engines from runtime / browser packages ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1372](https://github.com/NullVoxPopuli/limber/pull/1372) specify node-version ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1702](https://github.com/NullVoxPopuli/limber/pull/1702) Update pnpm to v8.15.4 ([@renovate[bot]](https://github.com/apps/renovate))\n* `limber-ui`, `ember-repl`\n * [#1701](https://github.com/NullVoxPopuli/limber/pull/1701) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#1713](https://github.com/NullVoxPopuli/limber/pull/1713) Update dependency @embroider/macros to v1.15.0 ([@renovate[bot]](https://github.com/apps/renovate))\n* `codemirror-lang-glimmer`\n * [#1678](https://github.com/NullVoxPopuli/limber/pull/1678) Update CodeMirror ([@renovate[bot]](https://github.com/apps/renovate))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d5061bd71..10d88f5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## Release (2024-04-24) + +limber-ui 1.0.2 (patch) +ember-repl 4.2.1 (patch) +codemirror-lang-glimdown 0.0.1 (patch) +@glimdown/lezer 0.0.1 (patch) +codemirror-lang-glimmer-js 0.0.1 (patch) +@glimdown/lezer-glimmer-expression 0.0.1 (patch) +codemirror-lang-glimmer 0.0.1 (patch) +lezer-glimmer 0.0.1 (patch) + +#### :bug: Bug Fix +* `limber-ui`, `ember-repl`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer`, `lezer-glimmer` + * [#1729](https://github.com/NullVoxPopuli/limber/pull/1729) Remove engines from runtime / browser packages ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :memo: Documentation +* [#1681](https://github.com/NullVoxPopuli/limber/pull/1681) Update dependency ember-container-query to v5.0.7 ([@renovate[bot]](https://github.com/apps/renovate)) + +#### :house: Internal +* `limber-ui`, `ember-repl`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer`, `lezer-glimmer` + * [#1729](https://github.com/NullVoxPopuli/limber/pull/1729) Remove engines from runtime / browser packages ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* Other + * [#1372](https://github.com/NullVoxPopuli/limber/pull/1372) specify node-version ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#1702](https://github.com/NullVoxPopuli/limber/pull/1702) Update pnpm to v8.15.4 ([@renovate[bot]](https://github.com/apps/renovate)) +* `limber-ui`, `ember-repl` + * [#1701](https://github.com/NullVoxPopuli/limber/pull/1701) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate)) + * [#1713](https://github.com/NullVoxPopuli/limber/pull/1713) Update dependency @embroider/macros to v1.15.0 ([@renovate[bot]](https://github.com/apps/renovate)) +* `codemirror-lang-glimmer` + * [#1678](https://github.com/NullVoxPopuli/limber/pull/1678) Update CodeMirror ([@renovate[bot]](https://github.com/apps/renovate)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-03-12) ember-repl 4.2.0 (minor) diff --git a/packages/app-support/limber-ui/addon/package.json b/packages/app-support/limber-ui/addon/package.json index 4ecaa841a..a9439df5c 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": "1.0.1", + "version": "1.0.2", "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 57a421af2..86eba62cf 100644 --- a/packages/ember-repl/addon/package.json +++ b/packages/ember-repl/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-repl", - "version": "4.2.0", + "version": "4.2.1", "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 b8502596e..22624ec20 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.0", + "version": "0.0.1", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimdown/lezer/package.json b/packages/syntax/glimdown/lezer/package.json index 8edf0d9f9..1f8ac2e21 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.0", + "version": "0.0.1", "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 71b5d4c85..497076081 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.0", + "version": "0.0.1", "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 7ff1fb864..020880bbf 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.0", + "version": "0.0.1", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimmer/codemirror/package.json b/packages/syntax/glimmer/codemirror/package.json index 1548eac46..597c761fe 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.0", + "version": "0.0.1", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimmer/lezer/package.json b/packages/syntax/glimmer/lezer/package.json index 40d7bb9c1..f758b941f 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.0", + "version": "0.0.1", "author": "NullVoxPopuli", "license": "MIT", "type": "module",