Skip to content

Commit

Permalink
Merge pull request #45 from ef4/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Nov 5, 2024
2 parents 68311b0 + b1f49ea commit a4417de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"decorator-transforms": {
"impact": "patch",
"oldVersion": "2.2.2",
"newVersion": "2.2.3",
"oldVersion": "2.2.3",
"newVersion": "2.2.4",
"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-11-05)\n\ndecorator-transforms 2.2.3 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#37](https://github.com/ef4/decorator-transforms/pull/37) Don't use node APIs (require) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `decorator-transforms`\n * [#40](https://github.com/ef4/decorator-transforms/pull/40) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#38](https://github.com/ef4/decorator-transforms/pull/38) Prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#39](https://github.com/ef4/decorator-transforms/pull/39) Set a pnpm via packageManager ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-11-05)\n\ndecorator-transforms 2.2.4 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#44](https://github.com/ef4/decorator-transforms/pull/44) Revert \"Don't use nodeisms\" ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-11-05)

decorator-transforms 2.2.4 (patch)

#### :bug: Bug Fix
* `decorator-transforms`
* [#44](https://github.com/ef4/decorator-transforms/pull/44) Revert "Don't use nodeisms" ([@ef4](https://github.com/ef4))

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

## Release (2024-11-05)

decorator-transforms 2.2.3 (patch)

#### :bug: Bug Fix
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": "decorator-transforms",
"version": "2.2.3",
"version": "2.2.4",
"description": "Better babel transforms for decorators",
"keywords": [],
"repository": {
Expand Down

0 comments on commit a4417de

Please sign in to comment.