Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #1611

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
505 changes: 505 additions & 0 deletions .release-plan.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## Release (2024-09-11)

@glimmer/compiler 0.92.1 (patch)
@glimmer/debug 0.92.2 (patch)
@glimmer/destroyable 0.92.1 (patch)
@glimmer/encoder 0.92.1 (patch)
@glimmer/global-context 0.92.1 (patch)
@glimmer/interfaces 0.92.1 (patch)
@glimmer/manager 0.92.2 (patch)
@glimmer/node 0.92.2 (patch)
@glimmer/opcode-compiler 0.92.2 (patch)
@glimmer/owner 0.92.1 (patch)
@glimmer/program 0.92.2 (patch)
@glimmer/reference 0.92.1 (patch)
@glimmer/runtime 0.92.2 (patch)
@glimmer/syntax 0.92.1 (patch)
@glimmer/util 0.92.1 (patch)
@glimmer/validator 0.92.1 (patch)
@glimmer/vm 0.92.1 (patch)
@glimmer/vm-babel-plugins 0.92.1 (patch)
@glimmer/wire-format 0.92.1 (patch)

#### :bug: Bug Fix
* `@glimmer-workspace/build-support`, `@glimmer/debug`, `@glimmer/local-debug-babel-plugin`
* [#1606](https://github.com/glimmerjs/glimmer-vm/pull/1606) Fix stripping local debug code so can that dead-code-elimination produces smaller bundles with fewer function calls (part 1) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`, `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/integration-tests`, `@glimmer-workspace/test-utils`, `@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`
* [#1616](https://github.com/glimmerjs/glimmer-vm/pull/1616) Declare all workspace protocols workspace:* so that patch bumps bump all consumers as well ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#1615](https://github.com/glimmerjs/glimmer-vm/pull/1615) When generating the release plan, we don't need to run the puppeteer install -- so we can use --ignore-scripts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1614](https://github.com/glimmerjs/glimmer-vm/pull/1614) Do not have nested packages ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1612](https://github.com/glimmerjs/glimmer-vm/pull/1612) Don't run the Krausest benchmark unless we have to ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1613](https://github.com/glimmerjs/glimmer-vm/pull/1613) Add a name entry to a package.json that didn't have a name -- all package.jsons must have a name ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1610](https://github.com/glimmerjs/glimmer-vm/pull/1610) Have the release-automation workflows use the same setup as CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1609](https://github.com/glimmerjs/glimmer-vm/pull/1609) Sync pnpm versions in the new release-automation workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1607](https://github.com/glimmerjs/glimmer-vm/pull/1607) Setup Release plan, remove release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)




Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/compiler",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/compiler",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/debug",
"version": "0.92.1",
"version": "0.92.2",
"license": "MIT",
"sideEffects": false,
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/debug",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/destroyable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/destroyable",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"description": "Utilities for creating and managing a destroyable hierarchy of objects",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/destroyable",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/encoder",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/encoder",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/global-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/global-context",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/global-context",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/interfaces",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/interfaces",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/manager",
"version": "0.92.1",
"version": "0.92.2",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/program",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/node",
"version": "0.92.1",
"version": "0.92.2",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/node",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/opcode-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/opcode-compiler",
"version": "0.92.1",
"version": "0.92.2",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/opcode-compiler",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/owner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/owner",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"description": "Implementation for the owner in Glimmer apps",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/owner",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/program/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/program",
"version": "0.92.1",
"version": "0.92.2",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/program",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/reference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/reference",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"description": "Objects used to track values and their dirtiness in Glimmer",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/runtime",
"version": "0.92.1",
"version": "0.92.2",
"license": "MIT",
"description": "Minimal runtime needed to render Glimmer templates",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/runtime",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/syntax",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/syntax",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/util",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"description": "Common utilities used in Glimmer",
"repository": "https://github.com/tildeio/glimmer/tree/main/packages/@glimmer/util",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/validator",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"description": "Objects used to track values and their dirtiness in Glimmer",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/vm-babel-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/vm-babel-plugins",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"description": "Compiles out VM assertion and deprecation utilities and debug tooling based on environment",
"repository": "https://github.com/glimmerjs/glimmer.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/vm",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/vm",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/wire-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/wire-format",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"description": "",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/wire-format",
Expand Down