Skip to content

Commit

Permalink
chore: release v3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 14, 2023
1 parent f61dddc commit f9390b3
Show file tree
Hide file tree
Showing 7 changed files with 34 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-14)


### 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
13 changes: 13 additions & 0 deletions packages/lens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### 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:** 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-14)


### 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

0 comments on commit f9390b3

Please sign in to comment.