Skip to content

Commit

Permalink
chore: release v3 (#783)
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 Apr 12, 2024
1 parent 3c5be07 commit 3b5585a
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/all-settled": "3.1.2",
"packages/async": "3.13.6",
"packages/core": "3.7.0",
"packages/async": "3.14.0",
"packages/core": "3.8.0",
"packages/core-v1": "3.1.7",
"packages/core-v2": "3.1.2",
"packages/effects": "3.7.2",
Expand All @@ -10,7 +10,7 @@
"packages/form-web": "3.2.0",
"packages/framework": "3.4.0",
"packages/hooks": "3.5.3",
"packages/jsx": "3.8.0",
"packages/jsx": "3.9.0",
"packages/lens": "3.9.1",
"packages/logger": "3.6.0",
"packages/npm-cookie-baker": "3.1.3",
Expand All @@ -20,11 +20,11 @@
"packages/npm-solid-js": "3.6.0",
"packages/npm-svelte": "3.1.2",
"packages/persist": "3.3.0",
"packages/persist-web-storage": "3.3.3",
"packages/primitives": "3.2.1",
"packages/persist-web-storage": "3.3.4",
"packages/primitives": "3.3.0",
"packages/react-v1": "3.1.5",
"packages/react-v2": "3.1.0",
"packages/testing": "3.4.4",
"packages/testing": "3.4.5",
"packages/timer": "3.6.0",
"packages/undo": "3.3.1",
"packages/url": "3.7.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.14.0](https://github.com/artalar/reatom/compare/async-v3.13.6...async-v3.14.0) (2024-04-12)


### Features

* **primitives:** add withAssign, deprecate withReducers ([3ac66fc](https://github.com/artalar/reatom/commit/3ac66fc76fffa4ef05e9782d93c982020188196f))


### Bug Fixes

* **async:** change type of dataAtom in withDataAtom operator without initState ([#785](https://github.com/artalar/reatom/issues/785)) ([ecf44a6](https://github.com/artalar/reatom/commit/ecf44a6039e3217cb2d45c465564a67bd21f095c))

## [3.13.6](https://github.com/artalar/reatom/compare/async-v3.13.5...async-v3.13.6) (2024-03-19)


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

## [3.8.0](https://github.com/artalar/reatom/compare/core-v3.7.0...core-v3.8.0) (2024-04-12)


### Features

* **core:** add batch method ([2e082b6](https://github.com/artalar/reatom/commit/2e082b6296d933ca24046f60ad31b11098027af2))


### Bug Fixes

* **core:** remove extra computation ([6e3d86d](https://github.com/artalar/reatom/commit/6e3d86dc9d8de9dd78a9c10ce4cb3a899e407093))

## [3.7.0](https://github.com/artalar/reatom/compare/core-v3.6.6...core-v3.7.0) (2024-02-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.7.0",
"version": "3.8.0",
"private": false,
"description": "The ultimate state manager",
"source": "src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.9.0](https://github.com/artalar/reatom/compare/jsx-v3.8.0...jsx-v3.9.0) (2024-04-12)


### Features

* **jsx:** support array children ([c555206](https://github.com/artalar/reatom/commit/c555206b4349494912cc278b5157d9b167cc54a0))


### Bug Fixes

* **jsx:** mount fragment as child ([#782](https://github.com/artalar/reatom/issues/782)) ([33a0fda](https://github.com/artalar/reatom/commit/33a0fda91bd1ed5a384d8214baa08f0b295861f2))

## [3.8.0](https://github.com/artalar/reatom/compare/jsx-v3.7.0...jsx-v3.8.0) (2024-03-31)


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

## [3.3.4](https://github.com/artalar/reatom/compare/persist-web-storage-v3.3.3...persist-web-storage-v3.3.4) (2024-04-12)


### Bug Fixes

* **persist-web-storage:** availability of BroadcastChannel ([199d69a](https://github.com/artalar/reatom/commit/199d69a13a3b2b0eabc22bb5ffaaa8e025f40041))

## [3.3.3](https://github.com/artalar/reatom/compare/persist-web-storage-v3.3.2...persist-web-storage-v3.3.3) (2024-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/persist-web-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/persist-web-storage",
"version": "3.3.3",
"version": "3.3.4",
"sideEffects": false,
"description": "Reatom adapter for localStorage and sessionStorage",
"source": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.0](https://github.com/artalar/reatom/compare/primitives-v3.2.1...primitives-v3.3.0) (2024-04-12)


### Features

* **primitives:** add withAssign, deprecate withReducers ([3ac66fc](https://github.com/artalar/reatom/commit/3ac66fc76fffa4ef05e9782d93c982020188196f))

## [3.2.1](https://github.com/artalar/reatom/compare/primitives-v3.2.0...primitives-v3.2.1) (2023-05-21)


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.2.1",
"version": "3.3.0",
"private": false,
"sideEffects": false,
"description": "Reatom for primitives",
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.5](https://github.com/artalar/reatom/compare/testing-v3.4.4...testing-v3.4.5) (2024-04-12)


### Bug Fixes

* **testing:** callSafelySilent ([d80f013](https://github.com/artalar/reatom/commit/d80f0132542b5dad732228e0c49bf807dfc916ae))

## [3.4.4](https://github.com/artalar/reatom/compare/testing-v3.4.3...testing-v3.4.4) (2023-09-26)


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.4",
"version": "3.4.5",
"private": false,
"sideEffects": false,
"description": "Reatom testing package",
Expand Down

0 comments on commit 3b5585a

Please sign in to comment.