Skip to content

Commit

Permalink
Version Packages (#94)
Browse files Browse the repository at this point in the history
* Version Packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marek Kirejczyk <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2021
1 parent 7a74be4 commit d70f471
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-grapes-look.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/little-steaks-matter.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 67b2dda: 🧷 Reorder token hooks arguments
- 7a74be4: New features:
✈️ Add hook for sending transactions to blockchain
📬 Add useNotifications and useTransactions hooks
🥧 Add shortenTransactionHash helper

Docs:
🎤 Create transactions & notifications example
📄 Add activate method in getting-started guide
🚤 Update config example

Breaking changes:
🧷 Reorder token hooks arguments

Fixes:
💪 Move ethereum-waffle to devDependencies

## 0.2.2

### 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.2.2",
"version": "0.3.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": "[email protected]:EthWorks/dapp-framework.git",
Expand Down
40 changes: 34 additions & 6 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@
# @usedapp/example

## 0.2.0

### Minor Changes

- 7a74be4: New features:
✈️ Add hook for sending transactions to blockchain
📬 Add useNotifications and useTransactions hooks
🥧 Add shortenTransactionHash helper

Docs:
🎤 Create transactions and notifications example
📄 Add activate method in getting-started guide
🚤 Update config example

Breaking changes:
🧷 Reorder token hooks arguments

Fixes:
💪 Move ethereum-waffle to devDependencies

### Patch Changes

- Updated dependencies [67b2dda]
- Updated dependencies [7a74be4]
- @usedapp/core@0.3.0

## 0.1.1

### Patch Changes

- 8b8fb81: 🧹 General clean-up

* Introduce EthersProvider and activateBrowserWallet
* Introduce Config, ConfigProvider and useConfig
* Fix Goerli name
* Add missing MULTICALL_ADDRESSES
* Update docs structure and README

- Introduce EthersProvider and activateBrowserWallet
- Introduce Config, ConfigProvider and useConfig
- Fix Goerli name
- Add missing MULTICALL_ADDRESSES
- Update docs structure and README

- 9506ad8: Add ability to specify a background chain that will be used before wallet is connected.
- Updated dependencies [8b8fb81]
- Updated dependencies [9506ad8]
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.1.1",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "webpack serve --mode development --progress",
Expand Down
27 changes: 27 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @usedapp/testing

## 0.2.0

### Minor Changes

- 67b2dda: 🧷 Reorder token hooks arguments
- 7a74be4: New features:
✈️ Add hook for sending transactions to blockchain
📬 Add useNotifications and useTransactions hooks
🥧 Add shortenTransactionHash helper

Docs:
🎤 Create transactions and notifications example
📄 Add activate method in getting-started guide
🚤 Update config example

Breaking changes:
🧷 Reorder token hooks arguments

Fixes:
💪 Move ethereum-waffle to devDependencies

### Patch Changes

- Updated dependencies [67b2dda]
- Updated dependencies [7a74be4]
- @usedapp/core@0.3.0

## 0.1.4

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

0 comments on commit d70f471

Please sign in to comment.