Skip to content

Commit

Permalink
chore: release v3 (#1004)
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 Jan 14, 2025
1 parent 38101dd commit e094387
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/async": "3.16.5",
"packages/core": "3.9.2",
"packages/core-v1": "3.1.9",
"packages/core-v2": "3.1.4",
"packages/effects": "3.11.0",
"packages/effects": "3.11.1",
"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.4",
"packages/npm-react": "3.10.5",
"packages/npm-solid-js": "3.6.2",
"packages/npm-svelte": "3.1.4",
"packages/npm-vue": "3.6.1",
Expand All @@ -30,7 +30,7 @@
"packages/timer": "3.6.2",
"packages/undo": "3.4.2",
"packages/url": "3.8.0",
"packages/utils": "3.11.1",
"packages/utils": "3.11.2",
"packages/web": "3.6.0",
"packages/devtools": "0.8.0"
"packages/devtools": "0.8.1"
}
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.16.5](https://github.com/artalar/reatom/compare/async-v3.16.4...async-v3.16.5) (2025-01-14)


### Bug Fixes

* **effects:** concurrent abort [#1003](https://github.com/artalar/reatom/issues/1003) ([469b0d4](https://github.com/artalar/reatom/commit/469b0d44193b09953721db9072bc75e29b42a4c8))

## [3.16.4](https://github.com/artalar/reatom/compare/async-v3.16.3...async-v3.16.4) (2024-12-11)


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

## [0.8.1](https://github.com/artalar/reatom/compare/devtools-v0.8.0...devtools-v0.8.1) (2025-01-14)


### Bug Fixes

* **devtools:** show the amount of loaded logs ([38101dd](https://github.com/artalar/reatom/commit/38101dd2d9802f12c9042bc8edaca6c235abaa67))

## [0.8.0](https://github.com/artalar/reatom/compare/devtools-v0.7.2...devtools-v0.8.0) (2024-12-17)


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.8.0",
"version": "0.8.1",
"description": "Reatom developer tools for states and actions inspecting",
"type": "module",
"private": false,
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.1](https://github.com/artalar/reatom/compare/effects-v3.11.0...effects-v3.11.1) (2025-01-14)


### Bug Fixes

* **effects:** concurrent abort [#1003](https://github.com/artalar/reatom/issues/1003) ([469b0d4](https://github.com/artalar/reatom/commit/469b0d44193b09953721db9072bc75e29b42a4c8))

## [3.11.0](https://github.com/artalar/reatom/compare/effects-v3.10.2...effects-v3.11.0) (2024-12-30)


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.11.0",
"version": "3.11.1",
"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.5](https://github.com/artalar/reatom/compare/npm-react-v3.10.4...npm-react-v3.10.5) (2025-01-14)


### Bug Fixes

* **npm-react:** getComponentDebugName internals ([4c22ee5](https://github.com/artalar/reatom/commit/4c22ee57e0f3c67487fa08f5831b4d85f1a2ddc1))

## [3.10.4](https://github.com/artalar/reatom/compare/npm-react-v3.10.3...npm-react-v3.10.4) (2024-12-30)


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.4",
"version": "3.10.5",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for React",
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.2](https://github.com/artalar/reatom/compare/utils-v3.11.1...utils-v3.11.2) (2025-01-14)


### Bug Fixes

* **utils:** setTimeout types [#1002](https://github.com/artalar/reatom/issues/1002) ([3201541](https://github.com/artalar/reatom/commit/3201541b0df9c90cdfb1dc5eafe1183042804d80))

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


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.1",
"version": "3.11.2",
"private": false,
"sideEffects": false,
"description": "Reatom for utils",
Expand Down

0 comments on commit e094387

Please sign in to comment.