Skip to content

Commit

Permalink
Version Packages (#294)
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 Aug 4, 2021
1 parent 4c68ebb commit 60807e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/moody-flies-greet.md

This file was deleted.

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

## 0.4.4

### Patch Changes

- 4c68ebb: Introduce contract events

## 0.4.3

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

## 0.2.11

### Patch Changes

- 4c68ebb: Introduce contract events
- Updated dependencies [4c68ebb]
- @usedapp/core@0.4.4

## 0.2.10

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

0 comments on commit 60807e4

Please sign in to comment.