Skip to content

Commit 1e148d2

Browse files
authored
Merge pull request #28 from ef4/release-preview
Prepare Release
2 parents bbeafae + 793fd74 commit 1e148d2

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

Diff for: .release-plan.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"solution": {
33
"decorator-transforms": {
4-
"impact": "patch",
5-
"oldVersion": "1.2.0",
6-
"newVersion": "1.2.1",
4+
"impact": "major",
5+
"oldVersion": "1.2.1",
6+
"newVersion": "2.0.0",
77
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
812
{
913
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"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"
20+
"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"
1721
}

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2024-04-27)
4+
5+
decorator-transforms 2.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `decorator-transforms`
9+
* [#26](https://github.com/ef4/decorator-transforms/pull/26) Implement runEarly for arbitrary browser compatibility ([@ef4](https://github.com/ef4))
10+
11+
#### :house: Internal
12+
* `decorator-transforms`
13+
* [#19](https://github.com/ef4/decorator-transforms/pull/19) Test interop with template-colocation-plugin ([@ef4](https://github.com/ef4))
14+
15+
#### Committers: 1
16+
- Edward Faulkner ([@ef4](https://github.com/ef4))
17+
318
## Release (2024-04-16)
419

520
decorator-transforms 1.2.1 (patch)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decorator-transforms",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Better babel transforms for decorators",
55
"keywords": [],
66
"repository": {

Diff for: stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)