Skip to content

Commit

Permalink
Version Packages (#257)
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] authored Nov 21, 2024
1 parent e4a2926 commit fd3a411
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-onions-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-lobsters-joke.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/tenderly-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tenderly

## 1.1.0

### Minor Changes

- [#255](https://github.com/Tenderly/hardhat-tenderly/pull/255) [`d26fc6660acadd680c65f3a18bbf4c367ddf8893`](https://github.com/Tenderly/hardhat-tenderly/commit/d26fc6660acadd680c65f3a18bbf4c367ddf8893) Thanks [@dule-git](https://github.com/dule-git)! - Implemented private and public ABI verification for Lens Testnet

- [#256](https://github.com/Tenderly/hardhat-tenderly/pull/256) [`e4a292637fdff554c8e4015374fee53d6fb0902b`](https://github.com/Tenderly/hardhat-tenderly/commit/e4a292637fdff554c8e4015374fee53d6fb0902b) Thanks [@dule-git](https://github.com/dule-git)! - Implemented private and public ABI verification for Lens Testnet

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

## 1.1.0

### Minor Changes

- [#255](https://github.com/Tenderly/hardhat-tenderly/pull/255) [`d26fc6660acadd680c65f3a18bbf4c367ddf8893`](https://github.com/Tenderly/hardhat-tenderly/commit/d26fc6660acadd680c65f3a18bbf4c367ddf8893) Thanks [@dule-git](https://github.com/dule-git)! - Implemented private and public ABI verification for Lens Testnet

- [#256](https://github.com/Tenderly/hardhat-tenderly/pull/256) [`e4a292637fdff554c8e4015374fee53d6fb0902b`](https://github.com/Tenderly/hardhat-tenderly/commit/e4a292637fdff554c8e4015374fee53d6fb0902b) Thanks [@dule-git](https://github.com/dule-git)! - Implemented private and public ABI verification for Lens Testnet

### Patch Changes

- Updated dependencies [[`d26fc6660acadd680c65f3a18bbf4c367ddf8893`](https://github.com/Tenderly/hardhat-tenderly/commit/d26fc6660acadd680c65f3a18bbf4c367ddf8893), [`e4a292637fdff554c8e4015374fee53d6fb0902b`](https://github.com/Tenderly/hardhat-tenderly/commit/e4a292637fdff554c8e4015374fee53d6fb0902b)]:
- @tenderly/api-client@1.1.0

## 1.0.2

### 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.2",
"version": "1.1.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.1.0",
"npm-registry-fetch": "^17.1.0",
"semver": "^7.6.3"
},
Expand Down

0 comments on commit fd3a411

Please sign in to comment.