Skip to content

Commit

Permalink
Version Packages (#193)
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] committed May 11, 2021
1 parent 50633d0 commit 7c5e599
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/nice-tomatoes-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ravens-poke.md

This file was deleted.

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

## 0.3.17

### Patch Changes

- 50633d0: Bump ethers to version 5.1.4
- 660d2eb: Fix out of order requests

## 0.3.16

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

## 0.2.6

### Patch Changes

- 50633d0: Bump ethers to version 5.1.4
- Updated dependencies [50633d0]
- Updated dependencies [660d2eb]
- @usedapp/core@0.3.17

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

0 comments on commit 7c5e599

Please sign in to comment.