From fd3a4118b5a20435b732577c1da0bccccfb308c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:49:23 +0100 Subject: [PATCH] Version Packages (#257) Co-authored-by: github-actions[bot] --- .changeset/short-onions-knock.md | 6 ------ .changeset/tough-lobsters-joke.md | 6 ------ packages/tenderly-core/CHANGELOG.md | 8 ++++++++ packages/tenderly-core/package.json | 2 +- packages/tenderly-hardhat/CHANGELOG.md | 13 +++++++++++++ packages/tenderly-hardhat/package.json | 4 ++-- 6 files changed, 24 insertions(+), 15 deletions(-) delete mode 100644 .changeset/short-onions-knock.md delete mode 100644 .changeset/tough-lobsters-joke.md diff --git a/.changeset/short-onions-knock.md b/.changeset/short-onions-knock.md deleted file mode 100644 index 8966258f..00000000 --- a/.changeset/short-onions-knock.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tenderly/hardhat-integration": minor -"@tenderly/api-client": minor ---- - -Implemented private and public ABI verification for Lens Testnet diff --git a/.changeset/tough-lobsters-joke.md b/.changeset/tough-lobsters-joke.md deleted file mode 100644 index 153c1698..00000000 --- a/.changeset/tough-lobsters-joke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tenderly/api-client": minor -"@tenderly/hardhat-integration": minor ---- - -Implemented private and public ABI verification for Lens Testnet diff --git a/packages/tenderly-core/CHANGELOG.md b/packages/tenderly-core/CHANGELOG.md index 34e6325c..91717d01 100644 --- a/packages/tenderly-core/CHANGELOG.md +++ b/packages/tenderly-core/CHANGELOG.md @@ -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 diff --git a/packages/tenderly-core/package.json b/packages/tenderly-core/package.json index b9191464..bbcfc9df 100644 --- a/packages/tenderly-core/package.json +++ b/packages/tenderly-core/package.json @@ -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": { diff --git a/packages/tenderly-hardhat/CHANGELOG.md b/packages/tenderly-hardhat/CHANGELOG.md index a756bb2e..88769e87 100644 --- a/packages/tenderly-hardhat/CHANGELOG.md +++ b/packages/tenderly-hardhat/CHANGELOG.md @@ -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 diff --git a/packages/tenderly-hardhat/package.json b/packages/tenderly-hardhat/package.json index 0669e877..58af01ab 100644 --- a/packages/tenderly-hardhat/package.json +++ b/packages/tenderly-hardhat/package.json @@ -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": { @@ -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" },