|
1 | 1 | # Changelog
|
2 | 2 |
|
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 |
| - * [#1728](https://github.com/glimmerjs/glimmer-vm/pull/1728) Set node-version to 22 in plan-release/publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
34 |
| - * [#1727](https://github.com/glimmerjs/glimmer-vm/pull/1727) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
35 |
| - * [#1723](https://github.com/glimmerjs/glimmer-vm/pull/1723) Add .npmrc to turbo.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
36 |
| - * [#1721](https://github.com/glimmerjs/glimmer-vm/pull/1721) set hoist-workspace-packages=false ([@ef4](https://github.com/ef4)) |
37 |
| -* `@glimmer-workspace/repo-metadata` |
38 |
| - * [#1726](https://github.com/glimmerjs/glimmer-vm/pull/1726) Move prettier tests to the smoke-tests project ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
39 |
| -* `@glimmer-workspace/bin` |
40 |
| - * [#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)) |
41 |
| -* `@glimmer/syntax` |
42 |
| - * [#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)) |
43 |
| -* `@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` |
44 |
| - * [#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)) |
45 |
| - |
46 |
| -#### Committers: 3 |
47 |
| -- Edward Faulkner ([@ef4](https://github.com/ef4)) |
48 |
| -- Godfrey Chan ([@chancancode](https://github.com/chancancode)) |
49 |
| -- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
50 |
| - |
51 | 3 | ## Release (2025-02-11)
|
52 | 4 |
|
53 | 5 | @glimmer/manager 0.94.7 (patch)
|
|
0 commit comments