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 11, 2023
1 parent 27061af commit 6615066
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 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.7.1",
"packages/logger": "3.6.0",
"packages/npm-cookie-baker": "3.1.3",
"packages/npm-history": "3.1.6",
Expand Down
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-11)


### 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
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.7.1](https://github.com/artalar/reatom/compare/lens-v3.7.0...lens-v3.7.1) (2023-10-11)


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

0 comments on commit 6615066

Please sign in to comment.