Skip to content

Commit

Permalink
chore: release v3 (#663)
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 20, 2023
1 parent f870fe5 commit 2a15b39
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"packages/core-v1": "3.1.7",
"packages/core-v2": "3.1.2",
"packages/effects": "3.5.1",
"packages/eslint-plugin": "3.4.2",
"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/lens": "3.7.0",
"packages/lens": "3.8.0",
"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.5",
"packages/undo": "3.3.1",
"packages/url": "3.3.1",
"packages/utils": "3.6.0",
"packages/utils": "3.7.0",
"packages/web": "3.5.1"
}
7 changes: 7 additions & 0 deletions packages/eslint-plugin/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/eslint-plugin-v3.4.2...eslint-plugin-v3.4.3) (2023-10-20)


### Bug Fixes

* **lens:** match default case ([27061af](https://github.com/artalar/reatom/commit/27061af1ac338f5223190d110cf6e090d884e203))

## [3.4.2](https://github.com/artalar/reatom/compare/eslint-plugin-v3.4.1...eslint-plugin-v3.4.2) (2023-10-10)


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

## [3.8.0](https://github.com/artalar/reatom/compare/lens-v3.7.0...lens-v3.8.0) (2023-10-20)


### Features

* **lens:** add match().with ([f61dddc](https://github.com/artalar/reatom/commit/f61dddc858fda9921117acd472cc4e4e71cdd47e))
* **utils:** add isRec ([444c4f6](https://github.com/artalar/reatom/commit/444c4f6c528092a59bdd332218b3d42c88351999))


### Bug Fixes

* **lens:** dont allow non-recs as match.with input ([#675](https://github.com/artalar/reatom/issues/675)) ([3c6e8bc](https://github.com/artalar/reatom/commit/3c6e8bc1425cb0c5a6fbde4d78f81c1ab15c7cf9))
* **lens:** match default case ([27061af](https://github.com/artalar/reatom/commit/27061af1ac338f5223190d110cf6e090d884e203))

## [3.7.0](https://github.com/artalar/reatom/compare/lens-v3.6.2...lens-v3.7.0) (2023-10-09)


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

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


### Features

* **lens:** add match().with ([f61dddc](https://github.com/artalar/reatom/commit/f61dddc858fda9921117acd472cc4e4e71cdd47e))
* **utils:** add isRec ([444c4f6](https://github.com/artalar/reatom/commit/444c4f6c528092a59bdd332218b3d42c88351999))

## [3.6.0](https://github.com/artalar/reatom/compare/utils-v3.5.0...utils-v3.6.0) (2023-10-09)


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

1 comment on commit 2a15b39

@vercel
Copy link

@vercel vercel bot commented on 2a15b39 Oct 20, 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.