Skip to content

Commit

Permalink
chore: release v3 (#766)
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 Feb 20, 2024
1 parent ab0e826 commit 2377ad6
Show file tree
Hide file tree
Showing 7 changed files with 27 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 @@ -10,17 +10,17 @@
"packages/form-web": "3.2.0",
"packages/framework": "3.4.0",
"packages/hooks": "3.5.2",
"packages/jsx": "3.6.0",
"packages/jsx": "3.7.0",
"packages/lens": "3.9.1",
"packages/logger": "3.6.0",
"packages/npm-cookie-baker": "3.1.3",
"packages/npm-history": "3.1.6",
"packages/npm-lit": "3.1.1",
"packages/npm-react": "3.8.3",
"packages/npm-react": "3.8.4",
"packages/npm-solid-js": "3.6.0",
"packages/npm-svelte": "3.1.2",
"packages/persist": "3.3.0",
"packages/persist-web-storage": "3.3.0",
"packages/persist-web-storage": "3.3.1",
"packages/primitives": "3.2.1",
"packages/react-v1": "3.1.5",
"packages/react-v2": "3.1.0",
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.7.0](https://github.com/artalar/reatom/compare/jsx-v3.6.0...jsx-v3.7.0) (2024-02-20)


### Features

* **jsx:** complete jsx renderer ([#733](https://github.com/artalar/reatom/issues/733)) ([f251172](https://github.com/artalar/reatom/commit/f251172ead5a386ec95e145ccc12845b428d93da))

## [3.6.0](https://github.com/artalar/reatom/compare/jsx-v3.5.0...jsx-v3.6.0) (2023-10-20)


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

## [3.8.4](https://github.com/artalar/reatom/compare/npm-react-v3.8.3...npm-react-v3.8.4) (2024-02-20)


### Bug Fixes

* **npm-react:** reatomComponent displayName ([bb85630](https://github.com/artalar/reatom/commit/bb85630d50f4ea73154c9136b29086a20046f4d1))

## [3.8.3](https://github.com/artalar/reatom/compare/npm-react-v3.8.2...npm-react-v3.8.3) (2024-02-05)


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.8.3",
"version": "3.8.4",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for React",
Expand Down
7 changes: 7 additions & 0 deletions packages/persist-web-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.1](https://github.com/artalar/reatom/compare/persist-web-storage-v3.3.0...persist-web-storage-v3.3.1) (2024-02-20)


### Bug Fixes

* **persist-web-storage:** types ([ab0e826](https://github.com/artalar/reatom/commit/ab0e8261f39d81998bccc6425f3dee577143da7c))

## [3.3.0](https://github.com/artalar/reatom/compare/persist-web-storage-v3.2.3...persist-web-storage-v3.3.0) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/persist-web-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/persist-web-storage",
"version": "3.3.0",
"version": "3.3.1",
"sideEffects": false,
"description": "Reatom adapter for localStorage and sessionStorage",
"source": "src/index.ts",
Expand Down

0 comments on commit 2377ad6

Please sign in to comment.