Skip to content

Commit

Permalink
Version Packages (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 22, 2021
1 parent 684dbaf commit 5eb8326
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-timers-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-walls-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-rings-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ligers-hunt.md

This file was deleted.

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

## 0.4.2

### Patch Changes

- 684dbaf: Memoize hook return values to prevent unnecessary re-renders
- 366e705: Use error messages from RPC client if available
- 779efc9: upgrade to ethers.js to 5.4.1
- 59592f3: Add Harmony support

## 0.4.1

### 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": "0.4.1",
"version": "0.4.2",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
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

## 0.2.10

### Patch Changes

- 779efc9: upgrade to ethers.js to 5.4.1
- Updated dependencies [684dbaf]
- Updated dependencies [366e705]
- Updated dependencies [779efc9]
- Updated dependencies [59592f3]
- @usedapp/core@0.4.2

## 0.2.9

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

0 comments on commit 5eb8326

Please sign in to comment.