Skip to content

Commit

Permalink
chore: release v3 (#680)
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 Oct 21, 2023
1 parent 4a8aeb1 commit 3889b1b
Show file tree
Hide file tree
Showing 13 changed files with 75 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,22 +1,22 @@
{
"packages/all-settled": "3.1.2",
"packages/async": "3.9.4",
"packages/async": "3.10.0",
"packages/core": "3.6.1",
"packages/core-v1": "3.1.7",
"packages/core-v2": "3.1.2",
"packages/effects": "3.5.1",
"packages/effects": "3.6.0",
"packages/eslint-plugin": "3.4.3",
"packages/form": "3.1.6",
"packages/form-web": "3.1.5",
"packages/framework": "3.4.0",
"packages/hooks": "3.4.2",
"packages/jsx": "3.5.0",
"packages/hooks": "3.4.3",
"packages/jsx": "3.6.0",
"packages/lens": "3.8.0",
"packages/logger": "3.6.0",
"packages/npm-cookie-baker": "3.1.3",
"packages/npm-history": "3.1.6",
"packages/npm-lit": "3.1.1",
"packages/npm-react": "3.6.1",
"packages/npm-react": "3.7.0",
"packages/npm-solid-js": "3.6.0",
"packages/npm-svelte": "3.1.2",
"packages/persist": "3.3.0",
Expand All @@ -27,7 +27,7 @@
"packages/testing": "3.4.4",
"packages/timer": "3.5.5",
"packages/undo": "3.3.1",
"packages/url": "3.3.1",
"packages/url": "3.4.0",
"packages/utils": "3.7.0",
"packages/web": "3.5.1"
}
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.10.0](https://github.com/artalar/reatom/compare/async-v3.9.4...async-v3.10.0) (2023-10-20)


### Features

* **async:** deprecate reatomAsyncReaction in favor of reatomReactiveAsync ([678adf2](https://github.com/artalar/reatom/commit/678adf2b337b6a895f94e5997739274822332c4f))


### Bug Fixes

* **async:** do not cache aborted promise ([1b6fbe8](https://github.com/artalar/reatom/commit/1b6fbe83ae10a0b170996a16c272a1783d77cb39))

## [3.9.4](https://github.com/artalar/reatom/compare/async-v3.9.3...async-v3.9.4) (2023-10-09)


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

## [3.6.0](https://github.com/artalar/reatom/compare/effects-v3.5.1...effects-v3.6.0) (2023-10-20)


### Features

* **effects:** add isInit method ([4a8aeb1](https://github.com/artalar/reatom/commit/4a8aeb14d0cdf54a545dda498c026e8f9b7c29d2))
* **effects:** skip mark for take filter ([c136bd8](https://github.com/artalar/reatom/commit/c136bd884df59715ea8a4028e29eaa3e1dc6b076))


### Bug Fixes

* **effects:** withAbortableSchedule ([399d36f](https://github.com/artalar/reatom/commit/399d36ffb00d3597fa9c234358b8c50a6aeb8a7a))

## [3.5.1](https://github.com/artalar/reatom/compare/effects-v3.5.0...effects-v3.5.1) (2023-09-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.5.1",
"version": "3.6.0",
"private": false,
"sideEffects": false,
"description": "Reatom for effects",
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.4.3](https://github.com/artalar/reatom/compare/hooks-v3.4.2...hooks-v3.4.3) (2023-10-20)


### Bug Fixes

* **hooks:** do not change onConnect promise caught behavior ([3754d73](https://github.com/artalar/reatom/commit/3754d73a8c312ef300b8569dc1d415fa7a462488))

## [3.4.2](https://github.com/artalar/reatom/compare/hooks-v3.4.1...hooks-v3.4.2) (2023-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/hooks",
"version": "3.4.2",
"version": "3.4.3",
"private": false,
"sideEffects": false,
"description": "Reatom for hooks",
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.6.0](https://github.com/artalar/reatom/compare/jsx-v3.5.0...jsx-v3.6.0) (2023-10-20)


### Features

* **jsx:** support 'style' and 'styles' props ([#674](https://github.com/artalar/reatom/issues/674)) ([a3ad7d8](https://github.com/artalar/reatom/commit/a3ad7d8a5407635b876869ba5b9ab097a0f6835e))


### Bug Fixes

* **jsx:** fix $attrs ([#681](https://github.com/artalar/reatom/issues/681)) ([d21daa1](https://github.com/artalar/reatom/commit/d21daa1fed6f26d61afccb6d546773f866ffcf84))

## [3.5.0](https://github.com/artalar/reatom/compare/jsx-v3.4.0...jsx-v3.5.0) (2023-10-09)


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

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


### Features

* **async:** deprecate reatomAsyncReaction in favor of reatomReactiveAsync ([678adf2](https://github.com/artalar/reatom/commit/678adf2b337b6a895f94e5997739274822332c4f))


### Bug Fixes

* **npm-react:** drop ctx.cause.cause for reatomComponent ([5227f3d](https://github.com/artalar/reatom/commit/5227f3ddd3eb70c777dbd3d8279300d5e1e61f1f))

## [3.6.1](https://github.com/artalar/reatom/compare/npm-react-v3.6.0...npm-react-v3.6.1) (2023-09-15)


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.6.1",
"version": "3.7.0",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for React",
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.4.0](https://github.com/artalar/reatom/compare/url-v3.3.1...url-v3.4.0) (2023-10-20)


### Features

* **url:** add SearchParamsAtom.del and persist refactor ([af86da3](https://github.com/artalar/reatom/commit/af86da339cf0ba864eec9d074aa9f8b14c403fd2))

## [3.3.1](https://github.com/artalar/reatom/compare/url-v3.3.0...url-v3.3.1) (2023-10-09)


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.3.1",
"version": "3.4.0",
"private": false,
"sideEffects": false,
"description": "Reatom for url",
Expand Down

1 comment on commit 3889b1b

@vercel
Copy link

@vercel vercel bot commented on 3889b1b Oct 21, 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.