Skip to content

Commit

Permalink
chore: release v3 (#837)
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] committed May 3, 2024
1 parent 66d2afd commit 73c8bac
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/all-settled": "3.1.2",
"packages/async": "3.14.1",
"packages/async": "3.14.2",
"packages/core": "3.8.0",
"packages/core-v1": "3.1.7",
"packages/core-v2": "3.1.2",
"packages/effects": "3.7.2",
"packages/effects": "3.7.3",
"packages/eslint-plugin": "3.6.0",
"packages/form": "3.3.0",
"packages/form-web": "3.2.0",
Expand All @@ -16,11 +16,11 @@
"packages/npm-cookie-baker": "3.1.3",
"packages/npm-history": "3.1.6",
"packages/npm-lit": "3.1.1",
"packages/npm-react": "3.8.5",
"packages/npm-react": "3.8.6",
"packages/npm-solid-js": "3.6.0",
"packages/npm-svelte": "3.1.2",
"packages/persist": "3.3.0",
"packages/persist-web-storage": "3.4.0",
"packages/persist-web-storage": "3.4.1",
"packages/primitives": "3.5.0",
"packages/react-v1": "3.1.5",
"packages/react-v2": "3.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.14.2](https://github.com/artalar/reatom/compare/async-v3.14.1...async-v3.14.2) (2024-05-03)


### Bug Fixes

* **async:** add AsyncStatusesAbortedSettle ([bd03669](https://github.com/artalar/reatom/commit/bd03669bfa1814e1ce4cd28387c8de70a5d0b4d7))

## [3.14.1](https://github.com/artalar/reatom/compare/async-v3.14.0...async-v3.14.1) (2024-04-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/async",
"version": "3.14.1",
"version": "3.14.2",
"private": false,
"sideEffects": false,
"description": "Reatom for async",
Expand Down
7 changes: 7 additions & 0 deletions packages/effects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.7.3](https://github.com/artalar/reatom/compare/effects-v3.7.2...effects-v3.7.3) (2024-05-03)


### Bug Fixes

* **effects:** missed abort... ([66d2afd](https://github.com/artalar/reatom/commit/66d2afd9bb6cfc1ababdffb7b547b7cee3e9425b))

## [3.7.2](https://github.com/artalar/reatom/compare/effects-v3.7.1...effects-v3.7.2) (2023-11-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/effects",
"version": "3.7.2",
"version": "3.7.3",
"private": false,
"sideEffects": false,
"description": "Reatom for effects",
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.6](https://github.com/artalar/reatom/compare/npm-react-v3.8.5...npm-react-v3.8.6) (2024-05-03)


### Bug Fixes

* **npm-react:** concurrent react ([ebb4e85](https://github.com/artalar/reatom/commit/ebb4e852a72346093cfb4a92abaf840268ae1767))

## [3.8.5](https://github.com/artalar/reatom/compare/npm-react-v3.8.4...npm-react-v3.8.5) (2024-04-28)


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.5",
"version": "3.8.6",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for React",
Expand Down
7 changes: 7 additions & 0 deletions packages/persist-web-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.4.1](https://github.com/artalar/reatom/compare/persist-web-storage-v3.4.0...persist-web-storage-v3.4.1) (2024-05-03)


### Bug Fixes

* **persist-web-storage:** fix cookie availability check ([#836](https://github.com/artalar/reatom/issues/836)) ([8da6fe3](https://github.com/artalar/reatom/commit/8da6fe364ff61403f4e6dd6239eb7923520d5143))

## [3.4.0](https://github.com/artalar/reatom/compare/persist-web-storage-v3.3.4...persist-web-storage-v3.4.0) (2024-05-01)


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

0 comments on commit 73c8bac

Please sign in to comment.