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 8, 2024
1 parent 8901e76 commit 4130c87
Show file tree
Hide file tree
Showing 5 changed files with 23 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,13 +10,13 @@
"packages/form-web": "3.2.2",
"packages/framework": "3.4.0",
"packages/hooks": "3.5.5",
"packages/jsx": "3.13.1",
"packages/jsx": "3.13.2",
"packages/lens": "3.11.4",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
"packages/npm-history": "3.1.8",
"packages/npm-lit": "3.1.3",
"packages/npm-react": "3.9.0",
"packages/npm-react": "3.10.0",
"packages/npm-solid-js": "3.6.2",
"packages/npm-svelte": "3.1.4",
"packages/npm-vue": "3.6.1",
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.2](https://github.com/artalar/reatom/compare/jsx-v3.13.1...jsx-v3.13.2) (2024-10-08)


### Bug Fixes

* **jsx:** unsubscribe when removing a parent element ([#919](https://github.com/artalar/reatom/issues/919)) ([ec71d33](https://github.com/artalar/reatom/commit/ec71d337be35ed2e9fd0bf6da6b13317238636e3))

## [3.13.1](https://github.com/artalar/reatom/compare/jsx-v3.13.0...jsx-v3.13.1) (2024-09-06)


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.13.1",
"version": "3.13.2",
"private": false,
"sideEffects": false,
"description": "Reatom for jsx",
Expand Down
12 changes: 12 additions & 0 deletions packages/npm-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.10.0](https://github.com/artalar/reatom/compare/npm-react-v3.9.0...npm-react-v3.10.0) (2024-10-08)


### Features

* **npm-react:** add support for generic components ([#926](https://github.com/artalar/reatom/issues/926)) ([8901e76](https://github.com/artalar/reatom/commit/8901e76e479aed4f3b021536f822d1ef22d6739d))


### Bug Fixes

* **npm-react:** remove console.log ([#927](https://github.com/artalar/reatom/issues/927)) ([be53c6c](https://github.com/artalar/reatom/commit/be53c6c92200f35ff2611ab84099a8459aeeee37))

## [3.9.0](https://github.com/artalar/reatom/compare/npm-react-v3.8.10...npm-react-v3.9.0) (2024-09-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/npm-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/npm-react",
"version": "3.9.0",
"version": "3.10.0",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for React",
Expand Down

0 comments on commit 4130c87

Please sign in to comment.