Skip to content

Commit

Permalink
Version Packages (#213)
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 17, 2021
1 parent 75b6ea8 commit d8c8f59
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-years-burn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-chairs-tease.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.19

### Patch Changes

- 9d4fcca: Add getStoredTransactionState and update example
- 75b6ea8: Add useSendTransaction, refactor useContractFunction

## 0.3.18

### 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.18",
"version": "0.3.19",
"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/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @usedapp/example

## 0.2.5

### Patch Changes

- 9d4fcca: Add getStoredTransactionState and update example
- Updated dependencies [9d4fcca]
- Updated dependencies [75b6ea8]
- @usedapp/core@0.3.19

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/example",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"start": "webpack serve --mode development",
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.7

### Patch Changes

- 75b6ea8: Add useSendTransaction, refactor useContractFunction
- Updated dependencies [9d4fcca]
- Updated dependencies [75b6ea8]
- @usedapp/core@0.3.19

## 0.2.6

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

0 comments on commit d8c8f59

Please sign in to comment.