File tree 5 files changed +35
-9
lines changed
5 files changed +35
-9
lines changed Original file line number Diff line number Diff line change 19
19
"oldVersion" : " 0.94.8"
20
20
},
21
21
"@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"
23
32
},
24
33
"@glimmer/opcode-compiler" : {
25
34
"oldVersion" : " 0.94.8"
35
44
},
36
45
"@glimmer/runtime" : {
37
46
"impact" : " patch" ,
38
- "oldVersion" : " 0.94.8 " ,
39
- "newVersion" : " 0.94.9 " ,
47
+ "oldVersion" : " 0.94.9 " ,
48
+ "newVersion" : " 0.94.10 " ,
40
49
"constraints" : [
41
50
{
42
51
"impact" : " patch" ,
43
- "reason" : " @NullVoxPopuli said so2 "
52
+ "reason" : " Appears in changelog section :house: Internal "
44
53
}
45
54
],
46
55
"pkgJSONPath" : " ./packages/@glimmer/runtime/package.json"
64
73
"oldVersion" : " 0.94.7"
65
74
}
66
75
},
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 "
68
77
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## Release (2025-03-14)
4
21
5
22
@glimmer/runtime 0.94.9 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glimmer/node" ,
3
- "version" : " 0.94.8 " ,
3
+ "version" : " 0.94.9 " ,
4
4
"license" : " MIT" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glimmer/runtime" ,
3
- "version" : " 0.94.9 " ,
3
+ "version" : " 0.94.10 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Minimal runtime needed to render Glimmer templates" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 380
380
{
381
381
"root" : " packages/@glimmer/node" ,
382
382
"name" : " @glimmer/node" ,
383
- "version" : " 0.94.8 " ,
383
+ "version" : " 0.94.9 " ,
384
384
"type" : " module" ,
385
385
"private" : false ,
386
386
"repo-meta" : {
484
484
{
485
485
"root" : " packages/@glimmer/runtime" ,
486
486
"name" : " @glimmer/runtime" ,
487
- "version" : " 0.94.9 " ,
487
+ "version" : " 0.94.10 " ,
488
488
"type" : " module" ,
489
489
"private" : false ,
490
490
"repo-meta" : {
You can’t perform that action at this time.
0 commit comments