Skip to content

Commit

Permalink
Merge pull request #2 from gnosisguild/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jfschwarz authored Aug 27, 2024
2 parents 1774561 + 5f3dd87 commit 589bb53
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-cameras-destroy.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/ethers-v5-nodenext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@gnosis-guild/typechain-ethers-v5": "workspace:^11.1.2",
"@gnosis-guild/typechain-ethers-v5": "workspace:^11.1.3",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@gnosis-guild/typechain-ethers-v5": "workspace:^11.1.2",
"@gnosis-guild/typechain-ethers-v5": "workspace:^11.1.3",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v6-nodenext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.1",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.1",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.1",
"@gnosis-guild/typechain-hardhat": "workspace:^9.1.0",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.2",
"@gnosis-guild/typechain-hardhat": "workspace:^9.1.1",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@ethersproject/providers": "^5.4.7",
"@ethersproject/abi": "^5.4.7",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.1",
"@gnosis-guild/typechain-hardhat": "workspace:^9.1.0",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.2",
"@gnosis-guild/typechain-hardhat": "workspace:^9.1.1",
"ethers": "~6.3.0",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gnosis-guild/typechain-hardhat

## 9.1.1

### Patch Changes

- Updated dependencies [083dea0]
- @gnosis-guild/typechain-ethers-v6@0.5.2

## 9.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.1.1",
"license": "MIT",
"repository": "https://github.com/gnosisguild/TypeChain",
"main": "./dist/index.js",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.1",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.2",
"@types/fs-extra": "^9.0.7",
"@types/rimraf": "^3.0.0",
"ethers": "^6.1.0",
Expand All @@ -44,7 +44,7 @@
"typescript": "^4"
},
"peerDependencies": {
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.1",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.2",
"ethers": "^6.1.0",
"hardhat": "^2.9.9",
"typechain": "workspace:^8.3.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/target-ethers-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gnosis-guild/typechain-ethers-v5

## 11.1.3

### Patch Changes

- 083dea0: Fix clashes with built-in contract properties

## 11.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.3",
"license": "MIT",
"repository": "https://github.com/gnosisguild/TypeChain",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/target-ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gnosis-guild/typechain-ethers-v6

## 0.5.2

### Patch Changes

- 083dea0: Fix clashes with built-in contract properties

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/target-ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"repository": "https://github.com/gnosisguild/TypeChain",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/test-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-e2e

## 9.9.20

### Patch Changes

- Updated dependencies [083dea0]
- @gnosis-guild/typechain-ethers-v5@11.1.3

## 9.9.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-e2e",
"private": true,
"version": "9.9.19",
"version": "9.9.20",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
"format:fix": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write \"./**/*.ts\"",
Expand All @@ -16,7 +16,7 @@
"fs-extra": "^9.1.0",
"@types/fs-extra": "^9.0.7",
"typechain": "workspace:^8.3.2",
"@gnosis-guild/typechain-ethers-v5": "workspace:^11.1.2"
"@gnosis-guild/typechain-ethers-v5": "workspace:^11.1.3"
},
"devDependencies": {
"mocha": "^8.2.0"
Expand Down
29 changes: 14 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 589bb53

Please sign in to comment.