Skip to content

Commit

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


### Bug Fixes

* add fePort https info in ssrDevInfo ([26c9287](https://github.com/zhangyuang/ssr/commit/26c92877c8aa1498a9c85a156c1f218a291dcc8b))



## [6.2.112](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.112) (2024-08-18)


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


### Bug Fixes

* add fePort https info in ssrDevInfo ([26c9287](https://github.com/zhangyuang/ssr/commit/26c92877c8aa1498a9c85a156c1f218a291dcc8b))



## [6.2.142](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.142) (2024-08-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-common-utils",
"version": "6.2.142",
"version": "6.2.143",
"description": "utils for serverless ssr",
"types": "./esm/types.d.ts",
"main": "./cjs/server/index.js",
Expand Down

0 comments on commit c099a96

Please sign in to comment.