Skip to content

Commit

Permalink
feat: upgrade versions
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
  • Loading branch information
raymondfeng committed Dec 26, 2023
1 parent 740e5fa commit 1069d78
Show file tree
Hide file tree
Showing 30 changed files with 187 additions and 91 deletions.
18 changes: 0 additions & 18 deletions .changeset/nice-crews-kiss.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/ethers-v5-nodenext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example-ethers-v5-nodenext

## 0.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
6 changes: 3 additions & 3 deletions examples/ethers-v5-nodenext/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-ethers-v5-nodenext",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@collabland/typechain-ethers-v5": "workspace:^11.1.2",
"@collabland/typechain-ethers-v5": "workspace:^11.2.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"@collabland/typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/ethers-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example-ethers-v5

## 0.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
6 changes: 3 additions & 3 deletions examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-ethers-v5",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@collabland/typechain-ethers-v5": "workspace:^11.1.2",
"@collabland/typechain-ethers-v5": "workspace:^11.2.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"@collabland/typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/ethers-v6-nodenext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example-ethers-v6-nodenext

## 0.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
6 changes: 3 additions & 3 deletions examples/ethers-v6-nodenext/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-ethers-v6-nodenext",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",
"type": "module",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@collabland/typechain-ethers-v6": "workspace:^0.5.1",
"@collabland/typechain-ethers-v6": "workspace:^0.6.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"@collabland/typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example-ethers-v6

## 0.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
6 changes: 3 additions & 3 deletions examples/ethers-v6/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-ethers-v6",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@collabland/typechain-ethers-v6": "workspace:^0.5.1",
"@collabland/typechain-ethers-v6": "workspace:^0.6.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"@collabland/typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# hardhat-example

## 1.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
8 changes: 4 additions & 4 deletions examples/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-example",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@collabland/typechain-ethers-v6": "workspace:^0.5.1",
"@collabland/typechain-hardhat": "workspace:^9.1.0",
"@collabland/typechain-ethers-v6": "workspace:^0.6.0",
"@collabland/typechain-hardhat": "workspace:^9.2.0",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
Expand All @@ -29,7 +29,7 @@
"@ethersproject/abi": "5.4.0",
"hardhat": "^2.9.9",
"ts-node": "^10.7.0",
"@collabland/typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": "^4.9.5"
},
"dependencies": {}
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @collabland/typechain-hardhat-test

## 1.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
10 changes: 5 additions & 5 deletions packages/hardhat-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@collabland/typechain-hardhat-test",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
Expand All @@ -18,11 +18,11 @@
"@ethersproject/providers": "^5.4.7",
"@ethersproject/abi": "^5.4.7",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@collabland/typechain-ethers-v6": "workspace:^0.5.1",
"@collabland/typechain-hardhat": "workspace:^9.1.0",
"@collabland/typechain-ethers-v6": "workspace:^0.6.0",
"@collabland/typechain-hardhat": "workspace:^9.2.0",
"ethers": "~6.3.0",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
"@collabland/typechain": "workspace:^8.3.2"
"test-utils": "1.1.0",
"@collabland/typechain": "workspace:^8.4.0"
}
}
11 changes: 11 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @collabland/typechain-hardhat

## 9.2.0

### Minor Changes

- 740e5fa: Fix ESM code gen

### Patch Changes

- Updated dependencies [740e5fa]
- @collabland/typechain@8.4.0

## 9.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"smartcontract",
"blockchain"
],
"version": "9.1.0",
"version": "9.2.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,17 +34,17 @@
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@collabland/typechain-ethers-v6": "workspace:^0.5.1",
"@collabland/typechain-ethers-v6": "workspace:^0.6.0",
"@types/fs-extra": "^9.0.7",
"@types/rimraf": "^3.0.0",
"ethers": "^6.1.0",
"hardhat": "^2.9.9",
"rimraf": "^3.0.2",
"@collabland/typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": "^4"
},
"peerDependencies": {
"hardhat": "^2.9.9",
"@collabland/typechain": "workspace:^8.3.2"
"@collabland/typechain": "workspace:^8.4.0"
}
}
7 changes: 7 additions & 0 deletions packages/target-ethers-v5-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @collabland/typechain-ethers-v5-test

## 1.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
6 changes: 3 additions & 3 deletions packages/target-ethers-v5-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@collabland/typechain-ethers-v5-test",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
Expand All @@ -16,8 +16,8 @@
},
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"@collabland/typechain": "workspace:^8.3.2"
"test-utils": "1.1.0",
"@collabland/typechain": "workspace:^8.4.0"
},
"dependencies": {
"@ethersproject/abi": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/target-ethers-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @collabland/typechain-ethers-v5

## 11.2.0

### Minor Changes

- 740e5fa: Fix ESM code gen

### Patch Changes

- Updated dependencies [740e5fa]
- @collabland/typechain@8.4.0

## 11.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/target-ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "11.1.2",
"version": "11.2.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@ethersproject/abi": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"ethers": "^5.1.3",
"@collabland/typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": ">=4.3.0"
},
"devDependencies": {
Expand All @@ -45,8 +45,8 @@
"@ethersproject/providers": "^5.0.0",
"@types/lodash": "^4.14.139",
"ethers": "^5.1.3",
"test-utils": "1.0.0",
"@collabland/typechain": "workspace:^8.3.2",
"test-utils": "1.1.0",
"@collabland/typechain": "workspace:^8.4.0",
"typescript": ">=4.3.0",
"@types/proxyquire": "^1.3.28",
"proxyquire": "^2.1.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/target-ethers-v6-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @collabland/typechain-ethers-v6-test

## 1.1.0

### Minor Changes

- 740e5fa: Fix ESM code gen
6 changes: 3 additions & 3 deletions packages/target-ethers-v6-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@collabland/typechain-ethers-v6-test",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
Expand All @@ -16,8 +16,8 @@
},
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"@collabland/typechain": "workspace:^8.3.2"
"test-utils": "1.1.0",
"@collabland/typechain": "workspace:^8.4.0"
},
"dependencies": {
"ethers": "6.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/target-ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @collabland/typechain-ethers-v6

## 0.6.0

### Minor Changes

- 740e5fa: Fix ESM code gen

### Patch Changes

- Updated dependencies [740e5fa]
- @collabland/typechain@8.4.0

## 0.5.1

### Patch Changes
Expand Down
Loading

0 comments on commit 1069d78

Please sign in to comment.