Skip to content

Commit 40a2fcf

Browse files
Merge pull request #4 from starbeamjs/release-preview
Prepare Release
2 parents a35fdfb + c864600 commit 40a2fcf

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"@starbeam-dev/compile": {
4+
"impact": "minor",
5+
"oldVersion": "1.0.2",
6+
"newVersion": "1.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
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"
21+
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
## Release (2024-01-06)
3+
4+
@starbeam-dev/compile 1.1.0 (minor)
5+
6+
#### :rocket: Enhancement
7+
* `@starbeam-dev/compile`
8+
* [#1](https://github.com/starbeamjs/dev-compile/pull/1) Add copy plugin for root CHANGELOG ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### :house: Internal
11+
* `@starbeam-dev/compile`
12+
* [#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))
13+
* [#3](https://github.com/starbeamjs/dev-compile/pull/3) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@starbeam-dev/compile",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"description": "A rollup plugin for building packages that use starbeam-dev",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -40,4 +40,4 @@
4040
"type": "git",
4141
"url": "[email protected]:starbeamjs/dev-compile.git"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)