Skip to content

Commit

Permalink
Version Packages (#177)
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 5, 2024
1 parent b96d3a8 commit 36c6169
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-melons-bathe.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/contract-verification/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.1.1",
"@tenderly/hardhat-tenderly": "^2.2.0",
"@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.0

### Minor Changes

- [#176](https://github.com/Tenderly/hardhat-tenderly/pull/176) [`b96d3a8f9a1c934f90ed488260956b826f5c5a20`](https://github.com/Tenderly/hardhat-tenderly/commit/b96d3a8f9a1c934f90ed488260956b826f5c5a20) Thanks [@dule-git](https://github.com/dule-git)! - Implement manual and automatic verification of proxies deployed with `@openzeppelin/hardhat-upgrades`.

## 0.8.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.8.0",
"version": "0.9.0",
"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 prebuild.js
export const HARDHAT_TENDERLY_VERSION = "2.1.1";
export const HARDHAT_TENDERLY_VERSION = "2.2.0";
11 changes: 11 additions & 0 deletions packages/tenderly-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tenderly/hardhat-tenderly

## 2.2.0

### Minor Changes

- [#176](https://github.com/Tenderly/hardhat-tenderly/pull/176) [`b96d3a8f9a1c934f90ed488260956b826f5c5a20`](https://github.com/Tenderly/hardhat-tenderly/commit/b96d3a8f9a1c934f90ed488260956b826f5c5a20) Thanks [@dule-git](https://github.com/dule-git)! - Implement manual and automatic verification of proxies deployed with `@openzeppelin/hardhat-upgrades`.

### Patch Changes

- Updated dependencies [[`b96d3a8f9a1c934f90ed488260956b826f5c5a20`](https://github.com/Tenderly/hardhat-tenderly/commit/b96d3a8f9a1c934f90ed488260956b826f5c5a20)]:
- tenderly@0.9.0

## 2.1.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.1.1",
"version": "2.2.0",
"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.8.0",
"tenderly": "^0.9.0",
"ts-node": "^10.9.1",
"tslog": "^4.3.1",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 36c6169

Please sign in to comment.