Skip to content

Commit e9f741c

Browse files
committed
v0.0.48
1 parent 2a22f03 commit e9f741c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

abi/package.json

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

contracts/package.json

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

lerna.json

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

lib/package.json

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

spec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidstate/spec",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
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.47"
29+
"@solidstate/library": "^0.0.48"
3030
},
3131
"files": [
3232
"dist/"

0 commit comments

Comments
 (0)