Skip to content

Commit e76d1ff

Browse files
authored
Update release script (#486)
* special cases * v3.9.3-0
1 parent 35c85e0 commit e76d1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/package.json

+1-1
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.9.2",
4+
"version": "3.9.3-0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

scripts/package-release.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const artifactsForgeDir = path.join(__dirname, "..", "artifacts_forge");
66
const contractsDir = path.join(__dirname, "..", "contracts");
77
const contractArtifactsDir = path.join(__dirname, "..", "contract_artifacts");
88

9-
const specialCases: string[] = ["IBaseRouter.sol"];
9+
const specialCases: string[] = ["IBaseRouter.sol", "MockContractPublisher.sol"];
1010

1111
async function getAllSolidityFiles(dir: string): Promise<string[]> {
1212
const dirents = await fs.readdir(dir, { withFileTypes: true });

0 commit comments

Comments
 (0)