Skip to content

Commit

Permalink
Version Packages (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 23, 2024
1 parent 2485b9c commit d97dc37
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/tiny-steaks-buy.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/contract-verification/ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/hardhat-upgrades": "^3.0.1",
"@openzeppelin/upgrades-core": "^1.32.2",
"@tenderly/hardhat-tenderly": "^2.2.1",
"@tenderly/hardhat-tenderly": "^2.2.2",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
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

## 0.9.1

### Patch Changes

- [#184](https://github.com/Tenderly/hardhat-tenderly/pull/184) [`2485b9c568a5520ed42928d2f6b99fa86c58b54b`](https://github.com/Tenderly/hardhat-tenderly/commit/2485b9c568a5520ed42928d2f6b99fa86c58b54b) Thanks [@dule-git](https://github.com/dule-git)! - Added hardhat example project for ethers-5 and changed AUTOMATIC_POPULATE_HARDHAT_VERIFY_CONFIG to TENDERLY_AUTOMATIC_POPULATE_HARDHAT_VERIFY_CONFIG

## 0.9.0

### Minor 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": "0.9.0",
"version": "0.9.1",
"main": "internal/lib/tenderly-lib.js",
"types": "internal/lib/tenderly-lib.d.ts",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// autogenerated by version-generator.js
export const HARDHAT_TENDERLY_VERSION = "2.2.1";
export const HARDHAT_TENDERLY_VERSION = "2.2.2";
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

## 2.2.2

### Patch Changes

- [#184](https://github.com/Tenderly/hardhat-tenderly/pull/184) [`2485b9c568a5520ed42928d2f6b99fa86c58b54b`](https://github.com/Tenderly/hardhat-tenderly/commit/2485b9c568a5520ed42928d2f6b99fa86c58b54b) Thanks [@dule-git](https://github.com/dule-git)! - Added hardhat example project for ethers-5 and changed AUTOMATIC_POPULATE_HARDHAT_VERIFY_CONFIG to TENDERLY_AUTOMATIC_POPULATE_HARDHAT_VERIFY_CONFIG

## 2.2.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": "2.2.1",
"version": "2.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"ethers": "^6.8.1",
"fs-extra": "^10.1.0",
"hardhat-deploy": "^0.11.43",
"tenderly": "^0.9.0",
"tenderly": "^0.9.1",
"ts-node": "^10.9.1",
"tslog": "^4.3.1",
"typescript": "^5.2.2"
Expand Down

1 comment on commit d97dc37

@ibrahimkhled
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.