Skip to content

Commit 0ba41af

Browse files
committed
Merge branch 'master' into data-structures
2 parents 7a09e0e + 51c7abf commit 0ba41af

File tree

7 files changed

+594
-489
lines changed

7 files changed

+594
-489
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.42",
3+
"version": "0.0.43",
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.42",
3+
"version": "0.0.43",
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.42",
2+
"version": "0.0.43",
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.42",
3+
"version": "0.0.43",
44
"author": "Nick Barry",
55
"license": "MIT",
66
"description": "SolidState utility library",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typechain/hardhat": "^6.1.3",
2424
"@types/chai": "^4.3.3",
2525
"@types/mocha": "^10.0.0",
26-
"@types/node": "^18.7.23",
26+
"@types/node": "^18.8.3",
2727
"chai": "^4.3.6",
2828
"ethers": "^5.7.1",
2929
"hardhat": "^2.11.2",
@@ -33,7 +33,7 @@
3333
"hardhat-spdx-license-identifier": "^2.0.3",
3434
"husky": "^8.0.1",
3535
"keccak256": "^1.0.6",
36-
"lerna": "^5.5.4",
36+
"lerna": "^5.6.1",
3737
"lint-staged": "^13.0.3",
3838
"merkletreejs": "^0.2.32",
3939
"prettier": "^2.7.1",

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.42",
3+
"version": "0.0.43",
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.42"
28+
"@solidstate/library": "^0.0.43"
2929
},
3030
"files": [
3131
"dist/"

0 commit comments

Comments
 (0)