Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 426b32c

Browse files
Merge pull request #1731 from glimmerjs/release-preview
Prepare Release
2 parents 20cbe3e + c6e3110 commit 426b32c

21 files changed

Lines changed: 439 additions & 61 deletions

File tree

.release-plan.json

Lines changed: 350 additions & 25 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# Changelog
22

3+
## Release (2025-03-04)
4+
5+
@glimmer/compiler 0.94.9 (patch)
6+
@glimmer/destroyable 0.94.7 (patch)
7+
@glimmer/encoder 0.93.7 (patch)
8+
@glimmer/global-context 0.93.3 (patch)
9+
@glimmer/interfaces 0.94.6 (patch)
10+
@glimmer/manager 0.94.8 (patch)
11+
@glimmer/node 0.94.8 (patch)
12+
@glimmer/opcode-compiler 0.94.8 (patch)
13+
@glimmer/owner 0.93.3 (patch)
14+
@glimmer/program 0.94.8 (patch)
15+
@glimmer/reference 0.94.7 (patch)
16+
@glimmer/runtime 0.94.8 (patch)
17+
@glimmer/syntax 0.94.8 (patch)
18+
@glimmer/util 0.94.7 (patch)
19+
@glimmer/validator 0.94.7 (patch)
20+
@glimmer/vm 0.94.7 (patch)
21+
@glimmer/vm-babel-plugins 0.93.4 (patch)
22+
@glimmer/wire-format 0.94.7 (patch)
23+
24+
#### :bug: Bug Fix
25+
* `@glimmer/syntax`
26+
* [#1722](https://github.com/glimmerjs/glimmer-vm/pull/1722) Printer bug: empty string literal args are dropped ([@ef4](https://github.com/ef4))
27+
* [#1720](https://github.com/glimmerjs/glimmer-vm/pull/1720) Printer quoting bug ([@ef4](https://github.com/ef4))
28+
* `@glimmer/compiler`, `@glimmer/syntax`
29+
* [#1717](https://github.com/glimmerjs/glimmer-vm/pull/1717) Fix source slicing for whitespace-stripping comments ([@chancancode](https://github.com/chancancode))
30+
31+
#### :house: Internal
32+
* Other
33+
* [#1730](https://github.com/glimmerjs/glimmer-vm/pull/1730) fix release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
34+
* [#1728](https://github.com/glimmerjs/glimmer-vm/pull/1728) Set node-version to 22 in plan-release/publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
35+
* [#1727](https://github.com/glimmerjs/glimmer-vm/pull/1727) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
36+
* [#1723](https://github.com/glimmerjs/glimmer-vm/pull/1723) Add .npmrc to turbo.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
37+
* [#1721](https://github.com/glimmerjs/glimmer-vm/pull/1721) set hoist-workspace-packages=false ([@ef4](https://github.com/ef4))
38+
* `@glimmer/compiler`, `@glimmer/destroyable`, `@glimmer/encoder`, `@glimmer/global-context`, `@glimmer/interfaces`, `@glimmer/manager`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/owner`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator`, `@glimmer/vm-babel-plugins`, `@glimmer/vm`, `@glimmer/wire-format`, `@glimmer-workspace/repo-metadata`
39+
* [#1729](https://github.com/glimmerjs/glimmer-vm/pull/1729) Revert "Prepare Release" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
40+
* [#1715](https://github.com/glimmerjs/glimmer-vm/pull/1715) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
41+
* `@glimmer-workspace/repo-metadata`
42+
* [#1726](https://github.com/glimmerjs/glimmer-vm/pull/1726) Move prettier tests to the smoke-tests project ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
43+
* `@glimmer-workspace/bin`
44+
* [#1718](https://github.com/glimmerjs/glimmer-vm/pull/1718) Fix accidental success in tests due to ansi-output not matching non-ansi string. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
45+
* `@glimmer/syntax`
46+
* [#1719](https://github.com/glimmerjs/glimmer-vm/pull/1719) @handlebars/parser 2.1.0 causes errors due to an unreleased fix -- downgrade for now ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
47+
* `@glimmer-workspace/meta-updater`, `@glimmer-workspace/bin`, `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/build-support`, `@glimmer-workspace/eslint-plugin`, `@glimmer-workspace/integration-tests`, `@glimmer-workspace/test-utils`, `@glimmer/compiler`, `@glimmer/constants`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/destroyable`, `@glimmer/encoder`, `@glimmer/global-context`, `@glimmer/interfaces`, `@glimmer/local-debug-flags`, `@glimmer/manager`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/owner`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator`, `@glimmer/vm-babel-plugins`, `@glimmer/vm`, `@glimmer/wire-format`, `@glimmer-workspace/repo-metadata`
48+
* [#1714](https://github.com/glimmerjs/glimmer-vm/pull/1714) Dep upgrades from https://github.com/glimmerjs/glimmer-vm/pull/1690/ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
49+
50+
#### Committers: 4
51+
- Edward Faulkner ([@ef4](https://github.com/ef4))
52+
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
53+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
54+
- [@github-actions[bot]](https://github.com/apps/github-actions)
55+
356
## Release (2025-02-11)
457

558
@glimmer/manager 0.94.7 (patch)

packages/@glimmer/compiler/package.json

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

packages/@glimmer/destroyable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/destroyable",
3-
"version": "0.94.6",
3+
"version": "0.94.7",
44
"license": "MIT",
55
"description": "Utilities for creating and managing a destroyable hierarchy of objects",
66
"repository": {

packages/@glimmer/encoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/encoder",
3-
"version": "0.93.6",
3+
"version": "0.93.7",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/@glimmer/global-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/global-context",
3-
"version": "0.93.2",
3+
"version": "0.93.3",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/@glimmer/interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/interfaces",
3-
"version": "0.94.5",
3+
"version": "0.94.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/@glimmer/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/manager",
3-
"version": "0.94.7",
3+
"version": "0.94.8",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/@glimmer/node/package.json

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

packages/@glimmer/opcode-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/opcode-compiler",
3-
"version": "0.94.7",
3+
"version": "0.94.8",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)