Skip to content

Commit

Permalink
changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git committed Sep 23, 2024
1 parent 7e167e9 commit f6de15b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"modern-ants-work",
"rare-pans-buy",
"soft-insects-suffer",
"tricky-knives-arrive",
"tricky-tips-smile"
]
}
5 changes: 5 additions & 0 deletions .changeset/tricky-knives-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tenderly/hardhat-tenderly": minor
---

Restructured the package
4 changes: 2 additions & 2 deletions packages/hre-extender-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tenderly/hardhat-tenderly",
"name": "@tenderly/hre-extender-v1",
"author": "Tenderly",
"private": false,
"private": true,
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
Expand Down
6 changes: 6 additions & 0 deletions packages/hre-extender-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tenderly/hre-extender-v2

## 2.4.0-beta.2

### Minor Changes

- Restructured the package

## 2.4.0-beta.1

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hre-extender-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tenderly/hre-extender-v2",
"name": "@tenderly/hardhat-tenderly",
"author": "Tenderly",
"private": true,
"private": false,
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
"version": "2.4.0-beta.1",
"version": "2.4.0-beta.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down

0 comments on commit f6de15b

Please sign in to comment.