Skip to content

Commit

Permalink
chore: release v3 (#1033)
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 Feb 10, 2025
1 parent e5e3949 commit 15b94c8
Show file tree
Hide file tree
Showing 11 changed files with 47 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,16 +1,16 @@
{
"packages/all-settled": "3.1.4",
"packages/async": "3.16.5",
"packages/async": "3.16.6",
"packages/core": "3.10.0",
"packages/core-v1": "3.1.9",
"packages/core-v2": "3.1.4",
"packages/effects": "3.11.1",
"packages/effects": "3.11.2",
"packages/eslint-plugin": "3.8.0",
"packages/form": "3.3.2",
"packages/form-web": "3.2.2",
"packages/framework": "3.4.0",
"packages/hooks": "3.6.0",
"packages/jsx": "3.17.0",
"packages/jsx": "3.17.1",
"packages/lens": "3.11.6",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
Expand All @@ -23,13 +23,13 @@
"packages/npm-zod": "3.10.3",
"packages/persist": "3.4.1",
"packages/persist-web-storage": "3.4.4",
"packages/primitives": "3.7.3",
"packages/primitives": "3.8.0",
"packages/react-v1": "3.1.7",
"packages/react-v2": "3.1.2",
"packages/testing": "3.4.8",
"packages/timer": "3.6.2",
"packages/undo": "3.4.2",
"packages/url": "3.8.0",
"packages/url": "3.8.1",
"packages/utils": "3.11.2",
"packages/web": "3.6.0",
"packages/devtools": "0.10.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.16.6](https://github.com/artalar/reatom/compare/async-v3.16.5...async-v3.16.6) (2025-02-10)


### Bug Fixes

* **async:** reatomResource recursion ([6d45161](https://github.com/artalar/reatom/commit/6d45161bfd271f9b75332da4d1eda9fa8a00adab))

## [3.16.5](https://github.com/artalar/reatom/compare/async-v3.16.4...async-v3.16.5) (2025-01-14)


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.5",
"version": "3.16.6",
"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.11.2](https://github.com/artalar/reatom/compare/effects-v3.11.1...effects-v3.11.2) (2025-02-10)


### Bug Fixes

* **effects:** concurrent recursion ([0ced206](https://github.com/artalar/reatom/commit/0ced206e450de0830c138c055da00cad99d0b851))

## [3.11.1](https://github.com/artalar/reatom/compare/effects-v3.11.0...effects-v3.11.1) (2025-01-14)


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

## [3.17.1](https://github.com/artalar/reatom/compare/jsx-v3.17.0...jsx-v3.17.1) (2025-02-10)


### Bug Fixes

* **jsx:** fragment for LL ([4bb3529](https://github.com/artalar/reatom/commit/4bb35293d01344b7f5dad9b3d09a93b1a594e9e0))

## [3.17.0](https://github.com/artalar/reatom/compare/jsx-v3.16.1...jsx-v3.17.0) (2025-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/jsx",
"version": "3.17.0",
"version": "3.17.1",
"private": false,
"sideEffects": false,
"description": "Reatom for jsx",
Expand Down
9 changes: 9 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.8.0](https://github.com/artalar/reatom/compare/primitives-v3.7.3...primitives-v3.8.0) (2025-02-10)


### Features

* **primitives:** add `push`, `pop`, `shift`, `unshift`, `slice` for `reatomArray` ([#1034](https://github.com/artalar/reatom/issues/1034)) ([47fc530](https://github.com/artalar/reatom/commit/47fc530990449fdeffcc605ca6c07e8d18bce4b9))
* **primitives:** add `sizeAtom` to `reatomMap` ([#1035](https://github.com/artalar/reatom/issues/1035)) ([2b416b3](https://github.com/artalar/reatom/commit/2b416b3d0d498ab353993d2d7803dd683001add3))
* **primitives:** add sizeAtom for reatomSet ([0e552d7](https://github.com/artalar/reatom/commit/0e552d7e5be1c050c308a23940c922eecbb3f368))

## [3.7.3](https://github.com/artalar/reatom/compare/primitives-v3.7.2...primitives-v3.7.3) (2024-08-19)


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

## [3.8.1](https://github.com/artalar/reatom/compare/url-v3.8.0...url-v3.8.1) (2025-02-10)


### Bug Fixes

* **url:** subpath handling ([6f4ad7d](https://github.com/artalar/reatom/commit/6f4ad7d247fbc788c17c8711a9ddf97c92c87767))

## [3.8.0](https://github.com/artalar/reatom/compare/url-v3.7.5...url-v3.8.0) (2024-11-05)


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

0 comments on commit 15b94c8

Please sign in to comment.