Skip to content

Commit 73a512e

Browse files
Merge pull request #51 from kristianjokela/release-please--branches--main
chore: release main
2 parents b9c32b8 + f25b7a4 commit 73a512e

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/app": "1.1.0",
3-
"apps/first-app": "1.1.0",
2+
"apps/app": "1.1.1",
3+
"apps/first-app": "1.1.1",
44
"apps/second-app": "1.6.0"
55
}

apps/app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/kristianjokela/rel-please-test/compare/app-v1.1.0...app-v1.1.1) (2023-01-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Update app ([5113dd8](https://github.com/kristianjokela/rel-please-test/commit/5113dd8aeb1b624af28641669e49af7b05ba409e))
9+
310
## [1.1.0](https://github.com/kristianjokela/rel-please-test/compare/app-v1.0.0...app-v1.1.0) (2023-01-09)
411

512

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

apps/first-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/kristianjokela/rel-please-test/compare/first-app-v1.1.0...first-app-v1.1.1) (2023-01-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Update first-app ([b9c32b8](https://github.com/kristianjokela/rel-please-test/commit/b9c32b89ddb4bf229d5d5e5f13332f5a5b57c95d))
9+
310
## [1.1.0](https://github.com/kristianjokela/rel-please-test/compare/first-app-v1.0.0...first-app-v1.1.0) (2023-01-09)
411

512

apps/first-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "first-app",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)