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 252fe64 commit 5bb0941
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/grumpy-ants-dance.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.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@tenderly/hre-extender-v2": "2.3.1"
},
"changesets": [
"grumpy-ants-dance",
"late-meals-jam"
]
}
6 changes: 6 additions & 0 deletions packages/hre-extender-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tenderly/hardhat-tenderly

## 1.9.1-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.9.1-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hre-extender-v1/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": "1.9.1-beta.0",
"version": "1.9.1-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 5bb0941

Please sign in to comment.