Skip to content

Commit

Permalink
Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Riphal committed Oct 13, 2022
1 parent ded05ac commit 4361752
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/fair-crabs-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tenderly": patch
"@tenderly/hardhat-tenderly": patch
---

Beta test release
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"tenderly": "0.0.1",
"@tenderly/hardhat-tenderly": "1.2.0"
},
"changesets": []
"changesets": [
"fair-crabs-wash"
]
}
7 changes: 7 additions & 0 deletions packages/tenderly-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# tenderly

## 0.0.2-beta.0

### Patch Changes

- Beta test release
2 changes: 1 addition & 1 deletion packages/tenderly-core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# tenderly-core

Look for style guide in https://github.com/airbnb/javascript#airbnb-javascript-style-guide-
Tenderly core package.
2 changes: 1 addition & 1 deletion packages/tenderly-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenderly",
"version": "0.0.1",
"version": "0.0.2-beta.0",
"author": "Tenderly",
"license": "MIT",
"homepage": "https://tenderly.co",
Expand Down
10 changes: 10 additions & 0 deletions packages/tenderly-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @tenderly/hardhat-tenderly

## 1.2.1-beta.0

### Patch Changes

- Beta test release

- Updated dependencies []:
- [email protected]
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.2.0",
"version": "1.2.1-beta.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -62,6 +62,6 @@
},
"peerDependencies": {
"hardhat": "^2.10.2",
"tenderly": "^0.0.1"
"tenderly": "^0.0.2-beta.0"
}
}

0 comments on commit 4361752

Please sign in to comment.