Skip to content

Commit

Permalink
Version packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git committed Feb 20, 2023
1 parent 870e30d commit dc243e4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
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.4.0

### Minor Changes

- Implemented multi-compiler fork verification.

## 0.3.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.3.0",
"version": "0.4.0",
"main": "internal/lib/tenderly-lib.js",
"types": "internal/lib/tenderly-lib.d.ts",
"repository": {
Expand Down
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.0.0

### Minor Changes

- Implemented multi-compiler fork verification.

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.5.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.3",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -56,11 +56,11 @@
"hardhat": "^2.10.2",
"hardhat-deploy": "^0.11.14",
"js-yaml": "^4.1.0",
"tenderly": "^0.3.0",
"tenderly": "^0.4.0",
"tslog": "^4.3.1"
},
"peerDependencies": {
"hardhat": "^2.10.2",
"tenderly": "^0.3.0"
"tenderly": "^0.4.0"
}
}

0 comments on commit dc243e4

Please sign in to comment.