Skip to content

Commit

Permalink
chore: version packages (#83)
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 6, 2024
1 parent 94505d6 commit 34ea3cf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-yaks-type.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/nice-adults-decide.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @reactive-dot/react

## 0.6.0

### Minor Changes

- [#80](https://github.com/tien/reactive-dot/pull/80) [`b9bb4c1`](https://github.com/tien/reactive-dot/commit/b9bb4c19c33e3ce62ec6bea3eee8f517bc6e0f57) Thanks [@tien](https://github.com/tien)! - Add hooks for converting planck or number to native token amount.

- [#87](https://github.com/tien/reactive-dot/pull/87) [`94505d6`](https://github.com/tien/reactive-dot/commit/94505d6416934e9ed4c8ac7794beee1142517b0f) Thanks [@tien](https://github.com/tien)! - **BREAKING**: rename action hooks

- `useResetQueryError` to `useQueryErrorResetter`
- `useConnectWallet` to `useWalletConnector`
- `useDisconnectWallet` to `useWalletDisconnector`
- `useReconnectWallets` to `useWalletsReconnector`

## 0.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/react",
"version": "0.5.0",
"version": "0.6.0",
"description": "React library for Reactive DOT",
"keywords": [
"substrate",
Expand Down

0 comments on commit 34ea3cf

Please sign in to comment.