Skip to content

Commit

Permalink
Merge pull request #19 from stijnvanhulle/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
stijnvanhulle authored Nov 12, 2022
2 parents e42d3f1 + 35652fd commit e345c07
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "1.0.0",
"packages/demo": "1.0.0"
"packages/core": "2.0.0",
"packages/demo": "2.0.0"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.0.0](https://github.com/stijnvanhulle/template/compare/@stijnvanhulle/template-core-v1.0.0...@stijnvanhulle/template-core-v2.0.0) (2022-11-12)


### Features

* initial version ([ac580ea](https://github.com/stijnvanhulle/template/commit/ac580eaf54d5b91bcab07ced68f7b67148e7d004))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stijnvanhulle/template-core",
"version": "1.0.0",
"version": "2.0.0",
"description": "Core",
"repository": {
"type": "git",
Expand Down
25 changes: 25 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## [2.0.0](https://github.com/stijnvanhulle/template/compare/@stijnvanhulle/template-demo-v1.0.0...@stijnvanhulle/template-demo-v2.0.0) (2022-11-12)


### ⚠ BREAKING CHANGES

* first version with tsup, eslint, nx, pnpm, ...

### Features

* first version with tsup, eslint, nx, pnpm, ... ([05f6781](https://github.com/stijnvanhulle/template/commit/05f6781b0509f10ba2de59d060dfe4f583faf311))
* initial version ([ac580ea](https://github.com/stijnvanhulle/template/commit/ac580eaf54d5b91bcab07ced68f7b67148e7d004))
* turborepo ([3ee45c7](https://github.com/stijnvanhulle/template/commit/3ee45c762d1d26abaf424e8feb32b8433ffe0e31))


### Bug Fixes

* changelog + release yml ([68edf5f](https://github.com/stijnvanhulle/template/commit/68edf5f548531e3907b491f90688ba4c52f93e4e))
* ci npm ([910d3e5](https://github.com/stijnvanhulle/template/commit/910d3e5a3af4f556eee79701e693163dce0722aa))
* helloworld ([82e2297](https://github.com/stijnvanhulle/template/commit/82e22970b868a7386759e432820d2181d1b6fb26))
* naming ([85f6ddd](https://github.com/stijnvanhulle/template/commit/85f6ddd56e5b373259a6f3c92cca7f12077eb583))
* naming ([afcc9ac](https://github.com/stijnvanhulle/template/commit/afcc9ac8edee939b48363f519eb048ed22f5740e))
* tryout ([9e87343](https://github.com/stijnvanhulle/template/commit/9e8734367f8c806f6443d6a7b9ec9303e89d06c8))
* update ([8a42858](https://github.com/stijnvanhulle/template/commit/8a42858a3434553c0c798f27d4f08e3f5cf7228c))
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stijnvanhulle/template-demo",
"version": "1.0.0",
"version": "2.0.0",
"description": "Demo",
"repository": {
"type": "git",
Expand Down

0 comments on commit e345c07

Please sign in to comment.