Skip to content

Commit 3e0ada6

Browse files
chore: version packages (#755)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 68c6328 commit 3e0ada6

8 files changed

Lines changed: 27 additions & 14 deletions

File tree

.changeset/shy-signs-report.md

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

.changeset/silver-yaks-mix.md

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

packages/core/CHANGELOG.md

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

3+
## 0.43.2
4+
5+
### Patch Changes
6+
7+
- [#767](https://github.com/tien/reactive-dot/pull/767) [`68c6328`](https://github.com/tien/reactive-dot/commit/68c6328039038a80f7f03d1fa27d454d9f8f8626) Thanks [@tien](https://github.com/tien)! - Fixed repeated reconnection attempts after failure. The injected wallet will no longer continue trying to reconnect after the first failed attempt.
8+
39
## 0.43.1
410

511
### Patch Changes

packages/core/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/core",
3-
"version": "0.43.1",
3+
"version": "0.43.2",
44
"description": "VanillaJS library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/wallet-ledger/CHANGELOG.md

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

3+
## 0.16.43
4+
5+
### Patch Changes
6+
7+
- [#754](https://github.com/tien/reactive-dot/pull/754) [`dcc4bb7`](https://github.com/tien/reactive-dot/commit/dcc4bb7e6cc5d035a1b10ea3f5e7c506b75d52cb) Thanks [@tien](https://github.com/tien)! - Bumped wallet dependencies.
8+
9+
- Updated dependencies [[`68c6328`](https://github.com/tien/reactive-dot/commit/68c6328039038a80f7f03d1fa27d454d9f8f8626)]:
10+
- @reactive-dot/core@0.43.2
11+
312
## 0.16.42
413

514
### 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.42",
3+
"version": "0.16.43",
44
"description": "Ledger adapter for Reactive DOT",
55
"keywords": [
66
"substrate",

packages/wallet-walletconnect/CHANGELOG.md

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

3+
## 0.17.24
4+
5+
### Patch Changes
6+
7+
- [#754](https://github.com/tien/reactive-dot/pull/754) [`dcc4bb7`](https://github.com/tien/reactive-dot/commit/dcc4bb7e6cc5d035a1b10ea3f5e7c506b75d52cb) Thanks [@tien](https://github.com/tien)! - Bumped wallet dependencies.
8+
9+
- Updated dependencies [[`68c6328`](https://github.com/tien/reactive-dot/commit/68c6328039038a80f7f03d1fa27d454d9f8f8626)]:
10+
- @reactive-dot/core@0.43.2
11+
312
## 0.17.23
413

514
### 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.23",
3+
"version": "0.17.24",
44
"description": "WalletConnect adapter for ReactiveDOT",
55
"keywords": [
66
"substrate",

0 commit comments

Comments
 (0)