Skip to content

Commit

Permalink
chore: release v3 (#717)
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 Nov 25, 2023
1 parent fd776cf commit 242ac8c
Show file tree
Hide file tree
Showing 9 changed files with 37 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.2",
"packages/async": "3.13.2",
"packages/async": "3.13.3",
"packages/core": "3.6.5",
"packages/core-v1": "3.1.7",
"packages/core-v2": "3.1.2",
"packages/effects": "3.7.1",
"packages/effects": "3.7.2",
"packages/eslint-plugin": "3.4.3",
"packages/form": "3.3.0",
"packages/form-web": "3.2.0",
"packages/framework": "3.4.0",
"packages/hooks": "3.5.2",
"packages/jsx": "3.6.0",
"packages/lens": "3.9.0",
"packages/lens": "3.9.1",
"packages/logger": "3.6.0",
"packages/npm-cookie-baker": "3.1.3",
"packages/npm-history": "3.1.6",
Expand All @@ -28,6 +28,6 @@
"packages/timer": "3.5.6",
"packages/undo": "3.3.1",
"packages/url": "3.6.1",
"packages/utils": "3.7.0",
"packages/utils": "3.8.0",
"packages/web": "3.5.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.13.3](https://github.com/artalar/reatom/compare/async-v3.13.2...async-v3.13.3) (2023-11-25)


### Bug Fixes

* **async:** prevent unhandled error for abort ([8c64522](https://github.com/artalar/reatom/commit/8c64522bed4d13b35a9f7f354ef6b086b5fbda98))

## [3.13.2](https://github.com/artalar/reatom/compare/async-v3.13.1...async-v3.13.2) (2023-11-23)


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

## [3.7.2](https://github.com/artalar/reatom/compare/effects-v3.7.1...effects-v3.7.2) (2023-11-25)


### Bug Fixes

* **effects:** more friendly typings for isCausedBy ([5d60c1d](https://github.com/artalar/reatom/commit/5d60c1da8710c90df60b24e5d013e829455260d0))
* **effects:** prevent unhandled error for abort ([fe884e2](https://github.com/artalar/reatom/commit/fe884e24ac574fc50c7ce4e825459d7059136b73))

## [3.7.1](https://github.com/artalar/reatom/compare/effects-v3.7.0...effects-v3.7.1) (2023-11-23)


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.7.1",
"version": "3.7.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.9.1](https://github.com/artalar/reatom/compare/lens-v3.9.0...lens-v3.9.1) (2023-11-25)


### Bug Fixes

* **lens:** select export ([fd776cf](https://github.com/artalar/reatom/commit/fd776cf6a5ca36beb9e3581315abb8afe7ca2050))

## [3.9.0](https://github.com/artalar/reatom/compare/lens-v3.8.0...lens-v3.9.0) (2023-11-23)


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.9.0",
"version": "3.9.1",
"private": false,
"sideEffects": false,
"description": "Reatom for lens",
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.8.0](https://github.com/artalar/reatom/compare/utils-v3.7.0...utils-v3.8.0) (2023-11-25)


### Features

* **utils:** add throwAbort ([a991be1](https://github.com/artalar/reatom/commit/a991be1153c8b1c3c929a7eabcc9328e022b8eff))

## [3.7.0](https://github.com/artalar/reatom/compare/utils-v3.6.0...utils-v3.7.0) (2023-10-20)


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

1 comment on commit 242ac8c

@vercel
Copy link

@vercel vercel bot commented on 242ac8c Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.