Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/public-docs-site.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stainless-code/persist

## 0.3.0

### Minor Changes

- [#20](https://github.com/stainless-code/persist/pull/20) [`cb6ca1d`](https://github.com/stainless-code/persist/commit/cb6ca1dce91dc9f4716a5ac35f1cf4e6e707967c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Ship the public docs site at https://stainless-code.com/persist (`apps/docs`); README is now the npm landing digest that links there.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-code/persist",
"version": "0.2.0",
"version": "0.3.0",
"description": "Hydration-aware persistence for any reactive store — zero-dep persistSource core; codecs, backends, cross-tab transport, source + framework hydration adapters ship as opt-in recipes",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion skills/tanstack-store/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Persist a @tanstack/store Store or writable Atom with @stainless-co
license: MIT
metadata:
library: "@stainless-code/persist"
library_version: "0.2.0"
library_version: "0.3.0"
framework: "tanstack-store"
sources:
- README.md
Expand Down