Skip to content

Commit 92cd5fd

Browse files
committed
v0.0.41
1 parent 245830e commit 92cd5fd

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.40",
3+
"version": "0.0.41",
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.40",
3+
"version": "0.0.41",
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.40",
2+
"version": "0.0.41",
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.40",
3+
"version": "0.0.41",
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.40",
3+
"version": "0.0.41",
44
"author": "Nick Barry",
55
"license": "MIT",
66
"description": "Portable specifications for SolidState contracts",
@@ -25,7 +25,7 @@
2525
"tsc-clean": "tsc --build --clean tsconfig.json"
2626
},
2727
"dependencies": {
28-
"@solidstate/library": "^0.0.40"
28+
"@solidstate/library": "^0.0.41"
2929
},
3030
"files": [
3131
"dist/"

0 commit comments

Comments
 (0)