Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Jul 23, 2019
1 parent 902c43b commit 4f6f4d9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.6.1",
"version": "4.7.0",
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/neon-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-api",
"description": "Neon-API module: High level API for neon-js",
"version": "4.6.0",
"version": "4.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:unit": "jest /packages/.*/__tests__/.*"
},
"dependencies": {
"@cityofzion/neon-core": "^4.6.0",
"@cityofzion/neon-core": "^4.7.0",
"axios": "0.19.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-core",
"description": "Neon-JS Core functionality",
"version": "4.6.0",
"version": "4.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/neon-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-js",
"description": "Neon-JS SDK for interacting with NEO blockchain",
"version": "4.6.1",
"version": "4.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -30,9 +30,9 @@
"pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\""
},
"dependencies": {
"@cityofzion/neon-api": "^4.6.0",
"@cityofzion/neon-core": "^4.6.0",
"@cityofzion/neon-nep5": "^4.6.1"
"@cityofzion/neon-api": "^4.7.0",
"@cityofzion/neon-core": "^4.7.0",
"@cityofzion/neon-nep5": "^4.7.0"
},
"files": [
"dist/"
Expand Down
4 changes: 2 additions & 2 deletions packages/neon-nep5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-nep5",
"description": "Neon-NEP5 Module",
"version": "4.6.1",
"version": "4.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:unit": "jest /packages/.*/__tests__/.*"
},
"dependencies": {
"@cityofzion/neon-core": "^4.6.0"
"@cityofzion/neon-core": "^4.7.0"
},
"peerDependencies": {
"@cityofzion/neon-core": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/neon-nep9/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-nep9",
"description": "Neon-NEP9 Module",
"version": "4.6.0",
"version": "4.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:unit": "jest /packages/.*/__tests__/.*"
},
"dependencies": {
"@cityofzion/neon-core": "^4.6.0"
"@cityofzion/neon-core": "^4.7.0"
},
"peerDependencies": {
"@cityofzion/neon-core": "^4.0.0"
Expand Down

0 comments on commit 4f6f4d9

Please sign in to comment.