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 2e13115 commit 5a82b89
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 1 deletion.
71 changes: 71 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"solution": {
"@glimmer/compiler": {
"oldVersion": "0.92.0"
},
"@glimmer/debug": {
"impact": "patch",
"oldVersion": "0.92.0",
"newVersion": "0.92.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/@glimmer/debug/package.json"
},
"@glimmer/destroyable": {
"oldVersion": "0.92.0"
},
"@glimmer/encoder": {
"oldVersion": "0.92.0"
},
"@glimmer/global-context": {
"oldVersion": "0.92.0"
},
"@glimmer/interfaces": {
"oldVersion": "0.92.0"
},
"@glimmer/manager": {
"oldVersion": "0.92.0"
},
"@glimmer/node": {
"oldVersion": "0.92.0"
},
"@glimmer/opcode-compiler": {
"oldVersion": "0.92.0"
},
"@glimmer/owner": {
"oldVersion": "0.92.0"
},
"@glimmer/program": {
"oldVersion": "0.92.0"
},
"@glimmer/reference": {
"oldVersion": "0.92.0"
},
"@glimmer/runtime": {
"oldVersion": "0.92.0"
},
"@glimmer/syntax": {
"oldVersion": "0.92.0"
},
"@glimmer/util": {
"oldVersion": "0.92.0"
},
"@glimmer/validator": {
"oldVersion": "0.92.0"
},
"@glimmer/vm": {
"oldVersion": "0.92.0"
},
"@glimmer/vm-babel-plugins": {
"oldVersion": "0.92.0"
},
"@glimmer/wire-format": {
"oldVersion": "0.92.0"
}
},
"description": "## Release (2024-09-11)\n\n@glimmer/debug 0.92.1 (patch)\n\n#### :bug: Bug Fix\n* `@glimmer-workspace/build-support`, `@glimmer/debug`, `@glimmer/local-debug-babel-plugin`\n * [#1606](https://github.com/glimmerjs/glimmer-vm/pull/1606) Fix production stripping in the production bundles ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#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))\n* [#1614](https://github.com/glimmerjs/glimmer-vm/pull/1614) Do not have nested packages ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1612](https://github.com/glimmerjs/glimmer-vm/pull/1612) Don't run the Krausest benchmark unless we have to ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#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))\n* [#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))\n* [#1609](https://github.com/glimmerjs/glimmer-vm/pull/1609) Sync pnpm versions in the new release-automation workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1607](https://github.com/glimmerjs/glimmer-vm/pull/1607) Setup Release plan, remove release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Release (2024-09-11)

@glimmer/debug 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
* [#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/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/debug",
"version": "0.92.0",
"version": "0.92.1",
"license": "MIT",
"sideEffects": false,
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/debug",
Expand Down

0 comments on commit 5a82b89

Please sign in to comment.