Skip to content

Commit

Permalink
🎉 Release new version (#785)
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 authored Jun 1, 2022
1 parent 1ce58ad commit 3a2e264
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/fix-estimated-gas-exception.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-peaches-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-radios-jump.md

This file was deleted.

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

## 1.0.6

### Patch Changes

- Updated dependencies [6348832]
- Updated dependencies [1ce58ad]
- @usedapp/core@1.0.6

## 1.0.5

### 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.5",
"version": "1.0.6",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @usedapp/core

## 1.0.6

### Patch Changes

- 6348832: ❗️ Fix exception during estimating gas price
- 1ce58ad: Add no metamask deactivate option

## 1.0.5

### 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.5",
"version": "1.0.6",
"repository": "[email protected]:EthWorks/useDApp.git",
"author": "Ethworks",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/siwe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @usedapp/siwe

## 0.1.3

### Patch Changes

- 2972e56: 🥳 Remove unnecessary requests
- Updated dependencies [6348832]
- Updated dependencies [1ce58ad]
- @usedapp/core@1.0.6

## 0.1.2

### 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.2",
"version": "0.1.3",
"repository": "[email protected]:TrueFiEng/useDApp.git",
"author": "TrueFiEng",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @usedapp/testing

## 1.0.6

### Patch Changes

- Updated dependencies [6348832]
- Updated dependencies [1ce58ad]
- @usedapp/core@1.0.6

## 1.0.5

### 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.5",
"version": "1.0.6",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": "[email protected]:EthWorks/useDApp.git",
Expand Down

3 comments on commit 3a2e264

@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.