Skip to content

Commit

Permalink
chore: release v3 (#907)
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 Sep 6, 2024
1 parent 852ba1e commit 8ad033c
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"packages/all-settled": "3.1.4",
"packages/async": "3.15.3",
"packages/async": "3.16.0",
"packages/core": "3.9.0",
"packages/core-v1": "3.1.9",
"packages/core-v2": "3.1.4",
"packages/effects": "3.8.3",
"packages/effects": "3.9.0",
"packages/eslint-plugin": "3.6.2",
"packages/form": "3.3.2",
"packages/form-web": "3.2.2",
"packages/framework": "3.4.0",
"packages/hooks": "3.5.5",
"packages/jsx": "3.13.0",
"packages/lens": "3.11.3",
"packages/jsx": "3.13.1",
"packages/lens": "3.11.4",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
"packages/npm-history": "3.1.8",
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.0](https://github.com/artalar/reatom/compare/async-v3.15.3...async-v3.16.0) (2024-09-06)


### Features

* **async:** reset for resource ([852ba1e](https://github.com/artalar/reatom/commit/852ba1e3a327ce7114f7c6f4cb13ae233e82a05b))

## [3.15.3](https://github.com/artalar/reatom/compare/async-v3.15.2...async-v3.15.3) (2024-08-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.15.3",
"version": "3.16.0",
"private": false,
"sideEffects": false,
"description": "Reatom for async",
Expand Down
12 changes: 12 additions & 0 deletions packages/effects/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/effects-v3.8.3...effects-v3.9.0) (2024-09-06)


### Features

* **effects:** concurrent strategies ([426aedc](https://github.com/artalar/reatom/commit/426aedcefb1b22bda21433a3dd04cb235d49af9d))


### Bug Fixes

* **effects:** concurrent ctx types ([799485f](https://github.com/artalar/reatom/commit/799485fcf4aa9096b504cc52426cec74424e0515))

## [3.8.3](https://github.com/artalar/reatom/compare/effects-v3.8.2...effects-v3.8.3) (2024-07-16)


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

## [3.13.1](https://github.com/artalar/reatom/compare/jsx-v3.13.0...jsx-v3.13.1) (2024-09-06)


### Bug Fixes

* **jsx:** better ref unmount hook ([#906](https://github.com/artalar/reatom/issues/906)) ([cbcc564](https://github.com/artalar/reatom/commit/cbcc564cad4e1084c5953d92dd02d15ac1a0ee31))
* **jsx:** fix replace css property ([#908](https://github.com/artalar/reatom/issues/908)) ([15e2dc7](https://github.com/artalar/reatom/commit/15e2dc79cc412fb9cb0e1887334a6a18e3fd9ccf))

## [3.13.0](https://github.com/artalar/reatom/compare/jsx-v3.12.0...jsx-v3.13.0) (2024-08-24)


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.13.0",
"version": "3.13.1",
"private": false,
"sideEffects": false,
"description": "Reatom for jsx",
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.4](https://github.com/artalar/reatom/compare/lens-v3.11.3...lens-v3.11.4) (2024-09-06)


### Bug Fixes

* **lens:** better matched expression type ([#914](https://github.com/artalar/reatom/issues/914)) ([2ea51cd](https://github.com/artalar/reatom/commit/2ea51cd509760fa8ecb6530dc51c602a93e08a13))

## [3.11.3](https://github.com/artalar/reatom/compare/lens-v3.11.2...lens-v3.11.3) (2024-08-24)


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.3",
"version": "3.11.4",
"private": false,
"sideEffects": false,
"description": "Reatom for lens",
Expand Down

0 comments on commit 8ad033c

Please sign in to comment.