Skip to content

Commit

Permalink
Merge pull request #28 from ef4/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 committed Apr 27, 2024
2 parents bbeafae + 793fd74 commit 1e148d2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"solution": {
"decorator-transforms": {
"impact": "patch",
"oldVersion": "1.2.0",
"newVersion": "1.2.1",
"impact": "major",
"oldVersion": "1.2.1",
"newVersion": "2.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-04-16)\n\ndecorator-transforms 1.2.1 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#24](https://github.com/ef4/decorator-transforms/pull/24) add a prepare script to make sure it builds ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-04-27)\n\ndecorator-transforms 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `decorator-transforms`\n * [#26](https://github.com/ef4/decorator-transforms/pull/26) Implement runEarly for arbitrary browser compatibility ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `decorator-transforms`\n * [#19](https://github.com/ef4/decorator-transforms/pull/19) Test interop with template-colocation-plugin ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-04-27)

decorator-transforms 2.0.0 (major)

#### :boom: Breaking Change
* `decorator-transforms`
* [#26](https://github.com/ef4/decorator-transforms/pull/26) Implement runEarly for arbitrary browser compatibility ([@ef4](https://github.com/ef4))

#### :house: Internal
* `decorator-transforms`
* [#19](https://github.com/ef4/decorator-transforms/pull/19) Test interop with template-colocation-plugin ([@ef4](https://github.com/ef4))

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

## Release (2024-04-16)

decorator-transforms 1.2.1 (patch)
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": "1.2.1",
"version": "2.0.0",
"description": "Better babel transforms for decorators",
"keywords": [],
"repository": {
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit 1e148d2

Please sign in to comment.