Skip to content

Commit

Permalink
chore: version packages (#249)
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 Oct 16, 2024
1 parent ce4db82 commit 1fa8f5a
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-boats-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-brooms-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-fishes-melt.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- [#251](https://github.com/tien/reactive-dot/pull/251) [`7f362ce`](https://github.com/tien/reactive-dot/commit/7f362ce6d87569f335c28de48a722a20d2fe9304) Thanks [@tien](https://github.com/tien)! - BREAKING: removed exports of internally used functions & interfaces.

### Patch Changes

- [#248](https://github.com/tien/reactive-dot/pull/248) [`9c9c6f3`](https://github.com/tien/reactive-dot/commit/9c9c6f382be793b4c1b121e0db8252c7729e3d26) Thanks [@tien](https://github.com/tien)! - Fixed an issue where accounts were being fetched from wallets that were not connected.

## 0.16.5

### 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.16.5",
"version": "0.17.0",
"description": "React library for ReactiveDOT",
"keywords": [
"substrate",
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactive-dot/wallet-ledger

## 0.16.6

### Patch Changes

- [#257](https://github.com/tien/reactive-dot/pull/257) [`ce4db82`](https://github.com/tien/reactive-dot/commit/ce4db82577957a7d029c072d953b4c5e6e6462aa) Thanks [@tien](https://github.com/tien)! - Fixed `Wallet.getAccounts` incorrectly used `lastValueFrom` instead of `firstValueFrom`.

## 0.16.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/wallet-ledger",
"version": "0.16.5",
"version": "0.16.6",
"description": "Ledger adapter for Reactive DOT",
"keywords": [
"substrate",
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet-walletconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactive-dot/wallet-walletconnect

## 0.16.6

### Patch Changes

- [#257](https://github.com/tien/reactive-dot/pull/257) [`ce4db82`](https://github.com/tien/reactive-dot/commit/ce4db82577957a7d029c072d953b4c5e6e6462aa) Thanks [@tien](https://github.com/tien)! - Fixed `Wallet.getAccounts` incorrectly used `lastValueFrom` instead of `firstValueFrom`.

## 0.16.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/wallet-walletconnect",
"version": "0.16.5",
"version": "0.16.6",
"description": "WalletConnect adapter for ReactiveDOT",
"keywords": [
"substrate",
Expand Down

0 comments on commit 1fa8f5a

Please sign in to comment.