Skip to content

Commit

Permalink
chore: release v3 (#875)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 16, 2024
1 parent c459d5f commit c285744
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"packages/npm-solid-js": "3.6.0",
"packages/npm-svelte": "3.1.2",
"packages/npm-zod": "3.10.0",
"packages/persist": "3.3.0",
"packages/persist": "3.3.1",
"packages/persist-web-storage": "3.4.1",
"packages/primitives": "3.7.0",
"packages/react-v1": "3.1.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/persist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.1](https://github.com/artalar/reatom/compare/persist-v3.3.0...persist-v3.3.1) (2024-06-16)


### Bug Fixes

* **persist:** rm extra cache for transactions ([5efcd57](https://github.com/artalar/reatom/commit/5efcd5746e9e208e46b0b6b6692b823d950bc1b6))

## [3.3.0](https://github.com/artalar/reatom/compare/persist-v3.2.2...persist-v3.3.0) (2023-07-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/persist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/persist",
"version": "3.3.0",
"version": "3.3.1",
"sideEffects": false,
"description": "Reatom for persist",
"source": "src/index.ts",
Expand Down

0 comments on commit c285744

Please sign in to comment.