|
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 | + * [#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 | + |
3 | 56 | ## Release (2025-02-11)
|
4 | 57 |
|
5 | 58 | @glimmer/manager 0.94.7 (patch)
|
|
0 commit comments