Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Sep 11, 2024
1 parent 02834f1 commit 86ee4b6
Show file tree
Hide file tree
Showing 21 changed files with 565 additions and 19 deletions.
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 production stripping in the production bundles ([@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

0 comments on commit 86ee4b6

Please sign in to comment.