Skip to content

Commit

Permalink
Merge pull request #9 from gnosisguild/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jfschwarz authored Oct 29, 2024
2 parents 9a04ecf + 5b92b99 commit 2efbf11
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/nasty-years-lie.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.4",
"@gnosis-guild/typechain-hardhat": "workspace:^9.2.0",
"@gnosis-guild/typechain-hardhat": "workspace:^9.2.1",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
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 @@
# @gnosis-guild/typechain-hardhat-test

## 1.0.1

### Patch Changes

- 8a75207: feat: typed `attach` return value
4 changes: 2 additions & 2 deletions packages/hardhat-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gnosis-guild/typechain-hardhat-test",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
Expand All @@ -19,7 +19,7 @@
"@ethersproject/abi": "^5.4.7",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@gnosis-guild/typechain-ethers-v6": "workspace:^0.5.4",
"@gnosis-guild/typechain-hardhat": "workspace:^9.2.0",
"@gnosis-guild/typechain-hardhat": "workspace:^9.2.1",
"ethers": "~6.3.0",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gnosis-guild/typechain-hardhat

## 9.2.1

### Patch Changes

- 8a75207: feat: typed `attach` return value

## 9.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"smartcontract",
"blockchain"
],
"version": "9.2.0",
"version": "9.2.1",
"license": "MIT",
"repository": "https://github.com/gnosisguild/TypeChain",
"main": "./dist/index.js",
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 @@
# @gnosis-guild/typechain-ethers-v6-test

## 1.0.1

### Patch Changes

- 8a75207: feat: typed `attach` return value
2 changes: 1 addition & 1 deletion packages/target-ethers-v6-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gnosis-guild/typechain-ethers-v6-test",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
Expand Down
14 changes: 7 additions & 7 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 2efbf11

Please sign in to comment.