diff --git a/.release-plan.json b/.release-plan.json index 24485fc75..84ca7f075 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,13 +2,9 @@ "solution": { "limber-ui": { "impact": "patch", - "oldVersion": "1.0.1", - "newVersion": "1.0.2", + "oldVersion": "1.0.2", + "newVersion": "1.0.3", "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -17,13 +13,17 @@ "pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json" }, "ember-repl": { - "impact": "patch", - "oldVersion": "4.2.0", - "newVersion": "4.2.1", + "impact": "minor", + "oldVersion": "4.2.1", + "newVersion": "4.3.0", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :memo: Documentation" }, { "impact": "patch", @@ -34,12 +34,12 @@ }, "codemirror-lang-glimdown": { "impact": "patch", - "oldVersion": "0.0.0", - "newVersion": "0.0.1", + "oldVersion": "0.0.1", + "newVersion": "0.0.2", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" }, { "impact": "patch", @@ -48,23 +48,15 @@ { "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": { "impact": "patch", - "oldVersion": "0.0.0", - "newVersion": "0.0.1", + "oldVersion": "0.0.1", + "newVersion": "0.0.2", "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -74,33 +66,25 @@ }, "codemirror-lang-glimmer-js": { "impact": "patch", - "oldVersion": "0.0.0", - "newVersion": "0.0.1", + "oldVersion": "0.0.1", + "newVersion": "0.0.2", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" }, { "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": { "impact": "patch", - "oldVersion": "0.0.0", - "newVersion": "0.0.1", + "oldVersion": "0.0.1", + "newVersion": "0.0.2", "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -110,41 +94,33 @@ }, "codemirror-lang-glimmer": { "impact": "patch", - "oldVersion": "0.0.0", - "newVersion": "0.0.1", + "oldVersion": "0.0.1", + "newVersion": "0.0.2", "constraints": [ { "impact": "patch", - "reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression" - }, - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on lezer-glimmer" + "reason": "Appears in changelog section :house: Internal" }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression" }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Has dependency `workspace:*` on lezer-glimmer" } ], "pkgJSONPath": "./packages/syntax/glimmer/codemirror/package.json" }, "lezer-glimmer": { "impact": "patch", - "oldVersion": "0.0.0", - "newVersion": "0.0.1", + "oldVersion": "0.0.1", + "newVersion": "0.0.2", "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" @@ -153,5 +129,5 @@ "pkgJSONPath": "./packages/syntax/glimmer/lezer/package.json" } }, - "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" + "description": "## Release (2024-06-24)\n\nlimber-ui 1.0.3 (patch)\nember-repl 4.3.0 (minor)\ncodemirror-lang-glimdown 0.0.2 (patch)\n@glimdown/lezer 0.0.2 (patch)\ncodemirror-lang-glimmer-js 0.0.2 (patch)\n@glimdown/lezer-glimmer-expression 0.0.2 (patch)\ncodemirror-lang-glimmer 0.0.2 (patch)\nlezer-glimmer 0.0.2 (patch)\n\n#### :rocket: Enhancement\n* `ember-repl`, `ember-repl-test-app`\n * [#1773](https://github.com/NullVoxPopuli/limber/pull/1773) Run live code extraction after remark plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `limber`, `ember-repl`\n * [#1769](https://github.com/NullVoxPopuli/limber/pull/1769) Improve visibility for changing the format of the document / editor (gjs/hbs/gmd) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `tutorial`\n * [#1758](https://github.com/NullVoxPopuli/limber/pull/1758) Controlled Inputs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1755](https://github.com/NullVoxPopuli/limber/pull/1755) Typo ([@shaedrich](https://github.com/shaedrich))\n * [#1732](https://github.com/NullVoxPopuli/limber/pull/1732) Update ember-resources chapters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@nullvoxpopuli/limber-styles`\n * [#1765](https://github.com/NullVoxPopuli/limber/pull/1765) Upgrade turbo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `tutorial`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-transpilation`, `ember-repl-test-app`\n * [#1768](https://github.com/NullVoxPopuli/limber/pull/1768) Upgrade more deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `@nullvoxpopuli/limber-codemirror`, `limber-ui`, `ember-repl`, `@glimdown/lezer-infra`, `codemirror-lang-glimdown`, `codemirror-lang-glimmer-js`, `codemirror-lang-glimmer`\n * [#1767](https://github.com/NullVoxPopuli/limber/pull/1767) Update codemirror ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `tutorial`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-transpilation`, `ember-repl`, `ember-repl-test-app`\n * [#1766](https://github.com/NullVoxPopuli/limber/pull/1766) Upgrade embroider deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1760](https://github.com/NullVoxPopuli/limber/pull/1760) Update ember-source ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl-test-app`\n * [#1764](https://github.com/NullVoxPopuli/limber/pull/1764) Reroll the lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `tutorial`, `@nullvoxpopuli/limber-transpilation`, `ember-repl-test-app`\n * [#1745](https://github.com/NullVoxPopuli/limber/pull/1745) pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `tutorial`, `dev-tools`, `@nullvoxpopuli/limber-codemirror`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-styles`, `@nullvoxpopuli/limber-transpilation`, `@nullvoxpopuli/limber-consts`, `ember-repl`, `ember-repl-test-app`, `@nullvoxpopuli/horizon-theme`, `@glimdown/lezer-infra`, `@glimdown/codemirror-dev-preview`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer`, `lezer-glimmer`, `@nullvoxpopuli/limber-untyped`, `@nullvoxpopuli/spike-unified`, `@nullvoxpopuli/spike-url-shortening`\n * [#1744](https://github.com/NullVoxPopuli/limber/pull/1744) lol, no way ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `tutorial`\n * [#1734](https://github.com/NullVoxPopuli/limber/pull/1734) Make a change ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1733](https://github.com/NullVoxPopuli/limber/pull/1733) Cloudflare Functions for better 404s ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Sebastian Hädrich ([@shaedrich](https://github.com/shaedrich))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d88f5a2..6d2ff8f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## Release (2024-06-24) + +limber-ui 1.0.3 (patch) +ember-repl 4.3.0 (minor) +codemirror-lang-glimdown 0.0.2 (patch) +@glimdown/lezer 0.0.2 (patch) +codemirror-lang-glimmer-js 0.0.2 (patch) +@glimdown/lezer-glimmer-expression 0.0.2 (patch) +codemirror-lang-glimmer 0.0.2 (patch) +lezer-glimmer 0.0.2 (patch) + +#### :rocket: Enhancement +* `ember-repl`, `ember-repl-test-app` + * [#1773](https://github.com/NullVoxPopuli/limber/pull/1773) Run live code extraction after remark plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :memo: Documentation +* `limber`, `ember-repl` + * [#1769](https://github.com/NullVoxPopuli/limber/pull/1769) Improve visibility for changing the format of the document / editor (gjs/hbs/gmd) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `tutorial` + * [#1758](https://github.com/NullVoxPopuli/limber/pull/1758) Controlled Inputs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#1755](https://github.com/NullVoxPopuli/limber/pull/1755) Typo ([@shaedrich](https://github.com/shaedrich)) + * [#1732](https://github.com/NullVoxPopuli/limber/pull/1732) Update ember-resources chapters ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `@nullvoxpopuli/limber-styles` + * [#1765](https://github.com/NullVoxPopuli/limber/pull/1765) Upgrade turbo ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `limber`, `tutorial`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-transpilation`, `ember-repl-test-app` + * [#1768](https://github.com/NullVoxPopuli/limber/pull/1768) Upgrade more deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `limber`, `@nullvoxpopuli/limber-codemirror`, `limber-ui`, `ember-repl`, `@glimdown/lezer-infra`, `codemirror-lang-glimdown`, `codemirror-lang-glimmer-js`, `codemirror-lang-glimmer` + * [#1767](https://github.com/NullVoxPopuli/limber/pull/1767) Update codemirror ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `limber`, `tutorial`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-transpilation`, `ember-repl`, `ember-repl-test-app` + * [#1766](https://github.com/NullVoxPopuli/limber/pull/1766) Upgrade embroider deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#1760](https://github.com/NullVoxPopuli/limber/pull/1760) Update ember-source ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-repl-test-app` + * [#1764](https://github.com/NullVoxPopuli/limber/pull/1764) Reroll the lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `limber`, `tutorial`, `@nullvoxpopuli/limber-transpilation`, `ember-repl-test-app` + * [#1745](https://github.com/NullVoxPopuli/limber/pull/1745) pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `limber`, `tutorial`, `dev-tools`, `@nullvoxpopuli/limber-codemirror`, `limber-ui`, `limber-ui-test-app`, `@nullvoxpopuli/limber-styles`, `@nullvoxpopuli/limber-transpilation`, `@nullvoxpopuli/limber-consts`, `ember-repl`, `ember-repl-test-app`, `@nullvoxpopuli/horizon-theme`, `@glimdown/lezer-infra`, `@glimdown/codemirror-dev-preview`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer`, `lezer-glimmer`, `@nullvoxpopuli/limber-untyped`, `@nullvoxpopuli/spike-unified`, `@nullvoxpopuli/spike-url-shortening` + * [#1744](https://github.com/NullVoxPopuli/limber/pull/1744) lol, no way ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `tutorial` + * [#1734](https://github.com/NullVoxPopuli/limber/pull/1734) Make a change ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#1733](https://github.com/NullVoxPopuli/limber/pull/1733) Cloudflare Functions for better 404s ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Sebastian Hädrich ([@shaedrich](https://github.com/shaedrich)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-04-24) limber-ui 1.0.2 (patch) diff --git a/packages/app-support/limber-ui/addon/package.json b/packages/app-support/limber-ui/addon/package.json index 998a759b4..d378ae013 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.2", + "version": "1.0.3", "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 86a6bce5c..dceb0561e 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.1", + "version": "4.3.0", "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 c693d4e2f..6f62c906e 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.1", + "version": "0.0.2", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimdown/lezer/package.json b/packages/syntax/glimdown/lezer/package.json index e565ba6b9..012d313e1 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.1", + "version": "0.0.2", "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 8f4f60580..fbb9d05f5 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.1", + "version": "0.0.2", "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 6b9d1bec6..137655f0b 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.1", + "version": "0.0.2", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimmer/codemirror/package.json b/packages/syntax/glimmer/codemirror/package.json index ede1c1284..08f1270f7 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.1", + "version": "0.0.2", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/packages/syntax/glimmer/lezer/package.json b/packages/syntax/glimmer/lezer/package.json index 0d5036afd..05bdb8e14 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.1", + "version": "0.0.2", "author": "NullVoxPopuli", "license": "MIT", "type": "module", diff --git a/stderr.log b/stderr.log index e69de29bb..71a01cd4e 100644 --- a/stderr.log +++ b/stderr.log @@ -0,0 +1,18 @@ +Warning: unknown package "ember-repl-test-app" +Warning: unknown package "limber" +Warning: unknown package "tutorial" +Warning: unknown package "@nullvoxpopuli/limber-styles" +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 "@nullvoxpopuli/limber-codemirror" +Warning: unknown package "@glimdown/lezer-infra" +Warning: unknown package "dev-tools" +Warning: unknown package "@nullvoxpopuli/limber-consts" +Warning: unknown package "@nullvoxpopuli/horizon-theme" +Warning: unknown package "@glimdown/codemirror-dev-preview" +Warning: unknown package "@nullvoxpopuli/limber-untyped" +Warning: unknown package "@nullvoxpopuli/spike-unified" +Warning: unknown package "@nullvoxpopuli/spike-url-shortening"