Skip to content

Commit 2a0f9d8

Browse files
chore: version packages (#713)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a46d78a commit 2a0f9d8

15 files changed

Lines changed: 61 additions & 24 deletions

File tree

.changeset/cool-bottles-beg.md

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

.changeset/old-owls-draw.md

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

.changeset/orange-tools-tell.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.43.0
4+
5+
### Minor Changes
6+
7+
- [#727](https://github.com/tien/reactive-dot/pull/727) [`b847f5b`](https://github.com/tien/reactive-dot/commit/b847f5b8c85cfc9802b9eb041c5025487a8b884f) Thanks [@tien](https://github.com/tien)! - Added support for streaming multi-query responses, allowing results to be processed incrementally instead of waiting for all queries to complete.
8+
39
## 0.42.0
410

511
### Minor 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.42.0",
3+
"version": "0.43.0",
44
"description": "VanillaJS library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/react/CHANGELOG.md

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

3+
## 0.43.0
4+
5+
### Minor Changes
6+
7+
- [#727](https://github.com/tien/reactive-dot/pull/727) [`b847f5b`](https://github.com/tien/reactive-dot/commit/b847f5b8c85cfc9802b9eb041c5025487a8b884f) Thanks [@tien](https://github.com/tien)! - Added support for streaming multi-query responses, allowing results to be processed incrementally instead of waiting for all queries to complete.
8+
9+
- [#712](https://github.com/tien/reactive-dot/pull/712) [`cc6e89d`](https://github.com/tien/reactive-dot/commit/cc6e89dc3d7b1fdf01e00d7f5ed4881aeebbe690) Thanks [@tien](https://github.com/tien)! - Return a subscribable subject for asynchronous actions that execute an observable.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`b847f5b`](https://github.com/tien/reactive-dot/commit/b847f5b8c85cfc9802b9eb041c5025487a8b884f)]:
14+
- @reactive-dot/core@0.43.0
15+
316
## 0.42.4
417

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

packages/vue/CHANGELOG.md

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

3+
## 0.43.0
4+
5+
### Minor Changes
6+
7+
- [#727](https://github.com/tien/reactive-dot/pull/727) [`b847f5b`](https://github.com/tien/reactive-dot/commit/b847f5b8c85cfc9802b9eb041c5025487a8b884f) Thanks [@tien](https://github.com/tien)! - Added support for streaming multi-query responses, allowing results to be processed incrementally instead of waiting for all queries to complete.
8+
9+
- [#712](https://github.com/tien/reactive-dot/pull/712) [`cc6e89d`](https://github.com/tien/reactive-dot/commit/cc6e89dc3d7b1fdf01e00d7f5ed4881aeebbe690) Thanks [@tien](https://github.com/tien)! - Return a subscribable subject for asynchronous actions that execute an observable.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`b847f5b`](https://github.com/tien/reactive-dot/commit/b847f5b8c85cfc9802b9eb041c5025487a8b884f)]:
14+
- @reactive-dot/core@0.43.0
15+
316
## 0.42.0
417

518
### Minor 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.42.0",
3+
"version": "0.43.0",
44
"description": "Vue library for Reactive DOT",
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.16.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b847f5b`](https://github.com/tien/reactive-dot/commit/b847f5b8c85cfc9802b9eb041c5025487a8b884f)]:
8+
- @reactive-dot/core@0.43.0
9+
310
## 0.16.40
411

512
### Patch Changes

0 commit comments

Comments
 (0)