Skip to content

Commit c4a497e

Browse files
Merge pull request #28 from kristianjokela/release-please--branches--main--components--app
chore(main): release app 1.1.0
2 parents 2af2927 + 9eeab35 commit c4a497e

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "1.3.2",
3-
"apps/app": "1.0.0",
3+
"apps/app": "1.1.0",
44
"apps/first-app": "1.0.0",
55
"apps/second-app": "1.0.0"
66
}

apps/app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/kristianjokela/rel-please-test/compare/app-v1.0.0...app-v1.1.0) (2023-01-09)
4+
5+
6+
### Features
7+
8+
* Add new app inside apps with own package.json ([046ac59](https://github.com/kristianjokela/rel-please-test/commit/046ac597a7f926885a623008cde23bb13f213c9e))
9+
10+
11+
### Bug Fixes
12+
13+
* Add test to app ([aa05b3a](https://github.com/kristianjokela/rel-please-test/commit/aa05b3a7850144b3739d71a7b5484be4bd1920f8))

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.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)