Skip to content

Commit a6d3368

Browse files
Release 3.10.3 (#542)
* enforce node >=18 instead of 20 * Update github action to use node 18 * pkg release 3.10.3 * update SDK --------- Co-authored-by: Joaquim Verges <[email protected]>
1 parent 3935bec commit a6d3368

File tree

6 files changed

+20
-19
lines changed

6 files changed

+20
-19
lines changed

.github/composite-actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Node.js
88
uses: actions/setup-node@v3
99
with:
10-
node-version: 16
10+
node-version: 18
1111
registry-url: "https://registry.npmjs.org"
1212
cache: "yarn"
1313

.github/workflows/slither.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
submodules: recursive
2525
fetch-depth: 25
26+
node-version: 18
2627

2728
- name: Setup Project
2829
uses: ./.github/composite-actions/setup
@@ -37,7 +38,6 @@ jobs:
3738
continue-on-error: true
3839
id: slither
3940
with:
40-
node-version: 16
4141
sarif: results.sarif
4242

4343
- name: Upload SARIF file

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
submodules: recursive
3232
fetch-depth: 25
33+
node-version: 18
3334

3435
- name: Setup Project
3536
uses: ./.github/composite-actions/setup

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thirdweb-dev/contracts",
33
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
4-
"version": "3.10.3-1",
4+
"version": "3.10.3",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"@chainlink/contracts": "^0.6.1",
1212
"@openzeppelin/contracts": "4.7.3",
1313
"@openzeppelin/contracts-upgradeable": "4.7.3",
14-
"@thirdweb-dev/dynamic-contracts": "^1.1.2",
15-
"@thirdweb-dev/sdk": "^4",
1614
"@thirdweb-dev/chains": "^0.1.54",
15+
"@thirdweb-dev/dynamic-contracts": "^1.1.2",
16+
"@thirdweb-dev/sdk": "^4.0.4",
1717
"@typechain/ethers-v5": "^10.0.0",
1818
"@types/fs-extra": "^9.0.13",
1919
"@types/mocha": "^9.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -520,17 +520,17 @@
520520
resolved "https://registry.yarnpkg.com/@thirdweb-dev/chains/-/chains-0.1.54.tgz#90e5c372a1d9cd785c51715bfbeba276ca2a203f"
521521
integrity sha512-iCuKgtN2KIdfgqbIbZYgB8ObYdOJW9iXW9b5u+WKA4zyGApw1MTOSX0W2aPnadGen1z4iQfAuUDBYQ6JVqDOjg==
522522

523-
"@thirdweb-dev/[email protected].15":
524-
version "1.3.15"
525-
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts-js/-/contracts-js-1.3.15.tgz#1e9df70cc4333ab2d6f0af5f0e9f2e26b043d9c9"
526-
integrity sha512-ACKwjYPgTkhwvFvAbJudCZ9tQJIKpkaTKeq/tVBt3A2OXfAb8jc33Iu78K5WYoX0E0wvGqSxU8K8vkxij+RsnA==
523+
"@thirdweb-dev/[email protected].16":
524+
version "1.3.16"
525+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts-js/-/contracts-js-1.3.16.tgz#264727b40b0f320c01eefcb4295e89c9e9947002"
526+
integrity sha512-EpLcD5mdm8b+tvSO7gD9cxSAqjLRr7ygktMp4Pe7Wvobl5ffq8O95futxdVsYc5pyciPZYr8apHUJFYMDlaTqA==
527527
dependencies:
528-
"@thirdweb-dev/contracts" "3.10.3-1"
528+
"@thirdweb-dev/contracts" "3.10.3"
529529

530-
"@thirdweb-dev/[email protected]-1":
531-
version "3.10.3-1"
532-
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts/-/contracts-3.10.3-1.tgz#0f970fa0b9c821cd9036bb51334ab92083123a96"
533-
integrity sha512-eiGS1Q2+Ge48yEO+kBw0DqR6eTN6ip4vrY0eBoaUrpcFAudd+aW+qszxCFBUuKSHIxvRs3Ul2b64pdYFEXzMIA==
530+
"@thirdweb-dev/[email protected]":
531+
version "3.10.3"
532+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts/-/contracts-3.10.3.tgz#985b890b2bac051bc69a9108ac9e9df0fd37a1c1"
533+
integrity sha512-wSVNaEoosn0AgUtnxlvv7rgK+3EUMzJm2ZasofPgJgqGS3gYH5nDBmK29VMquA2BLc38OAPyYMWc/iQCiCikMg==
534534
dependencies:
535535
"@chainlink/contracts" "^0.6.1"
536536
"@openzeppelin/contracts" "4.7.3"
@@ -548,13 +548,13 @@
548548
resolved "https://registry.yarnpkg.com/@thirdweb-dev/generated-abis/-/generated-abis-0.0.1.tgz#0d788d6aff0ac08f11e9eeb9ae4c8321845272a8"
549549
integrity sha512-vO9/3lSLO8smyyH1QVeYravSTzFwV1nf1C/Im1NBDPdH8//YvcbhtETGGiNfHWpyCvSi0vRYwvf+/7FKdwpDGQ==
550550

551-
"@thirdweb-dev/sdk@^4":
552-
version "4.0.3"
553-
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-4.0.3.tgz#51dc8eddca91a342467b4e712431d41cc3d8fd89"
554-
integrity sha512-VcS0XjCxddiHYy+bavnMm0VliEnrSexp8hwzU2yBlxAXbnqm+H6EAfNHHVoJwFlWsG9y056s7YPzBlv6yZlk0w==
551+
"@thirdweb-dev/sdk@^4.0.4":
552+
version "4.0.4"
553+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-4.0.4.tgz#bcc5c4a0b349fbf1255727444a77947c7264f591"
554+
integrity sha512-iLHP44L2h4UG2u/DKNoSA4Os21d3Wm5Sc+PEOxF5+FLr+kkQe0dSVFq4w//r7t6sQIuA1nRTZEEObrdU1EtfLA==
555555
dependencies:
556556
"@thirdweb-dev/chains" "0.1.54"
557-
"@thirdweb-dev/contracts-js" "1.3.15"
557+
"@thirdweb-dev/contracts-js" "1.3.16"
558558
"@thirdweb-dev/generated-abis" "0.0.1"
559559
"@thirdweb-dev/storage" "2.0.0"
560560
abitype "^0.2.5"

0 commit comments

Comments
 (0)