Skip to content

Commit

Permalink
Merge pull request #29 from ef4/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Sep 17, 2024
2 parents ced8ef6 + 75e17fe commit 0b301ef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"decorator-transforms": {
"impact": "major",
"oldVersion": "1.2.1",
"newVersion": "2.0.0",
"impact": "minor",
"oldVersion": "2.0.0",
"newVersion": "2.1.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-09-17)\n\ndecorator-transforms 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `decorator-transforms`\n * [#30](https://github.com/ef4/decorator-transforms/pull/30) Offer an explicit import path for esm vs cjs runtime ([@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
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-09-17)

decorator-transforms 2.1.0 (minor)

#### :rocket: Enhancement
* `decorator-transforms`
* [#30](https://github.com/ef4/decorator-transforms/pull/30) Offer an explicit import path for esm vs cjs runtime ([@ef4](https://github.com/ef4))

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

## Release (2024-04-27)

decorator-transforms 2.0.0 (major)
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.0.0",
"version": "2.1.0",
"description": "Better babel transforms for decorators",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 0b301ef

Please sign in to comment.