Skip to content

Commit a3caa7c

Browse files
github-actions[bot]NullVoxPopuli
github-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
Remove dist
1 parent 7c68ef3 commit a3caa7c

7 files changed

+14
-762
lines changed

.release-plan.json

+3-7
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

+10
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)

dist/index.d.ts

-13
This file was deleted.

0 commit comments

Comments
 (0)