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 24, 2024
1 parent 466bcf0 commit ba147d8
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .changeset/late-meals-jam.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.
13 changes: 2 additions & 11 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,12 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"tenderly": "0.8.0",
"@tenderly/hardhat-tenderly": "2.1.0",
"@tenderly/hre-extender-v2": "2.3.0",
"@tenderly/api-client": "1.0.0",
"@tenderly/hardhat-integration": "1.0.0",
"@tenderly/hre-extender-v1": "1.9.0-beta.3"
"@tenderly/hre-extender-v2": "2.3.1"
},
"changesets": [
"afraid-eggs-join",
"dull-crews-pump",
"lovely-oranges-kick",
"modern-ants-work",
"rare-pans-buy",
"soft-insects-suffer",
"tricky-knives-arrive",
"tricky-tips-smile"
"late-meals-jam"
]
}
9 changes: 9 additions & 0 deletions packages/hre-extender-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tenderly/hardhat-tenderly

## 1.9.1-beta.0

### 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.

- Updated dependencies []:
- @tenderly/hardhat-integration@1.0.2-beta.0

## 1.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.9.1-beta.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"ethers": "^5.7.2",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"dotenv": "^16.4.5",
"@tenderly/hardhat-integration": "^1.0.0"
"@tenderly/hardhat-integration": "^1.0.2-beta.0"
}
}
7 changes: 7 additions & 0 deletions packages/hre-extender-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tenderly/hardhat-tenderly

## 2.3.2-beta.0

### Patch Changes

- Updated dependencies []:
- @tenderly/hardhat-integration@1.0.2-beta.0

## 2.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "2.3.2-beta.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -43,6 +43,6 @@
"ethers": "^6.8.1",
"dotenv": "^16.4.5",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@tenderly/hardhat-integration": "^1.0.0"
"@tenderly/hardhat-integration": "^1.0.2-beta.0"
}
}
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.0

### 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.1

### 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.1",
"version": "1.0.2-beta.0",
"main": "internal/lib/tenderly-lib.js",
"types": "internal/lib/tenderly-lib.d.ts",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/tenderly-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tenderly/hardhat-tenderly

## 1.0.2-beta.0

### 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.

- Updated dependencies []:
- @tenderly/api-client@1.0.2-beta.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.0.2-beta.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"tslog": "^4.3.1",
"typescript": "^5.5.4",
"dotenv": "^16.4.5",
"@tenderly/api-client": "^1.0.0",
"@tenderly/api-client": "^1.0.2-beta.0",
"npm-registry-fetch": "^17.1.0",
"semver": "^7.6.3"
},
Expand Down

0 comments on commit ba147d8

Please sign in to comment.