File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.1] ( https://github.com/nulogy/design-system/compare/v1.0.0...v1.0.1 ) (2020-02-19)
7
+
8
+ ** Note:** Version bump only for package @nulogy/nds
9
+
10
+
11
+
12
+
13
+
6
14
# [ 1.0.0] ( https://github.com/nulogy/design-system/compare/v0.24.3...v1.0.0 ) (2020-02-19)
7
15
8
16
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.1] ( https://github.com/nulogy/design-system/compare/v1.0.0...v1.0.1 ) (2020-02-19)
7
+
8
+ ** Note:** Version bump only for package @nulogy/components-e2e
9
+
10
+
11
+
12
+
13
+
6
14
# [ 1.0.0] ( https://github.com/nulogy/design-system/compare/v0.24.3...v1.0.0 ) (2020-02-19)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nulogy/components-e2e" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " browser tests for components" ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0 " ,
2
+ "version" : " 1.0.1 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
16
16
" ./components-e2e/*"
17
17
],
18
18
"conventionalCommits" : true ,
19
- "allowBranch" : [" master" ]
19
+ "allowBranch" : [
20
+ " master"
21
+ ]
20
22
}
21
23
}
22
24
}
You can’t perform that action at this time.
0 commit comments