Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Oct 3, 2024
1 parent 39da637 commit 1b32cc4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [6.2.62](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.62) (2024-10-03)


### Bug Fixes

* analyze ([2b3879c](https://github.com/zhangyuang/ssr/commit/2b3879cf10009ed7128f7da101518e2bc93abc8a))


### Features

* add esbuild external-modules plugin ([ed206cb](https://github.com/zhangyuang/ssr/commit/ed206cbc4d63ca3029e30b347eb64b6f8d659528))
* add wrap-micro-scope-plugin ([39da637](https://github.com/zhangyuang/ssr/commit/39da63718930490db4f99845d8df20b5636f2c39))
* support handle external in client ([a666e76](https://github.com/zhangyuang/ssr/commit/a666e76a504468130e59a804a95269490106e5da))
* support handle external in server ([a804514](https://github.com/zhangyuang/ssr/commit/a804514371a4ea8a7705fb2785d3ae6d96ac2da2))



## [6.2.61](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.61) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-types",
"version": "6.2.61",
"version": "6.2.62",
"description": "types for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [6.2.157](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.157) (2024-10-03)


### Bug Fixes

* analyze ([2b3879c](https://github.com/zhangyuang/ssr/commit/2b3879cf10009ed7128f7da101518e2bc93abc8a))


### Features

* add wrap-micro-scope-plugin ([39da637](https://github.com/zhangyuang/ssr/commit/39da63718930490db4f99845d8df20b5636f2c39))



## [6.2.156](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.156) (2024-09-20)


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.156",
"version": "6.2.157",
"description": "utils for serverless ssr",
"types": "./esm/types.d.ts",
"main": "./cjs/server/index.js",
Expand Down

0 comments on commit 1b32cc4

Please sign in to comment.