Skip to content

Commit 8e01bf0

Browse files
Merge pull request #6 from starbeamjs/release-preview
Prepare Release
2 parents 7c68ef3 + 369375d commit 8e01bf0

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"@starbeam-dev/compile": {
44
"impact": "minor",
5-
"oldVersion": "1.0.2",
6-
"newVersion": "1.1.0",
5+
"oldVersion": "1.1.0",
6+
"newVersion": "1.2.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2024-01-06)\n\n@starbeam-dev/compile 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@starbeam-dev/compile`\n * [#1](https://github.com/starbeamjs/dev-compile/pull/1) Add copy plugin for root CHANGELOG ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@starbeam-dev/compile`\n * [#2](https://github.com/starbeamjs/dev-compile/pull/2) The published version is 1.0.2, not 1.0.1 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#3](https://github.com/starbeamjs/dev-compile/pull/3) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-01-12)\n\n@starbeam-dev/compile 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@starbeam-dev/compile`\n * [#5](https://github.com/starbeamjs/dev-compile/pull/5) Make starbeam smaller / faster ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## Release (2024-01-12)
3+
4+
@starbeam-dev/compile 1.2.0 (minor)
5+
6+
#### :rocket: Enhancement
7+
* `@starbeam-dev/compile`
8+
* [#5](https://github.com/starbeamjs/dev-compile/pull/5) Make starbeam smaller / faster ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### Committers: 1
11+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
212
## Release (2024-01-06)
313

414
@starbeam-dev/compile 1.1.0 (minor)

0 commit comments

Comments
 (0)