Skip to content

Commit

Permalink
chore: release v3 (#887)
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 Jul 16, 2024
1 parent 99e0e3c commit 752d991
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/all-settled": "3.1.4",
"packages/async": "3.15.2",
"packages/core": "3.8.3",
"packages/core": "3.9.0",
"packages/core-v1": "3.1.9",
"packages/core-v2": "3.1.4",
"packages/effects": "3.8.2",
"packages/effects": "3.8.3",
"packages/eslint-plugin": "3.6.2",
"packages/form": "3.3.2",
"packages/form-web": "3.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.9.0](https://github.com/artalar/reatom/compare/core-v3.8.3...core-v3.9.0) (2024-07-16)


### Features

* **core:** add restrictMultipleContexts option and warning ([99e0e3c](https://github.com/artalar/reatom/commit/99e0e3c723a529effc43f0e2a4908806064d30af))

## [3.8.3](https://github.com/artalar/reatom/compare/core-v3.8.2...core-v3.8.3) (2024-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/core",
"version": "3.8.3",
"version": "3.9.0",
"private": false,
"description": "The ultimate state manager",
"source": "src/index.ts",
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.8.3](https://github.com/artalar/reatom/compare/effects-v3.8.2...effects-v3.8.3) (2024-07-16)


### Bug Fixes

* **effects:** concurrent outdated abort handling ([23f177e](https://github.com/artalar/reatom/commit/23f177e804546a8d43530a4c0dc764c162737513))

## [3.8.2](https://github.com/artalar/reatom/compare/effects-v3.8.1...effects-v3.8.2) (2024-06-22)


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.8.2",
"version": "3.8.3",
"private": false,
"sideEffects": false,
"description": "Reatom for effects",
Expand Down

0 comments on commit 752d991

Please sign in to comment.