Skip to content

Commit

Permalink
chore: release v3 (#925)
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 Sep 18, 2024
1 parent 50075bd commit 741258e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"packages/npm-cookie-baker": "3.1.5",
"packages/npm-history": "3.1.8",
"packages/npm-lit": "3.1.3",
"packages/npm-react": "3.8.10",
"packages/npm-react": "3.9.0",
"packages/npm-solid-js": "3.6.2",
"packages/npm-svelte": "3.1.4",
"packages/npm-vue": "3.6.1",
"packages/npm-zod": "3.10.3",
"packages/persist": "3.3.4",
"packages/persist": "3.4.0",
"packages/persist-web-storage": "3.4.4",
"packages/primitives": "3.7.3",
"packages/react-v1": "3.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/npm-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.9.0](https://github.com/artalar/reatom/compare/npm-react-v3.8.10...npm-react-v3.9.0) (2024-09-18)


### Features

* **npm-react:** add getComponentDebugName export ([e13ea3b](https://github.com/artalar/reatom/commit/e13ea3bab108e60d4575a0054e7355a182f26553))
* **npm-react:** add suspense support for reatomComponent ([50075bd](https://github.com/artalar/reatom/commit/50075bd38604e378a7200d12abb6efb77c71f525))

## [3.8.10](https://github.com/artalar/reatom/compare/npm-react-v3.8.9...npm-react-v3.8.10) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/npm-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/npm-react",
"version": "3.8.10",
"version": "3.9.0",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for React",
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.4.0](https://github.com/artalar/reatom/compare/persist-v3.3.4...persist-v3.4.0) (2024-09-18)


### Features

* **persist:** add __persistRecordAtom ([89d6e6f](https://github.com/artalar/reatom/commit/89d6e6f98587c45bc5c77f241298ffd16f340489))

## [3.3.4](https://github.com/artalar/reatom/compare/persist-v3.3.3...persist-v3.3.4) (2024-06-26)


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.4",
"version": "3.4.0",
"sideEffects": false,
"description": "Reatom for persist",
"source": "src/index.ts",
Expand Down

0 comments on commit 741258e

Please sign in to comment.