Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v3 #988

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"packages/all-settled": "3.1.4",
"packages/async": "3.16.3",
"packages/core": "3.9.0",
"packages/async": "3.16.4",
"packages/core": "3.9.1",
"packages/core-v1": "3.1.9",
"packages/core-v2": "3.1.4",
"packages/effects": "3.10.1",
"packages/effects": "3.10.2",
"packages/eslint-plugin": "3.7.1",
"packages/form": "3.3.2",
"packages/form-web": "3.2.2",
"packages/framework": "3.4.0",
"packages/hooks": "3.6.0",
"packages/jsx": "3.15.0",
"packages/lens": "3.11.5",
"packages/lens": "3.11.6",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
"packages/npm-history": "3.1.8",
"packages/npm-lit": "3.1.3",
"packages/npm-react": "3.10.2",
"packages/npm-react": "3.10.3",
"packages/npm-solid-js": "3.6.2",
"packages/npm-svelte": "3.1.4",
"packages/npm-vue": "3.6.1",
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.16.4](https://github.com/artalar/reatom/compare/async-v3.16.3...async-v3.16.4) (2024-12-11)


### Bug Fixes

* **async:** status AsyncStatusesAbortedPending [#985](https://github.com/artalar/reatom/issues/985) ([85e60ef](https://github.com/artalar/reatom/commit/85e60efcd8e64df6476ee5ad13d15454307bd439))

## [3.16.3](https://github.com/artalar/reatom/compare/async-v3.16.2...async-v3.16.3) (2024-10-31)


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.3",
"version": "3.16.4",
"private": false,
"sideEffects": false,
"description": "Reatom for async",
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.1](https://github.com/artalar/reatom/compare/core-v3.9.0...core-v3.9.1) (2024-12-11)


### Bug Fixes

* **core:** mem leak for recursion ([e84e7f6](https://github.com/artalar/reatom/commit/e84e7f634f37e93ac88d8eea0a13f0e727e5fd72))

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


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.0",
"version": "3.9.1",
"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.10.2](https://github.com/artalar/reatom/compare/effects-v3.10.1...effects-v3.10.2) (2024-12-11)


### Bug Fixes

* **effects:** unable to specify CtxSpy for concurrent ([#981](https://github.com/artalar/reatom/issues/981)) ([01af2b6](https://github.com/artalar/reatom/commit/01af2b615b4c4c3f9ba231764c2630acfde66fa5))

## [3.10.1](https://github.com/artalar/reatom/compare/effects-v3.10.0...effects-v3.10.1) (2024-10-31)


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

## [3.11.6](https://github.com/artalar/reatom/compare/lens-v3.11.5...lens-v3.11.6) (2024-12-11)


### Bug Fixes

* **lens:** parseAtoms types ([e284d32](https://github.com/artalar/reatom/commit/e284d32158caf7233ca36670c345ed4626fec1d9))

## [3.11.5](https://github.com/artalar/reatom/compare/lens-v3.11.4...lens-v3.11.5) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/lens",
"version": "3.11.5",
"version": "3.11.6",
"private": false,
"sideEffects": false,
"description": "Reatom for lens",
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.3](https://github.com/artalar/reatom/compare/npm-react-v3.10.2...npm-react-v3.10.3) (2024-12-11)


### Bug Fixes

* **npm-react:** use named function in reatomComponent ([13d4be3](https://github.com/artalar/reatom/commit/13d4be3d7a5627c961f431408db5eaa8be420707))

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


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.2",
"version": "3.10.3",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for React",
Expand Down