Skip to content

Commit

Permalink
Merge pull request #4 from starbeamjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 6, 2024
2 parents a35fdfb + c864600 commit 40a2fcf
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"@starbeam-dev/compile": {
"impact": "minor",
"oldVersion": "1.0.2",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Changelog
## Release (2024-01-06)

@starbeam-dev/compile 1.1.0 (minor)

#### :rocket: Enhancement
* `@starbeam-dev/compile`
* [#1](https://github.com/starbeamjs/dev-compile/pull/1) Add copy plugin for root CHANGELOG ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@starbeam-dev/compile`
* [#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))
* [#3](https://github.com/starbeamjs/dev-compile/pull/3) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam-dev/compile",
"type": "module",
"version": "1.0.2",
"version": "1.1.0",
"description": "A rollup plugin for building packages that use starbeam-dev",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,4 +40,4 @@
"type": "git",
"url": "git@github.com:starbeamjs/dev-compile.git"
}
}
}

0 comments on commit 40a2fcf

Please sign in to comment.