Skip to content

Commit 95c45f7

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 809e52a commit 95c45f7

File tree

5 files changed

+35
-9
lines changed

5 files changed

+35
-9
lines changed

.release-plan.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@
1919
"oldVersion": "0.94.8"
2020
},
2121
"@glimmer/node": {
22-
"oldVersion": "0.94.8"
22+
"impact": "patch",
23+
"oldVersion": "0.94.8",
24+
"newVersion": "0.94.9",
25+
"constraints": [
26+
{
27+
"impact": "patch",
28+
"reason": "Has dependency `workspace:*` on @glimmer/runtime"
29+
}
30+
],
31+
"pkgJSONPath": "./packages/@glimmer/node/package.json"
2332
},
2433
"@glimmer/opcode-compiler": {
2534
"oldVersion": "0.94.8"
@@ -35,12 +44,12 @@
3544
},
3645
"@glimmer/runtime": {
3746
"impact": "patch",
38-
"oldVersion": "0.94.8",
39-
"newVersion": "0.94.9",
47+
"oldVersion": "0.94.9",
48+
"newVersion": "0.94.10",
4049
"constraints": [
4150
{
4251
"impact": "patch",
43-
"reason": "@NullVoxPopuli said so2"
52+
"reason": "Appears in changelog section :house: Internal"
4453
}
4554
],
4655
"pkgJSONPath": "./packages/@glimmer/runtime/package.json"
@@ -64,5 +73,5 @@
6473
"oldVersion": "0.94.7"
6574
}
6675
},
67-
"description": "## Release (2025-03-14)\n\n\n\n#### :bug: Bug Fix\n* `@glimmer-workspace/build-support`\n * [#1734](https://github.com/glimmerjs/glimmer-vm/pull/1734) Restore {{debugger}} behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@glimmer-workspace/bin`\n * [#1732](https://github.com/glimmerjs/glimmer-vm/pull/1732) Fix bench post-install ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
76+
"description": "## Release (2025-03-15)\n\n@glimmer/node 0.94.9 (patch)\n@glimmer/runtime 0.94.10 (patch)\n\n#### :house: Internal\n* Other\n * [#1738](https://github.com/glimmerjs/glimmer-vm/pull/1738) Removing editor.rulers ([@ef4](https://github.com/ef4))\n* `@glimmer-workspace/repo-metadata`\n * [#1736](https://github.com/glimmerjs/glimmer-vm/pull/1736) pnpm repo:update:metadata ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@glimmer/runtime`\n * [#1735](https://github.com/glimmerjs/glimmer-vm/pull/1735) Force release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
6877
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2025-03-15)
4+
5+
@glimmer/node 0.94.9 (patch)
6+
@glimmer/runtime 0.94.10 (patch)
7+
8+
#### :house: Internal
9+
* Other
10+
* [#1738](https://github.com/glimmerjs/glimmer-vm/pull/1738) Removing editor.rulers ([@ef4](https://github.com/ef4))
11+
* `@glimmer-workspace/repo-metadata`
12+
* [#1736](https://github.com/glimmerjs/glimmer-vm/pull/1736) pnpm repo:update:metadata ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
* `@glimmer/runtime`
14+
* [#1735](https://github.com/glimmerjs/glimmer-vm/pull/1735) Force release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 2
17+
- Edward Faulkner ([@ef4](https://github.com/ef4))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
320
## Release (2025-03-14)
421

522
@glimmer/runtime 0.94.9 (patch)

packages/@glimmer/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/node",
3-
"version": "0.94.8",
3+
"version": "0.94.9",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/@glimmer/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/runtime",
3-
"version": "0.94.9",
3+
"version": "0.94.10",
44
"license": "MIT",
55
"description": "Minimal runtime needed to render Glimmer templates",
66
"repository": {

repo-metadata/metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
{
381381
"root": "packages/@glimmer/node",
382382
"name": "@glimmer/node",
383-
"version": "0.94.8",
383+
"version": "0.94.9",
384384
"type": "module",
385385
"private": false,
386386
"repo-meta": {
@@ -484,7 +484,7 @@
484484
{
485485
"root": "packages/@glimmer/runtime",
486486
"name": "@glimmer/runtime",
487-
"version": "0.94.9",
487+
"version": "0.94.10",
488488
"type": "module",
489489
"private": false,
490490
"repo-meta": {

0 commit comments

Comments
 (0)