Skip to content

Commit

Permalink
chore: release v3 (#886)
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 27, 2024
1 parent 563ce6e commit 7103573
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
6 changes: 3 additions & 3 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.9",
"packages/npm-react": "3.8.10",
"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.3",
"packages/persist": "3.3.4",
"packages/persist-web-storage": "3.4.4",
"packages/primitives": "3.7.2",
"packages/react-v1": "3.1.7",
Expand All @@ -32,5 +32,5 @@
"packages/url": "3.7.3",
"packages/utils": "3.9.2",
"packages/web": "3.5.3",
"packages/devtools": "0.2.2"
"packages/devtools": "0.3.0"
}
13 changes: 13 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://github.com/artalar/reatom/compare/devtools-v0.2.2...devtools-v0.3.0) (2024-06-26)


### Features

* **devtools:** support separator function ([563ce6e](https://github.com/artalar/reatom/commit/563ce6effc0f3ccd7dfe925ebab10a846e3df2b9))


### Bug Fixes

* **devtools:** styles and logs improvements ([5e6428a](https://github.com/artalar/reatom/commit/5e6428a79dfcfd8b07d1ad892b8d4153f651cf7d))
* **devtools:** types declarations ([e98e758](https://github.com/artalar/reatom/commit/e98e7583cc86b4f7019ccf182843ca12023f5174))

## [0.2.2](https://github.com/artalar/reatom/compare/devtools-v0.2.1...devtools-v0.2.2) (2024-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/devtools",
"version": "0.2.2",
"version": "0.3.0",
"description": "Reatom developer tools for states and actions inspecting",
"type": "module",
"private": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/npm-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **npm-react:** name should contain Component word ([94e1367](https://github.com/artalar/reatom/commit/94e1367d454cb7000115ba679dc2f424ec863a2f))

## [3.8.9](https://github.com/artalar/reatom/compare/npm-react-v3.8.8...npm-react-v3.8.9) (2024-06-22)


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.9",
"version": "3.8.10",
"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.3.4](https://github.com/artalar/reatom/compare/persist-v3.3.3...persist-v3.3.4) (2024-06-26)


### Bug Fixes

* **persist:** snapshotAtom init state [#885](https://github.com/artalar/reatom/issues/885) ([209613f](https://github.com/artalar/reatom/commit/209613f425ee06e5cd81ebddb84b25accb1c5861))

## [3.3.3](https://github.com/artalar/reatom/compare/persist-v3.3.2...persist-v3.3.3) (2024-06-22)


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

0 comments on commit 7103573

Please sign in to comment.