Skip to content

Commit

Permalink
🎉 Release new version (#797)
Browse files Browse the repository at this point in the history
Co-authored-by: truefi-bot <[email protected]>
  • Loading branch information
truefi-bot and truefi-bot committed Jun 7, 2022
1 parent 1c987ba commit 71df0c4
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/add-block-refresher.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-receipt-for-write-functions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/change-switchNetwork-to-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/clean-drinks-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-chainId-requests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/siwe-session-improvements.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/coingecko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @usedapp/coingecko

## 1.0.8

### Patch Changes

- 3d815ab: Ethers as peer deps
- Updated dependencies [24e9668]
- Updated dependencies [edfd60b]
- Updated dependencies [a3b1340]
- Updated dependencies [3d815ab]
- Updated dependencies [4afd9b5]
- @usedapp/core@1.0.8

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coingecko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/coingecko",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @usedapp/core

## 1.0.8

### Patch Changes

- 24e9668: ⚡️ Add block refresher
- edfd60b: 😶‍🌫️ Add receipt for executing contract functions and sending transactions
- a3b1340: 🕸 Change swithNetwork to promise
- 3d815ab: Ethers as peer deps
- 4afd9b5: 🎗 Remove chainId requests

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/core",
"version": "1.0.7",
"version": "1.0.8",
"repository": "[email protected]:EthWorks/useDApp.git",
"author": "Ethworks",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/siwe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @usedapp/siwe

## 0.1.4

### Patch Changes

- 3d815ab: Ethers as peer deps
- 1c987ba: 🐭 Add better siwe account holders and useCallbacks for functions
- Updated dependencies [24e9668]
- Updated dependencies [edfd60b]
- Updated dependencies [a3b1340]
- Updated dependencies [3d815ab]
- Updated dependencies [4afd9b5]
- @usedapp/core@1.0.8

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/siwe",
"version": "0.1.3",
"version": "0.1.4",
"repository": "[email protected]:TrueFiEng/useDApp.git",
"author": "TrueFiEng",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @usedapp/testing

## 1.0.8

### Patch Changes

- Updated dependencies [24e9668]
- Updated dependencies [edfd60b]
- Updated dependencies [a3b1340]
- Updated dependencies [3d815ab]
- Updated dependencies [4afd9b5]
- @usedapp/core@1.0.8

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/testing",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": "[email protected]:EthWorks/useDApp.git",
Expand Down

3 comments on commit 71df0c4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.