Skip to content

Commit

Permalink
chore: release v3 (#997)
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 Dec 30, 2024
1 parent c57b83a commit a906006
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 10 deletions.
10 changes: 5 additions & 5 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.16.4",
"packages/core": "3.9.1",
"packages/core": "3.9.2",
"packages/core-v1": "3.1.9",
"packages/core-v2": "3.1.4",
"packages/effects": "3.10.2",
"packages/effects": "3.11.0",
"packages/eslint-plugin": "3.7.1",
"packages/form": "3.3.2",
"packages/form-web": "3.2.2",
Expand All @@ -16,7 +16,7 @@
"packages/npm-cookie-baker": "3.1.5",
"packages/npm-history": "3.1.8",
"packages/npm-lit": "3.1.3",
"packages/npm-react": "3.10.3",
"packages/npm-react": "3.10.4",
"packages/npm-solid-js": "3.6.2",
"packages/npm-svelte": "3.1.4",
"packages/npm-vue": "3.6.1",
Expand All @@ -26,11 +26,11 @@
"packages/primitives": "3.7.3",
"packages/react-v1": "3.1.7",
"packages/react-v2": "3.1.2",
"packages/testing": "3.4.7",
"packages/testing": "3.4.8",
"packages/timer": "3.6.2",
"packages/undo": "3.4.2",
"packages/url": "3.8.0",
"packages/utils": "3.11.0",
"packages/utils": "3.11.1",
"packages/web": "3.6.0",
"packages/devtools": "0.8.0"
}
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.2](https://github.com/artalar/reatom/compare/core-v3.9.1...core-v3.9.2) (2024-12-30)


### Bug Fixes

* **core:** disconnect of the last version of pubs [#996](https://github.com/artalar/reatom/issues/996) ([52b6593](https://github.com/artalar/reatom/commit/52b6593d0485f825110524dcbeeb401d3f9309d4))

## [3.9.1](https://github.com/artalar/reatom/compare/core-v3.9.0...core-v3.9.1) (2024-12-11)


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.9.1",
"version": "3.9.2",
"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.11.0](https://github.com/artalar/reatom/compare/effects-v3.10.2...effects-v3.11.0) (2024-12-30)


### Features

* **effects:** add optional logging for the take [#987](https://github.com/artalar/reatom/issues/987) ([c57b83a](https://github.com/artalar/reatom/commit/c57b83a15d704ac715562cb2b143d6d908c9af41))

## [3.10.2](https://github.com/artalar/reatom/compare/effects-v3.10.1...effects-v3.10.2) (2024-12-11)


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.10.2",
"version": "3.11.0",
"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.10.4](https://github.com/artalar/reatom/compare/npm-react-v3.10.3...npm-react-v3.10.4) (2024-12-30)


### Bug Fixes

* **npm-react:** support react19 debug name ([65914e4](https://github.com/artalar/reatom/commit/65914e4ac3cd4b75b3d22d3d6829b1931f7bd034))

## [3.10.3](https://github.com/artalar/reatom/compare/npm-react-v3.10.2...npm-react-v3.10.3) (2024-12-11)


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

## [3.4.8](https://github.com/artalar/reatom/compare/testing-v3.4.7...testing-v3.4.8) (2024-12-30)


### Bug Fixes

* **testing:** prevent first computed reading of mocked atom [#995](https://github.com/artalar/reatom/issues/995) ([5231d20](https://github.com/artalar/reatom/commit/5231d20cbbbc2ffeefb52e574f9f281273e0e8e1))

## [3.4.7](https://github.com/artalar/reatom/compare/testing-v3.4.6...testing-v3.4.7) (2024-06-22)


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

## [3.11.1](https://github.com/artalar/reatom/compare/utils-v3.11.0...utils-v3.11.1) (2024-12-30)


### Bug Fixes

* **utils:** setTimeout types [#983](https://github.com/artalar/reatom/issues/983) ([a81e9a3](https://github.com/artalar/reatom/commit/a81e9a3506315d3ff3d442a8a7b79484b70eeae3))

## [3.11.0](https://github.com/artalar/reatom/compare/utils-v3.10.0...utils-v3.11.0) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/utils",
"version": "3.11.0",
"version": "3.11.1",
"private": false,
"sideEffects": false,
"description": "Reatom for utils",
Expand Down

0 comments on commit a906006

Please sign in to comment.