From 88f600d4c5edd7cc783d96088f318902fb6ca3f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:51:36 +0000 Subject: [PATCH] chore: version packages --- .changeset/public-docs-site.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- skills/tanstack-store/SKILL.md | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/public-docs-site.md diff --git a/.changeset/public-docs-site.md b/.changeset/public-docs-site.md deleted file mode 100644 index 5dbcd93..0000000 --- a/.changeset/public-docs-site.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/persist": minor ---- - -Ship the public docs site at https://stainless-code.com/persist (`apps/docs`); README is now the npm landing digest that links there. diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2f78e..89a12a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 82d9364..2801ce6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/skills/tanstack-store/SKILL.md b/skills/tanstack-store/SKILL.md index 4522c09..2a5810c 100644 --- a/skills/tanstack-store/SKILL.md +++ b/skills/tanstack-store/SKILL.md @@ -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