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 Jun 24, 2024
1 parent 4ee7b21 commit a897825
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 60 deletions.
80 changes: 28 additions & 52 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
}
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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": "1.0.2",
"version": "1.0.3",
"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": "4.2.1",
"version": "4.3.0",
"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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"author": "NullVoxPopuli",
"license": "MIT",
"type": "module",
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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"author": "NullVoxPopuli",
"license": "MIT",
"type": "module",
Expand Down
18 changes: 18 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a897825

Please sign in to comment.