Skip to content

Commit

Permalink
fix: ssr types
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Aug 5, 2021
1 parent 89e82a8 commit 742440f
Show file tree
Hide file tree
Showing 33 changed files with 181 additions and 44 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)


### Bug Fixes

* ssr types ([5aad4da](https://github.com/ykfe/ssr/commit/5aad4dafbf25cff1ea55fd4773a76a957ebd58d5))





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.5.94",
"version": "5.5.95",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)

**Note:** Version bump only for package ssr
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr",
"version": "5.5.94",
"version": "5.5.95",
"description": "cli for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"ora": "^4.0.4",
"shelljs": "^0.8.3",
"ssr-server-utils": "^5.5.94",
"ssr-types": "^5.5.91",
"ssr-server-utils": "^5.5.95",
"ssr-types": "^5.5.95",
"yargs": "^13.2.4"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/client-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-client-utils





## [5.5.91](https://github.com/ykfe/ssr/compare/v5.5.90...v5.5.91) (2021-08-02)

**Note:** Version bump only for package ssr-client-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/client-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-client-utils",
"version": "5.5.91",
"version": "5.5.95",
"description": "utils for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/ykfe/ssr#readme",
"dependencies": {
"path-to-regexp": "^6.2.0",
"ssr-types": "^5.5.91"
"ssr-types": "^5.5.95"
},
"devDependencies": {
"concurrently": "^5.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/core-react/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-core-react





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)

**Note:** Version bump only for package ssr-core-react
Expand Down
4 changes: 2 additions & 2 deletions packages/core-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-core-react",
"version": "5.5.94",
"version": "5.5.95",
"description": "core for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "^17.0.0",
"react-loadable": "^5.0.0",
"serialize-javascript": "^3.0.0",
"ssr-server-utils": "^5.5.94"
"ssr-server-utils": "^5.5.95"
},
"devDependencies": {
"@types/react-dom": "^17.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/core-vue/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-core-vue





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)

**Note:** Version bump only for package ssr-core-vue
Expand Down
4 changes: 2 additions & 2 deletions packages/core-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-core-vue",
"version": "5.5.94",
"version": "5.5.95",
"description": "core for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@babel/runtime": "^7.12.13",
"serialize-javascript": "^3.0.0",
"ssr-server-utils": "^5.5.94",
"ssr-server-utils": "^5.5.95",
"vue": "^2.0.0",
"vue-server-renderer": "^2.6.0",
"vuex": "^3.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/core-vue3/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-core-vue3





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)

**Note:** Version bump only for package ssr-core-vue3
Expand Down
4 changes: 2 additions & 2 deletions packages/core-vue3/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-core-vue3",
"version": "5.5.94",
"version": "5.5.95",
"description": "core for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/runtime": "^7.12.13",
"@vue/server-renderer": "^3.0.7",
"serialize-javascript": "^3.0.0",
"ssr-server-utils": "^5.5.94",
"ssr-server-utils": "^5.5.95",
"vue": "^3.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/hoc-react/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-hoc-react





## [5.5.91](https://github.com/ykfe/ssr/compare/v5.5.90...v5.5.91) (2021-08-02)

**Note:** Version bump only for package ssr-hoc-react
Expand Down
4 changes: 2 additions & 2 deletions packages/hoc-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-hoc-react",
"version": "5.5.91",
"version": "5.5.95",
"description": "hoc for react ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.3",
"ssr-types-react": "^5.5.91"
"ssr-types-react": "^5.5.95"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-midway/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-plugin-midway





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)

**Note:** Version bump only for package ssr-plugin-midway
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-midway/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-midway",
"version": "5.5.94",
"version": "5.5.95",
"description": "plugin-midway for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@midwayjs/fcli-plugin-scf": "^1.2.12",
"@midwayjs/luckyeye": "^1.0.0",
"mwts": "^1.0.5",
"ssr-server-utils": "^5.5.94"
"ssr-server-utils": "^5.5.95"
},
"peerDependencies": {
"@midwayjs/decorator": "^2.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-nestjs/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-plugin-nestjs





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)

**Note:** Version bump only for package ssr-plugin-nestjs
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-nestjs/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-nestjs",
"version": "5.5.94",
"version": "5.5.95",
"description": "plugin-nestjs for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -36,6 +36,6 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.6.3",
"ssr-server-utils": "^5.5.94"
"ssr-server-utils": "^5.5.95"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-plugin-react





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)


Expand Down
12 changes: 6 additions & 6 deletions packages/plugin-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-react",
"version": "5.5.94",
"version": "5.5.95",
"description": "plugin-react for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -54,10 +54,10 @@
"postcss-safe-parser": "4.0.1",
"react-dev-utils": "^11.0.4",
"serialize-javascript": "^3.0.0",
"ssr-client-utils": "^5.5.91",
"ssr-hoc-react": "^5.5.91",
"ssr-server-utils": "^5.5.94",
"ssr-webpack": "^5.5.94",
"ssr-client-utils": "^5.5.95",
"ssr-hoc-react": "^5.5.95",
"ssr-server-utils": "^5.5.95",
"ssr-webpack": "^5.5.95",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "1.1.1",
"webpack-bundle-analyzer": "^3.6.1",
Expand All @@ -71,6 +71,6 @@
"@types/react-router-dom": "^5.1.3",
"@types/serialize-javascript": "^1.5.0",
"@types/webpack": "^4.41.10",
"ssr-types-react": "^5.5.91"
"ssr-types-react": "^5.5.95"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-plugin-vue





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)


Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-vue",
"version": "5.5.94",
"version": "5.5.95",
"description": "plugin-vue for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -51,10 +51,10 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "^6.0.5",
"postcss-safe-parser": "4.0.1",
"ssr-client-utils": "^5.5.91",
"ssr-server-utils": "^5.5.94",
"ssr-types": "^5.5.91",
"ssr-webpack": "^5.5.94",
"ssr-client-utils": "^5.5.95",
"ssr-server-utils": "^5.5.95",
"ssr-types": "^5.5.95",
"ssr-webpack": "^5.5.95",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "1.1.1",
"vue": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-vue3/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.95](https://github.com/ykfe/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)

**Note:** Version bump only for package ssr-plugin-vue3





## [5.5.94](https://github.com/ykfe/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)


Expand Down

0 comments on commit 742440f

Please sign in to comment.