File tree Expand file tree Collapse file tree 16 files changed +78
-14
lines changed Expand file tree Collapse file tree 16 files changed +78
-14
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
+ ## [ 5.1.2-nightly.1] ( https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1 ) (2020-02-06)
7
+
8
+ ** Note:** Version bump only for package root
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.1.2-nightly.0] ( https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0 ) (2020-02-05)
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
+ ## [ 5.1.2-nightly.1] ( https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1 ) (2020-02-06)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-template-boilerplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.1.2-nightly.0] ( https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0 ) (2020-02-05)
7
15
8
16
** Note:** Version bump only for package embark-dapp-template-boilerplate
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " embark-dapp-template-boilerplate" ,
3
- "version" : " 5.1.2-nightly.0 " ,
3
+ "version" : " 5.1.2-nightly.1 " ,
4
4
"description" : " Basic DApp template for Embark" ,
5
5
"homepage" : " https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme" ,
6
6
"bugs" : " https://github.com/embarklabs/embark/issues" ,
32
32
"url" : " https://github.com/embarklabs/embark.git"
33
33
},
34
34
"devDependencies" : {
35
- "embark" : " ^5.1.2-nightly.0 " ,
35
+ "embark" : " ^5.1.2-nightly.1 " ,
36
36
"embark-reset" : " ^5.1.1" ,
37
37
"embarkjs" : " ^5.1.1" ,
38
38
"embarkjs-ens" : " ^5.1.1" ,
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
+ ## [ 5.1.2-nightly.1] ( https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1 ) (2020-02-06)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-template-demo
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.1.2-nightly.0] ( https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0 ) (2020-02-05)
7
15
8
16
** Note:** Version bump only for package embark-dapp-template-demo
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " embark-dapp-template-demo" ,
3
- "version" : " 5.1.2-nightly.0 " ,
3
+ "version" : " 5.1.2-nightly.1 " ,
4
4
"description" : " Demo DApp for Embark" ,
5
5
"homepage" : " https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme" ,
6
6
"bugs" : " https://github.com/embarklabs/embark/issues" ,
34
34
"devDependencies" : {
35
35
"bootstrap" : " 4.3.1" ,
36
36
"classnames" : " 2.2.6" ,
37
- "embark" : " ^5.1.2-nightly.0 " ,
37
+ "embark" : " ^5.1.2-nightly.1 " ,
38
38
"embark-reset" : " ^5.1.1" ,
39
39
"embarkjs" : " ^5.1.1" ,
40
40
"embarkjs-ens" : " ^5.1.1" ,
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
+ ## [ 5.1.2-nightly.1] ( https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1 ) (2020-02-06)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-template-simple
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.1.2-nightly.0] ( https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0 ) (2020-02-05)
7
15
8
16
** Note:** Version bump only for package embark-dapp-template-simple
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " embark-dapp-template-simple" ,
3
- "version" : " 5.1.2-nightly.0 " ,
3
+ "version" : " 5.1.2-nightly.1 " ,
4
4
"description" : " Contracts-only DApp template for Embark" ,
5
5
"homepage" : " https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme" ,
6
6
"bugs" : " https://github.com/embarklabs/embark/issues" ,
28
28
"url" : " https://github.com/embarklabs/embark.git"
29
29
},
30
30
"devDependencies" : {
31
- "embark" : " ^5.1.2-nightly.0 " ,
31
+ "embark" : " ^5.1.2-nightly.1 " ,
32
32
"embark-reset" : " ^5.1.1" ,
33
33
"embarkjs" : " ^5.1.1" ,
34
34
"embarkjs-ens" : " ^5.1.1" ,
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
+ ## [ 5.1.2-nightly.1] ( https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1 ) (2020-02-06)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-test-app
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.1.2-nightly.0] ( https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0 ) (2020-02-05)
7
15
8
16
** Note:** Version bump only for package embark-dapp-test-app
Original file line number Diff line number Diff line change 3
3
"devDependencies" : {
4
4
"@babel/code-frame" : " 7.5.5" ,
5
5
"bootstrap" : " 3.4.1" ,
6
- "embark" : " ^5.1.2-nightly.0 " ,
6
+ "embark" : " ^5.1.2-nightly.1 " ,
7
7
"embark-dapp-test-service" : " ^5.0.0" ,
8
8
"embark-i18n" : " ^5.1.1" ,
9
9
"embark-reset" : " ^5.1.1" ,
32
32
"reset" : " npx embark-reset && npx rimraf embark-*.tgz package" ,
33
33
"test" : " npx embark test"
34
34
},
35
- "version" : " 5.1.2-nightly.0 "
35
+ "version" : " 5.1.2-nightly.1 "
36
36
}
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
+ ## [ 5.1.2-nightly.1] ( https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1 ) (2020-02-06)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-test-contracts
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.1.2-nightly.0] ( https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0 ) (2020-02-05)
7
15
8
16
You can’t perform that action at this time.
0 commit comments