Skip to content

Commit

Permalink
chore: release v3 (#540)
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 Apr 10, 2023
1 parent d6f51cb commit 8e62ef0
Show file tree
Hide file tree
Showing 9 changed files with 40 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,16 +1,16 @@
{
"packages/all-settled": "3.1.1",
"packages/async": "3.5.0",
"packages/async": "3.5.1",
"packages/core": "3.2.0",
"packages/core-v1": "3.1.3",
"packages/core-v1": "3.1.4",
"packages/core-v2": "3.1.1",
"packages/effects": "3.2.0",
"packages/eslint-plugin": "3.1.0",
"packages/eslint-plugin": "3.1.1",
"packages/form": "3.1.5",
"packages/form-web": "3.1.3",
"packages/framework": "3.2.0",
"packages/hooks": "3.2.0",
"packages/lens": "3.2.0",
"packages/lens": "3.3.0",
"packages/logger": "3.3.1",
"packages/navigation": "3.1.0",
"packages/npm-cookie-baker": "3.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [3.5.1](https://github.com/artalar/reatom/compare/async-v3.5.0...async-v3.5.1) (2023-04-10)


### Bug Fixes

* **async:** [#489](https://github.com/artalar/reatom/issues/489) error in console ([#534](https://github.com/artalar/reatom/issues/534)) ([2f75da5](https://github.com/artalar/reatom/commit/2f75da59325062c05168199a0c247da79fd3fc38))
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.5.0",
"version": "3.5.1",
"private": false,
"sideEffects": false,
"description": "Reatom for async",
Expand Down
8 changes: 8 additions & 0 deletions packages/core-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [3.1.4](https://github.com/artalar/reatom/compare/core-v1-v3.1.3...core-v1-v3.1.4) (2023-04-10)


### Bug Fixes

* **core-v1:** wrong action check ([3466ad6](https://github.com/artalar/reatom/commit/3466ad674cc09c2f38998a4d0ad313a7dd5092bb))
2 changes: 1 addition & 1 deletion packages/core-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/core-v1",
"version": "3.1.3",
"version": "3.1.4",
"private": false,
"sideEffects": false,
"description": "Adapter for Reatom v1",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [3.1.1](https://github.com/artalar/reatom/compare/eslint-plugin-v3.1.0...eslint-plugin-v3.1.1) (2023-04-10)


### Bug Fixes

* **eslint-plugin:** the detection of uncorrect name when importing through aliases ([#538](https://github.com/artalar/reatom/issues/538)) ([c23d920](https://github.com/artalar/reatom/commit/c23d920c8efe80e80fc3a66fdd1f626f7a0c180b))
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.1.0",
"version": "3.1.1",
"private": false,
"sideEffects": false,
"description": "Reatom for eslint-plugin",
Expand Down
8 changes: 8 additions & 0 deletions packages/lens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [3.3.0](https://github.com/artalar/reatom/compare/lens-v3.2.0...lens-v3.3.0) (2023-04-10)


### Features

* **lens:** add new operators and onLensUpdate ([#533](https://github.com/artalar/reatom/issues/533)) ([2442ca3](https://github.com/artalar/reatom/commit/2442ca34b6ab1fdc0c0aff52d18e85999e6de607))
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.2.0",
"version": "3.3.0",
"private": false,
"sideEffects": false,
"description": "Reatom for lens",
Expand Down

1 comment on commit 8e62ef0

@vercel
Copy link

@vercel vercel bot commented on 8e62ef0 Apr 10, 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.