Skip to content

Commit b98133f

Browse files
committed
v0.0.47
1 parent 430817f commit b98133f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

abi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidstate/abi",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"author": "Nick Barry",
55
"license": "MIT",
66
"description": "ABIs for SolidState contracts",

contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidstate/contracts",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"author": "Nick Barry",
55
"license": "MIT",
66
"description": "Solidity library for flexible smart contract development",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.46",
2+
"version": "0.0.47",
33
"packages": ["abi", "contracts", "lib", "spec"],
44
"command": {
55
"publish": {

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidstate/library",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"author": "Nick Barry",
55
"license": "MIT",
66
"description": "SolidState utility library",

spec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidstate/spec",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"author": "Nick Barry",
55
"license": "MIT",
66
"description": "Portable specifications for SolidState contracts",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@ethereum-waffle/mock-contract": "^3.4.4",
29-
"@solidstate/library": "^0.0.46"
29+
"@solidstate/library": "^0.0.47"
3030
},
3131
"files": [
3232
"dist/"

0 commit comments

Comments
 (0)