Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Mar 25, 2024
1 parent bf8268f commit 287d6e5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.2.76](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.76) (2024-03-25)


### Bug Fixes

* object.assign take effect in initial state ([bf8268f](https://github.com/zhangyuang/ssr/commit/bf8268fc0181e22ace47c13a6cd6239ca89c73c5))



## [6.2.75](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.75) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-react",
"version": "6.2.75",
"version": "6.2.76",
"description": "plugin-react for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-react18/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.2.76](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.76) (2024-03-25)


### Bug Fixes

* object.assign take effect in initial state ([bf8268f](https://github.com/zhangyuang/ssr/commit/bf8268fc0181e22ace47c13a6cd6239ca89c73c5))



## [6.2.75](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.75) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-react18",
"version": "6.2.75",
"version": "6.2.76",
"description": "plugin-react18 for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit 287d6e5

Please sign in to comment.