Skip to content

Commit 8567e0b

Browse files
committed
v4.2.0
1 parent a29cca5 commit 8567e0b

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "4.1.3",
6+
"version": "4.2.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"workspaces": [

packages/neon-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cityofzion/neon-api",
33
"description": "Neon-API module: High level API for neon-js",
4-
"version": "4.1.3",
4+
"version": "4.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/CityOfZion/neon-js.git"
@@ -32,8 +32,8 @@
3232
"test:unit": "jest /packages/.*/__tests__/.*"
3333
},
3434
"dependencies": {
35-
"axios": "^0.18.0",
36-
"@cityofzion/neon-core": "^4.1.3"
35+
"@cityofzion/neon-core": "^4.2.0",
36+
"axios": "^0.18.0"
3737
},
3838
"peerDependencies": {
3939
"@cityofzion/neon-core": "^4.0.0"

packages/neon-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cityofzion/neon-core",
33
"description": "Neon-JS Core functionality",
4-
"version": "4.1.3",
4+
"version": "4.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/CityOfZion/neon-js.git"

packages/neon-domain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cityofzion/neon-domain",
33
"description": "Neon-Domain Module",
4-
"version": "1.0.0",
4+
"version": "4.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/CityOfZion/neon-js.git"

packages/neon-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cityofzion/neon-js",
33
"description": "Neon-JS SDK for interacting with NEO blockchain",
4-
"version": "4.1.3",
4+
"version": "4.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/CityOfZion/neon-js.git"
@@ -30,9 +30,9 @@
3030
"pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\""
3131
},
3232
"dependencies": {
33-
"@cityofzion/neon-api": "^4.1.3",
34-
"@cityofzion/neon-core": "^4.1.3",
35-
"@cityofzion/neon-nep5": "^4.1.3"
33+
"@cityofzion/neon-api": "^4.2.0",
34+
"@cityofzion/neon-core": "^4.2.0",
35+
"@cityofzion/neon-nep5": "^4.2.0"
3636
},
3737
"devDependencies": {
3838
"clean-webpack-plugin": "^0.1.19",

packages/neon-nep5/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cityofzion/neon-nep5",
33
"description": "Neon-NEP5 Module",
4-
"version": "4.1.3",
4+
"version": "4.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/CityOfZion/neon-js.git"
@@ -32,7 +32,7 @@
3232
"test:unit": "jest /packages/.*/__tests__/.*"
3333
},
3434
"dependencies": {
35-
"@cityofzion/neon-core": "^4.1.3"
35+
"@cityofzion/neon-core": "^4.2.0"
3636
},
3737
"peerDependencies": {
3838
"@cityofzion/neon-core": "^4.0.0"

packages/neon-nep9/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cityofzion/neon-nep9",
33
"description": "Neon-NEP9 Module",
4-
"version": "4.1.3",
4+
"version": "4.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/CityOfZion/neon-js.git"
@@ -31,7 +31,7 @@
3131
"test:unit": "jest /packages/.*/__tests__/.*"
3232
},
3333
"dependencies": {
34-
"@cityofzion/neon-core": "^4.0.0"
34+
"@cityofzion/neon-core": "^4.2.0"
3535
},
3636
"peerDependencies": {
3737
"@cityofzion/neon-core": "^4.0.0"

0 commit comments

Comments
 (0)