Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit d6b384b

Browse files
committed
tested independent version update with lerna
1 parent 55e4089 commit d6b384b

File tree

7 files changed

+90
-6
lines changed

7 files changed

+90
-6
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# TODO get inspiration by https://github.com/formium/formik/blob/master/.github/workflows/release.yml
2-
# https://www.christopherbiscardi.com/post/shipping-multipackage-repos-with-github-actions-changesets-and-lerna
3-
41
name: release
52
on:
63
pull_request:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"useWorkspaces": true,
6-
"version": "1.0.1"
6+
"version": "independent"
77
}

packages/mono-one/CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,67 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.4 (2020-12-11)
7+
8+
9+
10+
## 1.0.1 (2020-12-10)
11+
12+
13+
14+
## 0.0.2 (2020-12-10)
15+
16+
17+
18+
## 0.0.1 (2020-12-10)
19+
20+
**Note:** Version bump only for package @bennodev/mono-one
21+
22+
23+
24+
25+
26+
## 1.0.3 (2020-12-11)
27+
28+
29+
30+
## 1.0.1 (2020-12-10)
31+
32+
33+
34+
## 0.0.2 (2020-12-10)
35+
36+
37+
38+
## 0.0.1 (2020-12-10)
39+
40+
**Note:** Version bump only for package @bennodev/mono-one
41+
42+
43+
44+
45+
46+
## 1.0.2 (2020-12-11)
47+
48+
49+
50+
## 1.0.1 (2020-12-10)
51+
52+
53+
54+
## 0.0.2 (2020-12-10)
55+
56+
57+
58+
## 0.0.1 (2020-12-10)
59+
60+
**Note:** Version bump only for package @bennodev/mono-one
61+
62+
63+
64+
65+
66+
667
## [1.0.1](https://github.com/agile-ts/github-actions-test/compare/v0.0.2...v1.0.1) (2020-12-10)
768

869
**Note:** Version bump only for package @bennodev/mono-one

packages/mono-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bennodev/mono-one",
3-
"version": "1.0.1",
3+
"version": "1.0.4",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",

packages/mono-two/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.2 (2020-12-11)
7+
8+
9+
10+
## 1.0.1 (2020-12-10)
11+
12+
13+
14+
## 0.0.2 (2020-12-10)
15+
16+
17+
18+
## 0.0.1 (2020-12-10)
19+
20+
**Note:** Version bump only for package @bennodev/mono-two
21+
22+
23+
24+
25+
26+
627
## [1.0.1](https://github.com/agile-ts/github-actions-test/compare/v0.0.2...v1.0.1) (2020-12-10)
728

829
**Note:** Version bump only for package @bennodev/mono-two

packages/mono-two/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bennodev/mono-two",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",

packages/mono-two/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ export default class MonoTwo {
99
this.name = value;
1010
return this;
1111
}
12+
13+
14+
public getRandomString():string {
15+
return "random0";
16+
}
1217
}

0 commit comments

Comments
 (0)