Commit 3ecd0cc
chore(release): v0.4.0-dev.0
SSR support as a prerelease on the `dev` dist-tag, so people can try it
without it becoming the default install (`latest` stays 0.3.1). SSR is
additive, so the next minor is 0.4.0; this is its first -dev iteration and
bumps as PR #1564 evolves.
The adapter installs and imports cleanly against a released @tanstack/db
(it imports only stable exports), but end-to-end SSR is DORMANT until paired
with the PR #1564 build — dehydrate/hydrate/DbClient and the syncMeta hook
calls are upstream and unreleased. The vendored tarballs remain devDeps only;
the published package depends on @tanstack/db purely as a peer (>=0.6.0).
Publish with: npm publish --tag dev (NOT plain publish — a prerelease still
goes to `latest` without the tag).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c31ccce commit 3ecd0cc
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments