Skip to content

Commit

Permalink
changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git committed Sep 25, 2024
1 parent 8a6ab1f commit 943a1fd
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changeset/cool-garlics-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@tenderly/hardhat-integration": patch
"@tenderly/hardhat-tenderly": patch
"@tenderly/api-client": patch
---

Added alerts if ethers and hardhat-tenderly versions are not compatible for each other (ethersv5 and hardhat-tenderly@2.x.x, or ethersv6 and hardhat-tenderly@1.x.x. Also added alerts if there's a new hardhat-tenderly version available.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"@tenderly/hardhat-tenderly": "2.1.0",
"@tenderly/api-client": "1.0.0",
"@tenderly/hardhat-integration": "1.0.0",
"@tenderly/hre-extender-v2": "2.3.1"
"@tenderly/hre-extender-v2": "2.3.1",
"@tenderly/hre-extender-v1": "1.9.1-beta.0"
},
"changesets": [
"cool-garlics-count",
"late-meals-jam"
]
}
6 changes: 6 additions & 0 deletions packages/hre-extender-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tenderly/hardhat-tenderly

## 2.3.2-beta.1

### Patch Changes

- Added alerts if ethers and hardhat-tenderly versions are not compatible for each other (ethersv5 and hardhat-tenderly@2.x.x, or ethersv6 and hardhat-tenderly@1.x.x. Also added alerts if there's a new hardhat-tenderly version available.

## 2.3.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hre-extender-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
"version": "2.3.2-beta.0",
"version": "2.3.2-beta.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tenderly-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tenderly

## 1.0.2-beta.1

### Patch Changes

- Added alerts if ethers and hardhat-tenderly versions are not compatible for each other (ethersv5 and hardhat-tenderly@2.x.x, or ethersv6 and hardhat-tenderly@1.x.x. Also added alerts if there's a new hardhat-tenderly version available.

## 1.0.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tenderly-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "",
"version": "1.0.2-beta.0",
"version": "1.0.2-beta.1",
"main": "internal/lib/tenderly-lib.js",
"types": "internal/lib/tenderly-lib.d.ts",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tenderly-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tenderly/hardhat-tenderly

## 1.0.2-beta.1

### Patch Changes

- Added alerts if ethers and hardhat-tenderly versions are not compatible for each other (ethersv5 and hardhat-tenderly@2.x.x, or ethersv6 and hardhat-tenderly@1.x.x. Also added alerts if there's a new hardhat-tenderly version available.

## 1.0.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tenderly-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Hardhat plugin for integration with Tenderly",
"version": "1.0.2-beta.0",
"version": "1.0.2-beta.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down

0 comments on commit 943a1fd

Please sign in to comment.