Skip to content

Commit 5bc1b5d

Browse files
committed
chore: update changeset config
Apply the prerelease config based on a flag of `next`.
1 parent 3a85ea3 commit 5bc1b5d

File tree

4 files changed

+51
-14
lines changed

4 files changed

+51
-14
lines changed

.changeset/config.json

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": false,
44
"commit": false,
55
"linked": [],
66
"access": "public",
7-
"baseBranch": "main",
8-
"updateInternalDependencies": "minor",
9-
"ignore": ["@nomiclabs/common"],
7+
"baseBranch": "v-next",
8+
"updateInternalDependencies": "patch",
9+
"ignore": [
10+
"@nomiclabs/common",
11+
"@nomicfoundation/hardhat-chai-matchers",
12+
"hardhat",
13+
"@nomicfoundation/hardhat-ethers",
14+
"@nomicfoundation/hardhat-foundry",
15+
"@nomicfoundation/hardhat-ledger",
16+
"@nomicfoundation/hardhat-network-helpers",
17+
"hardhat-shorthand",
18+
"@nomicfoundation/hardhat-toolbox",
19+
"@nomicfoundation/hardhat-toolbox-viem",
20+
"@nomicfoundation/hardhat-verify",
21+
"@nomicfoundation/hardhat-viem",
22+
"@nomiclabs/hardhat-vyper",
23+
"@nomicfoundation/hardhat-web3-v4"
24+
],
1025
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1126
"onlyUpdatePeerDependentsWhenOutOfRange": true
1227
}

.changeset/pre.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@nomiclabs/common": "0.0.1",
6+
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "1.0.2",
7+
"@nomicfoundation/eslint-plugin-slow-imports": "1.0.0",
8+
"@nomicfoundation/hardhat-chai-matchers": "2.0.6",
9+
"hardhat": "2.22.4",
10+
"@nomicfoundation/hardhat-ethers": "3.0.6",
11+
"@nomicfoundation/hardhat-foundry": "1.1.2",
12+
"@nomicfoundation/hardhat-ledger": "1.0.3",
13+
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
14+
"hardhat-shorthand": "1.0.0",
15+
"@nomicfoundation/hardhat-toolbox": "5.0.0",
16+
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
17+
"@nomicfoundation/hardhat-verify": "2.0.7",
18+
"@nomicfoundation/hardhat-viem": "2.0.2",
19+
"@nomiclabs/hardhat-vyper": "3.0.6",
20+
"@nomicfoundation/hardhat-web3-v4": "1.0.0",
21+
"@ignored/hardhat-vnext-core": "2.0.0",
22+
"@nomicfoundation/example-project": "3.0.0",
23+
"@ignored/hardhat-vnext": "2.0.0",
24+
"@ignored/hardhat-vnext-build-system": "2.0.0",
25+
"@ignored/hardhat-vnext-errors": "2.0.0",
26+
"@ignored/hardhat-vnext-node-test-reporter": "2.0.0",
27+
"@ignored/hardhat-vnext-utils": "2.0.0",
28+
"@ignored/hardhat-vnext-zod-utils": "2.0.0",
29+
"@nomicfoundation/template-package": "3.0.0"
30+
},
31+
"changesets": []
32+
}

.changeset/seven-tips-float.md

-5
This file was deleted.

.changeset/wise-cheetahs-confess.md

-5
This file was deleted.

0 commit comments

Comments
 (0)