Skip to content

Commit 1b32cc4

Browse files
committed
1 parent 39da637 commit 1b32cc4

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

packages/types/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [6.2.62](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.62) (2024-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* analyze ([2b3879c](https://github.com/zhangyuang/ssr/commit/2b3879cf10009ed7128f7da101518e2bc93abc8a))
7+
8+
9+
### Features
10+
11+
* add esbuild external-modules plugin ([ed206cb](https://github.com/zhangyuang/ssr/commit/ed206cbc4d63ca3029e30b347eb64b6f8d659528))
12+
* add wrap-micro-scope-plugin ([39da637](https://github.com/zhangyuang/ssr/commit/39da63718930490db4f99845d8df20b5636f2c39))
13+
* support handle external in client ([a666e76](https://github.com/zhangyuang/ssr/commit/a666e76a504468130e59a804a95269490106e5da))
14+
* support handle external in server ([a804514](https://github.com/zhangyuang/ssr/commit/a804514371a4ea8a7705fb2785d3ae6d96ac2da2))
15+
16+
17+
118
## [6.2.61](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.61) (2024-09-20)
219

320

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssr-types",
3-
"version": "6.2.61",
3+
"version": "6.2.62",
44
"description": "types for serverless ssr",
55
"main": "./cjs/index.js",
66
"module": "./esm/index.js",

packages/utils/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [6.2.157](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.157) (2024-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* analyze ([2b3879c](https://github.com/zhangyuang/ssr/commit/2b3879cf10009ed7128f7da101518e2bc93abc8a))
7+
8+
9+
### Features
10+
11+
* add wrap-micro-scope-plugin ([39da637](https://github.com/zhangyuang/ssr/commit/39da63718930490db4f99845d8df20b5636f2c39))
12+
13+
14+
115
## [6.2.156](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.156) (2024-09-20)
216

317

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssr-common-utils",
3-
"version": "6.2.156",
3+
"version": "6.2.157",
44
"description": "utils for serverless ssr",
55
"types": "./esm/types.d.ts",
66
"main": "./cjs/server/index.js",

0 commit comments

Comments
 (0)