This repository was archived by the owner on Feb 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +90
-6
lines changed
Expand file tree Collapse file tree 7 files changed +90
-6
lines changed Original file line number Diff line number Diff line change 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-
41name : release
52on :
63 pull_request :
Original file line number Diff line number Diff line change 33 " packages/*"
44 ],
55 "useWorkspaces" : true ,
6- "version" : " 1.0.1 "
6+ "version" : " independent "
77}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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/" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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/" ,
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments