Skip to content

Commit f93c816

Browse files
internal: Publish beta version (#3586)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1c466c commit f93c816

File tree

6 files changed

+14
-22
lines changed

6 files changed

+14
-22
lines changed

.changeset/dirty-regions-dance.md

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

.changeset/plenty-sloths-battle.md

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

.changeset/proud-rooms-pick.md

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

.changeset/small-wasps-win.md

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

packages/vue/CHANGELOG.md

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

3+
## 0.2.0-beta-20251026024409-a1c466cfd7aac770879b584acaac40fa61d01b61
4+
5+
### Patch Changes
6+
7+
- [#3584](https://github.com/reactive/data-client/pull/3584) [`6809480`](https://github.com/reactive/data-client/commit/68094805498056ff3353507478908b87bb03209a) Thanks [@ntucker](https://github.com/ntucker)! - Only run manager start/stop for app lifecycle - not every component mount
8+
9+
- [#3585](https://github.com/reactive/data-client/pull/3585) [`7408964`](https://github.com/reactive/data-client/commit/7408964419152da48cfb4ac13221aa1009796bea) Thanks [@ntucker](https://github.com/ntucker)! - renderDataClient -> mountDataClient
10+
renderDataComposable -> renderDataClient
11+
12+
- [#3585](https://github.com/reactive/data-client/pull/3585) [`7408964`](https://github.com/reactive/data-client/commit/7408964419152da48cfb4ac13221aa1009796bea) Thanks [@ntucker](https://github.com/ntucker)! - Make composables reactive to computed props
13+
14+
- [#3585](https://github.com/reactive/data-client/pull/3585) [`7408964`](https://github.com/reactive/data-client/commit/7408964419152da48cfb4ac13221aa1009796bea) Thanks [@ntucker](https://github.com/ntucker)! - Add useCache()
15+
316
## 0.2.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c
417

518
### 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": "@data-client/vue",
3-
"version": "0.2.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c",
3+
"version": "0.2.0-beta-20251026024409-a1c466cfd7aac770879b584acaac40fa61d01b61",
44
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
55
"homepage": "https://dataclient.io",
66
"repository": {

0 commit comments

Comments
 (0)