Skip to content

Commit d31dd72

Browse files
committed
1 parent 671ba69 commit d31dd72

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

packages/types/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [6.2.65](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.65) (2024-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* compile error ([6be2a8f](https://github.com/zhangyuang/ssr/commit/6be2a8ffb65edd91ad8bc9b0ef66a338a8de4218))
7+
8+
9+
### Features
10+
11+
* adjust history order ([67ea802](https://github.com/zhangyuang/ssr/commit/67ea80211140cb4aa018d04789c0cc006e39e438))
12+
* use micro plugin in dev ([671ba69](https://github.com/zhangyuang/ssr/commit/671ba695747a00297d640869dcf9d3437944dd58))
13+
14+
15+
116
## [6.2.64](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.64) (2024-10-23)
217

318

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.64",
3+
"version": "6.2.65",
44
"description": "types for serverless ssr",
55
"main": "./cjs/index.js",
66
"module": "./esm/index.js",

packages/utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [6.2.161](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.161) (2024-11-14)
2+
3+
4+
### Features
5+
6+
* adjust history order ([67ea802](https://github.com/zhangyuang/ssr/commit/67ea80211140cb4aa018d04789c0cc006e39e438))
7+
* use micro plugin in dev ([671ba69](https://github.com/zhangyuang/ssr/commit/671ba695747a00297d640869dcf9d3437944dd58))
8+
9+
10+
111
## [6.2.160](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.160) (2024-10-24)
212

313

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.160",
3+
"version": "6.2.161",
44
"description": "utils for serverless ssr",
55
"types": "./esm/types.d.ts",
66
"main": "./cjs/server/index.js",

0 commit comments

Comments
 (0)