Skip to content

Commit 89efebe

Browse files
chore: version packages (#778)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca5987c commit 89efebe

7 files changed

Lines changed: 21 additions & 12 deletions

File tree

.changeset/major-pigs-rhyme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @reactive-dot/react
22

3+
## 0.43.3
4+
5+
### Patch Changes
6+
7+
- [#777](https://github.com/tien/reactive-dot/pull/777) [`f674f5e`](https://github.com/tien/reactive-dot/commit/f674f5ec69beb8db1344d2fbf386699aa2feff5f) Thanks [@tien](https://github.com/tien)! - Bumped dependencies.
8+
39
## 0.43.1
410

511
### Patch Changes
@@ -666,7 +672,6 @@
666672
- [#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.
667673

668674
- [#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
669-
670675
- `useResetQueryError` to `useQueryErrorResetter`
671676
- `useConnectWallet` to `useWalletConnector`
672677
- `useDisconnectWallet` to `useWalletDisconnector`
@@ -684,7 +689,6 @@
684689
### Minor Changes
685690

686691
- [#47](https://github.com/tien/reactive-dot/pull/47) [`435791b`](https://github.com/tien/reactive-dot/commit/435791b0a8a715f576b9d30ffba24572a6913bc3) Thanks [@tien](https://github.com/tien)! - Add `useChainId` hook.
687-
688692
- Get current chain ID from context
689693
- Optionally assert current chain ID using allowlist and/or denylist
690694

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactive-dot/react",
3-
"version": "0.43.1",
3+
"version": "0.43.3",
44
"description": "React library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/wallet-ledger/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @reactive-dot/wallet-ledger
22

3+
## 0.16.44
4+
5+
### Patch Changes
6+
7+
- [#777](https://github.com/tien/reactive-dot/pull/777) [`f674f5e`](https://github.com/tien/reactive-dot/commit/f674f5ec69beb8db1344d2fbf386699aa2feff5f) Thanks [@tien](https://github.com/tien)! - Bumped dependencies.
8+
39
## 0.16.43
410

511
### Patch Changes

packages/wallet-ledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactive-dot/wallet-ledger",
3-
"version": "0.16.43",
3+
"version": "0.16.44",
44
"description": "Ledger adapter for Reactive DOT",
55
"keywords": [
66
"substrate",

packages/wallet-walletconnect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @reactive-dot/wallet-walletconnect
22

3+
## 0.17.25
4+
5+
### Patch Changes
6+
7+
- [#777](https://github.com/tien/reactive-dot/pull/777) [`f674f5e`](https://github.com/tien/reactive-dot/commit/f674f5ec69beb8db1344d2fbf386699aa2feff5f) Thanks [@tien](https://github.com/tien)! - Bumped dependencies.
8+
39
## 0.17.24
410

511
### Patch Changes

packages/wallet-walletconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactive-dot/wallet-walletconnect",
3-
"version": "0.17.24",
3+
"version": "0.17.25",
44
"description": "WalletConnect adapter for ReactiveDOT",
55
"keywords": [
66
"substrate",

0 commit comments

Comments
 (0)