File tree Expand file tree Collapse file tree 18 files changed +94
-16
lines changed Expand file tree Collapse file tree 18 files changed +94
-16
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.2.1] ( https://github.com/embarklabs/embark/compare/v5.2.0...v5.2.1 ) (2020-02-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** @embark/ganache :** fix status when ganache is not the client ([ 37fbc80] ( https://github.com/embarklabs/embark/commit/37fbc80 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 5.2.0] ( https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0 ) (2020-02-18)
7
18
8
19
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.2.1] ( https://github.com/embarklabs/embark/compare/v5.2.0...v5.2.1 ) (2020-02-18)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-template-boilerplate
9
+
10
+
11
+
12
+
13
+
6
14
# [ 5.2.0] ( https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0 ) (2020-02-18)
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.2.0 " ,
3
+ "version" : " 5.2.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.2.0 " ,
35
+ "embark" : " ^5.2.1 " ,
36
36
"embark-geth" : " ^5.2.0" ,
37
37
"embark-graph" : " ^5.2.0" ,
38
38
"embark-ipfs" : " ^5.2.0" ,
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.2.1] ( https://github.com/embarklabs/embark/compare/v5.2.0...v5.2.1 ) (2020-02-18)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-template-demo
9
+
10
+
11
+
12
+
13
+
6
14
# [ 5.2.0] ( https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0 ) (2020-02-18)
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.2.0 " ,
3
+ "version" : " 5.2.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.2.0 " ,
37
+ "embark" : " ^5.2.1 " ,
38
38
"embark-geth" : " ^5.2.0" ,
39
39
"embark-graph" : " ^5.2.0" ,
40
40
"embark-ipfs" : " ^5.2.0" ,
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.2.1] ( https://github.com/embarklabs/embark/compare/v5.2.0...v5.2.1 ) (2020-02-18)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-template-simple
9
+
10
+
11
+
12
+
13
+
6
14
# [ 5.2.0] ( https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0 ) (2020-02-18)
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.2.0 " ,
3
+ "version" : " 5.2.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.2.0 " ,
31
+ "embark" : " ^5.2.1 " ,
32
32
"embark-geth" : " ^5.2.0" ,
33
33
"embark-graph" : " ^5.2.0" ,
34
34
"embark-parity" : " ^5.2.0" ,
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.2.1] ( https://github.com/embarklabs/embark/compare/v5.2.0...v5.2.1 ) (2020-02-18)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-test-app
9
+
10
+
11
+
12
+
13
+
6
14
# [ 5.2.0] ( https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0 ) (2020-02-18)
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.2.0 " ,
6
+ "embark" : " ^5.2.1 " ,
7
7
"embark-dapp-test-service" : " ^5.0.0" ,
8
8
"embark-geth" : " ^5.2.0" ,
9
9
"embark-graph" : " ^5.2.0" ,
39
39
"reset" : " npx embark-reset && npx rimraf embark-*.tgz package" ,
40
40
"test" : " npx embark test"
41
41
},
42
- "version" : " 5.2.0 "
42
+ "version" : " 5.2.1 "
43
43
}
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.2.1] ( https://github.com/embarklabs/embark/compare/v5.2.0...v5.2.1 ) (2020-02-18)
7
+
8
+ ** Note:** Version bump only for package embark-dapp-test-contracts
9
+
10
+
11
+
12
+
13
+
6
14
# [ 5.2.0] ( https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0 ) (2020-02-18)
7
15
8
16
** Note:** Version bump only for package embark-dapp-test-contracts
You can’t perform that action at this time.
0 commit comments