Skip to content

Commit

Permalink
chore: release v3 (artalar#900)
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 Aug 24, 2024
1 parent 3e60060 commit ddc52ec
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 @@ -10,8 +10,8 @@
"packages/form-web": "3.2.2",
"packages/framework": "3.4.0",
"packages/hooks": "3.5.5",
"packages/jsx": "3.12.0",
"packages/lens": "3.11.2",
"packages/jsx": "3.13.0",
"packages/lens": "3.11.3",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
"packages/npm-history": "3.1.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.13.0](https://github.com/artalar/reatom/compare/jsx-v3.12.0...jsx-v3.13.0) (2024-08-24)


### Features

* **jsx:** add automatic input type def for a model ([e906142](https://github.com/artalar/reatom/commit/e90614230ded105812ef9e06cdb3af833852cd33))

## [3.12.0](https://github.com/artalar/reatom/compare/jsx-v3.11.3...jsx-v3.12.0) (2024-08-19)


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.12.0",
"version": "3.13.0",
"private": false,
"sideEffects": false,
"description": "Reatom for jsx",
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.11.3](https://github.com/artalar/reatom/compare/lens-v3.11.2...lens-v3.11.3) (2024-08-24)


### Bug Fixes

* **lens:** select equal callback ([ce87fbf](https://github.com/artalar/reatom/commit/ce87fbfd0e7ef953e6c5156645c0aac77b20a952))

## [3.11.2](https://github.com/artalar/reatom/compare/lens-v3.11.1...lens-v3.11.2) (2024-06-22)


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

0 comments on commit ddc52ec

Please sign in to comment.