Skip to content

Commit a42747b

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

19 files changed

Lines changed: 75 additions & 25 deletions

File tree

.changeset/plenty-roses-kneel.md

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

.changeset/rude-days-flow.md

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

.changeset/wide-beans-smoke.md

Lines changed: 0 additions & 5 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.69.0
4+
5+
### Patch Changes
6+
7+
- [#1147](https://github.com/buffed-labs/reactive-dot/pull/1147) [`67bf497`](https://github.com/buffed-labs/reactive-dot/commit/67bf497a61696b273f61e41f24df087f9e32a94f) Thanks [@tien](https://github.com/tien)! - Bumped dependencies.
8+
39
## 0.68.2
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.68.2",
3+
"version": "0.69.0",
44
"description": "VanillaJS library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/react/CHANGELOG.md

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

3+
## 0.69.0
4+
5+
### Minor Changes
6+
7+
- [#1146](https://github.com/buffed-labs/reactive-dot/pull/1146) [`466ceb6`](https://github.com/buffed-labs/reactive-dot/commit/466ceb61c9614b014e62c6321c6202da7414990e) Thanks [@tien](https://github.com/tien)! - Allow passing account (`WalletAccount`) as signer.
8+
9+
### Patch Changes
10+
11+
- [#1147](https://github.com/buffed-labs/reactive-dot/pull/1147) [`67bf497`](https://github.com/buffed-labs/reactive-dot/commit/67bf497a61696b273f61e41f24df087f9e32a94f) Thanks [@tien](https://github.com/tien)! - Bumped dependencies.
12+
13+
- [#1149](https://github.com/buffed-labs/reactive-dot/pull/1149) [`3a209be`](https://github.com/buffed-labs/reactive-dot/commit/3a209bec539bddd1c03c13b3da43cd34611fee7d) Thanks [@tien](https://github.com/tien)! - Fixed incorrect argument spreading in `useQueryErrorResetter`.
14+
15+
- Updated dependencies [[`67bf497`](https://github.com/buffed-labs/reactive-dot/commit/67bf497a61696b273f61e41f24df087f9e32a94f)]:
16+
- @reactive-dot/core@0.69.0
17+
318
## 0.68.3
419

520
### Patch Changes

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.68.3",
3+
"version": "0.69.0",
44
"description": "React library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/vue/CHANGELOG.md

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

3+
## 0.69.0
4+
5+
### Minor Changes
6+
7+
- [#1146](https://github.com/buffed-labs/reactive-dot/pull/1146) [`466ceb6`](https://github.com/buffed-labs/reactive-dot/commit/466ceb61c9614b014e62c6321c6202da7414990e) Thanks [@tien](https://github.com/tien)! - Allow passing account (`WalletAccount`) as signer.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`67bf497`](https://github.com/buffed-labs/reactive-dot/commit/67bf497a61696b273f61e41f24df087f9e32a94f)]:
12+
- @reactive-dot/core@0.69.0
13+
314
## 0.68.0
415

516
### Patch Changes

packages/vue/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/vue",
3-
"version": "0.68.0",
3+
"version": "0.69.0",
44
"description": "Vue library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/wallet-ledger/CHANGELOG.md

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

3+
## 0.18.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`67bf497`](https://github.com/buffed-labs/reactive-dot/commit/67bf497a61696b273f61e41f24df087f9e32a94f)]:
8+
- @reactive-dot/core@0.69.0
9+
310
## 0.18.10
411

512
### Patch Changes

0 commit comments

Comments
 (0)