Skip to content

Commit 5507a1f

Browse files
Merge pull request #1626 from glimmerjs/release-preview
Prepare Release
2 parents 589945a + 8bc000c commit 5507a1f

File tree

20 files changed

+575
-93
lines changed

20 files changed

+575
-93
lines changed

.release-plan.json

+485-75
Large diffs are not rendered by default.

CHANGELOG.md

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

3+
## Release (2024-11-22)
4+
5+
@glimmer/compiler 0.93.0 (minor)
6+
@glimmer/destroyable 0.93.0 (minor)
7+
@glimmer/encoder 0.92.4 (patch)
8+
@glimmer/global-context 0.92.4 (patch)
9+
@glimmer/interfaces 0.93.0 (minor)
10+
@glimmer/manager 0.93.0 (minor)
11+
@glimmer/node 0.93.0 (minor)
12+
@glimmer/opcode-compiler 0.93.0 (minor)
13+
@glimmer/owner 0.92.4 (patch)
14+
@glimmer/program 0.93.0 (minor)
15+
@glimmer/reference 0.93.0 (minor)
16+
@glimmer/runtime 0.93.0 (minor)
17+
@glimmer/syntax 0.93.0 (minor)
18+
@glimmer/util 0.93.0 (minor)
19+
@glimmer/validator 0.93.0 (minor)
20+
@glimmer/vm 0.93.0 (minor)
21+
@glimmer/vm-babel-plugins 0.92.4 (patch)
22+
@glimmer/wire-format 0.93.0 (minor)
23+
24+
#### :rocket: Enhancement
25+
* `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/constants`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/interfaces`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/runtime`, `@glimmer/syntax`
26+
* [#1665](https://github.com/glimmerjs/glimmer-vm/pull/1665) Feature/pass args to debugger ([@wycats](https://github.com/wycats))
27+
* `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/integration-tests`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/interfaces`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/runtime`
28+
* [#1663](https://github.com/glimmerjs/glimmer-vm/pull/1663) Streamline and modernize naming ([@wycats](https://github.com/wycats))
29+
* `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/constants`, `@glimmer/runtime`, `@glimmer/vm`
30+
* [#1664](https://github.com/glimmerjs/glimmer-vm/pull/1664) Move curried types to constants ([@wycats](https://github.com/wycats))
31+
* `@glimmer-workspace/bin`, `@glimmer/constants`, `@glimmer/debug`, `@glimmer/interfaces`, `@glimmer/opcode-compiler`, `@glimmer/runtime`, `@glimmer/vm`
32+
* [#1662](https://github.com/glimmerjs/glimmer-vm/pull/1662) Remove Partial infra and rename eval -> debugger ([@wycats](https://github.com/wycats))
33+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`, `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/build-support`, `@glimmer-workspace/integration-tests`, `@glimmer-workspace/test-utils`, `@glimmer/compiler`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/destroyable`, `@glimmer/interfaces`, `@glimmer/manager`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator`, `@glimmer/vm`, `@glimmer/wire-format`
34+
* [#1646](https://github.com/glimmerjs/glimmer-vm/pull/1646) Streamline append VM implementation ([@wycats](https://github.com/wycats))
35+
* `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/interfaces`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/runtime`, `@glimmer/syntax`
36+
* [#1634](https://github.com/glimmerjs/glimmer-vm/pull/1634) Plumb debug symbols when using lexical scope ([@wycats](https://github.com/wycats))
37+
38+
#### :bug: Bug Fix
39+
* `@glimmer/syntax`
40+
* [#1651](https://github.com/glimmerjs/glimmer-vm/pull/1651) Revert "allow uppercase elements in strict mode" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
41+
* [#1650](https://github.com/glimmerjs/glimmer-vm/pull/1650) allow uppercase elements in strict mode ([@patricklx](https://github.com/patricklx))
42+
43+
#### :house: Internal
44+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`, `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/constants`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/interfaces`, `@glimmer/local-debug-flags`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/vm-babel-plugins`, `@glimmer/vm`
45+
* [#1649](https://github.com/glimmerjs/glimmer-vm/pull/1649) Continue on with error-recovery infra refresh ([@wycats](https://github.com/wycats))
46+
* `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/integration-tests`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/interfaces`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/runtime`
47+
* [#1663](https://github.com/glimmerjs/glimmer-vm/pull/1663) Streamline and modernize naming ([@wycats](https://github.com/wycats))
48+
* `@glimmer-workspace/integration-tests`
49+
* [#1658](https://github.com/glimmerjs/glimmer-vm/pull/1658) Additional coverage for each iteration with undefined item and specified key ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
50+
* `@glimmer-workspace/bin`
51+
* [#1659](https://github.com/glimmerjs/glimmer-vm/pull/1659) Make tests fail when tests fail ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
52+
* [#1653](https://github.com/glimmerjs/glimmer-vm/pull/1653) Fix perf bench comment ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
53+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`, `@glimmer-workspace/build-support`, `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/constants`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/destroyable`, `@glimmer/interfaces`, `@glimmer/local-debug-flags`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/vm`
54+
* [#1645](https://github.com/glimmerjs/glimmer-vm/pull/1645) Move from const enums to consts ([@wycats](https://github.com/wycats))
55+
* `@glimmer-workspace/bin`, `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/destroyable`, `@glimmer/encoder`, `@glimmer/global-context`, `@glimmer/interfaces`, `@glimmer/local-debug-babel-plugin`, `@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`
56+
* [#1648](https://github.com/glimmerjs/glimmer-vm/pull/1648) Improve benchmark setup, consistently rely on publishConfig ([@wycats](https://github.com/wycats))
57+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`, `@glimmer-workspace/build-support`, `@glimmer-workspace/test-utils`, `@glimmer/debug`, `@glimmer/global-context`, `@glimmer/interfaces`, `@glimmer/manager`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/owner`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator`
58+
* [#1647](https://github.com/glimmerjs/glimmer-vm/pull/1647) Improve benchmark setup ([@wycats](https://github.com/wycats))
59+
* Other
60+
* [#1640](https://github.com/glimmerjs/glimmer-vm/pull/1640) Run perf tests if a PR has the 'perf' label ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
61+
* [#1638](https://github.com/glimmerjs/glimmer-vm/pull/1638) Allow perf to run on PRs from forkrs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
62+
* [#1627](https://github.com/glimmerjs/glimmer-vm/pull/1627) Add `packageManager` to root package.json and `use-node-version` to the .npmrc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
63+
* `@glimmer-workspace/bin`, `@glimmer/syntax`, `@types/puppeteer-chromium-resolver`
64+
* [#1628](https://github.com/glimmerjs/glimmer-vm/pull/1628) Update puppeteer, node (for perf testing), and the setup script which launches tracerbench ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
65+
* `@glimmer-workspace/bin`, `@glimmer/debug`, `@glimmer/manager`, `@glimmer/opcode-compiler`, `@glimmer/syntax`
66+
* [#1625](https://github.com/glimmerjs/glimmer-vm/pull/1625) Don't build @glimmer/debug, as no package should be using it during publish-time ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
67+
* `@glimmer-workspace/bin`, `@glimmer/compiler`, `@glimmer/debug`, `@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`
68+
* [#1624](https://github.com/glimmerjs/glimmer-vm/pull/1624) Force bump, plan fix for release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
69+
70+
#### Committers: 3
71+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
72+
- Yehuda Katz ([@wycats](https://github.com/wycats))
73+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
74+
375
## Release (2024-09-13)
476

577

packages/@glimmer/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/compiler",
3-
"version": "0.92.4",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/compiler",
66
"type": "module",

packages/@glimmer/destroyable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/destroyable",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"description": "Utilities for creating and managing a destroyable hierarchy of objects",
66
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/destroyable",

packages/@glimmer/encoder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/encoder",
3-
"version": "0.92.3",
3+
"version": "0.92.4",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/encoder",
66
"type": "module",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/global-context",
3-
"version": "0.92.3",
3+
"version": "0.92.4",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/global-context",
66
"type": "module",

packages/@glimmer/interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/interfaces",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/interfaces",
66
"type": "module",

packages/@glimmer/manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/manager",
3-
"version": "0.92.4",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/program",
66
"type": "module",

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.92.4",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/node",
66
"type": "module",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/opcode-compiler",
3-
"version": "0.92.4",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/opcode-compiler",
66
"type": "module",

packages/@glimmer/owner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/owner",
3-
"version": "0.92.3",
3+
"version": "0.92.4",
44
"license": "MIT",
55
"description": "Implementation for the owner in Glimmer apps",
66
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/owner",

packages/@glimmer/program/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/program",
3-
"version": "0.92.4",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/program",
66
"type": "module",

packages/@glimmer/reference/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/reference",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"description": "Objects used to track values and their dirtiness in Glimmer",
66
"repository": {

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.92.4",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"description": "Minimal runtime needed to render Glimmer templates",
66
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/runtime",

packages/@glimmer/syntax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/syntax",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/syntax",
66
"type": "module",

packages/@glimmer/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/util",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"description": "Common utilities used in Glimmer",
66
"repository": "https://github.com/tildeio/glimmer/tree/main/packages/@glimmer/util",

packages/@glimmer/validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/validator",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"description": "Objects used to track values and their dirtiness in Glimmer",
66
"repository": {

packages/@glimmer/vm-babel-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/vm-babel-plugins",
3-
"version": "0.92.3",
3+
"version": "0.92.4",
44
"license": "MIT",
55
"description": "Compiles out VM assertion and deprecation utilities and debug tooling based on environment",
66
"repository": "https://github.com/glimmerjs/glimmer.js",

packages/@glimmer/vm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/vm",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/vm",
66
"type": "module",

packages/@glimmer/wire-format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimmer/wire-format",
3-
"version": "0.92.3",
3+
"version": "0.93.0",
44
"license": "MIT",
55
"description": "",
66
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/wire-format",

0 commit comments

Comments
 (0)