Skip to content

Commit

Permalink
Merge pull request #48 from emberjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored May 3, 2024
2 parents ad9f756 + 7b400c5 commit 010bec7
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"babel-plugin-ember-template-compilation": {
"impact": "patch",
"oldVersion": "2.2.2",
"newVersion": "2.2.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-05-03)\n\nbabel-plugin-ember-template-compilation 2.2.3 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#40](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/40) `this` should not be added to the scope bag ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#47](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/47) Remove withVersion for ci's pnpm version in the release plan workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#44](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/44) setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#45](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/45) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#46](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/46) Fix `tsc` error on the floating deps test ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#43](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/43) upgrade babel-import-util to 3.0 ([@ef4](https://github.com/ef4))\n * [#42](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/42) Update babel-import-util and use it to manage babel bindings more precisely ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## Release (2024-05-03)

babel-plugin-ember-template-compilation 2.2.3 (patch)

#### :bug: Bug Fix
* `babel-plugin-ember-template-compilation`
* [#40](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/40) `this` should not be added to the scope bag ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `babel-plugin-ember-template-compilation`
* [#47](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/47) Remove withVersion for ci's pnpm version in the release plan workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#44](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/44) setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#45](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/45) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#46](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/46) Fix `tsc` error on the floating deps test ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#43](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/43) upgrade babel-import-util to 3.0 ([@ef4](https://github.com/ef4))
* [#42](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/42) Update babel-import-util and use it to manage babel bindings more precisely ([@ef4](https://github.com/ef4))

#### Committers: 2
- Edward Faulkner ([@ef4](https://github.com/ef4))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)




Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-ember-template-compilation",
"version": "2.2.2",
"version": "2.2.3",
"description": "Babel implementation of Ember's low-level template-compilation API",
"repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation",
"license": "MIT",
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit 010bec7

Please sign in to comment.