Skip to content

Commit cf22508

Browse files
authored
Merge pull request #25 from ef4/release-preview
Prepare Release
2 parents cac3f3b + cbcbe93 commit cf22508

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

Diff for: .release-plan.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"decorator-transforms": {
4-
"impact": "minor",
5-
"oldVersion": "1.1.0",
6-
"newVersion": "1.2.0",
4+
"impact": "patch",
5+
"oldVersion": "1.2.0",
6+
"newVersion": "1.2.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2024-04-16)\n\ndecorator-transforms 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `decorator-transforms`\n * [#17](https://github.com/ef4/decorator-transforms/pull/17) Replace static blocks with private static field initializers ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### :house: Internal\n* `decorator-transforms`\n * [#22](https://github.com/ef4/decorator-transforms/pull/22) add release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n"
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"
2117
}

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-04-16)
44

5+
decorator-transforms 1.2.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `decorator-transforms`
9+
* [#24](https://github.com/ef4/decorator-transforms/pull/24) add a prepare script to make sure it builds ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2024-04-16)
15+
516
decorator-transforms 1.2.0 (minor)
617

718
#### :rocket: Enhancement

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.0",
3+
"version": "1.2.1",
44
"description": "Better babel transforms for decorators",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)