Skip to content

Commit

Permalink
chore(release): publish v5.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Mar 19, 2021
1 parent aa2dd18 commit 927ae37
Show file tree
Hide file tree
Showing 24 changed files with 127 additions and 25 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)


### Bug Fixes

* prod config ([aa2dd18](https://github.com/ykfe/ssr/commit/aa2dd1894931ef829c3ec5b133ed7f585024a50b))





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.4.13",
"version": "5.4.14",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr",
"version": "5.4.13",
"version": "5.4.14",
"description": "cli for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/ykfe/ssr#readme",
"dependencies": {
"ora": "^4.0.4",
"ssr-server-utils": "^5.4.13",
"ssr-server-utils": "^5.4.14",
"ssr-types": "^5.4.1",
"yargs": "^13.2.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-core-react
Expand Down
4 changes: 2 additions & 2 deletions packages/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-core-react",
"version": "5.4.13",
"version": "5.4.14",
"description": "core for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"merge-stream": "^2.0.0",
"react-dom": "^17.0.0",
"react-loadable": "^5.5.0",
"ssr-server-utils": "^5.4.13"
"ssr-server-utils": "^5.4.14"
},
"devDependencies": {
"@types/react-dom": "^17.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/core-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-core-vue
Expand Down
4 changes: 2 additions & 2 deletions packages/core-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-core-vue",
"version": "5.4.13",
"version": "5.4.14",
"description": "core for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.12.13",
"merge-stream": "^2.0.0",
"serialize-javascript": "^3.0.0",
"ssr-server-utils": "^5.4.13",
"ssr-server-utils": "^5.4.14",
"vue": "^2.0.0",
"vue-server-renderer": "^2.6.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/core-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-core-vue3
Expand Down
4 changes: 2 additions & 2 deletions packages/core-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-core-vue3",
"version": "5.4.13",
"version": "5.4.14",
"description": "core for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@vue/server-renderer": "^3.0.7",
"merge-stream": "^2.0.0",
"serialize-javascript": "^3.0.0",
"ssr-server-utils": "^5.4.13",
"ssr-server-utils": "^5.4.14",
"vue": "^3.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-midway/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-plugin-midway
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-midway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-midway",
"version": "5.4.13",
"version": "5.4.14",
"description": "plugin-midway for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -41,6 +41,6 @@
"@midwayjs/web": "^2.3.0",
"@types/node": "14",
"mwts": "^1.0.5",
"ssr-server-utils": "^5.4.13"
"ssr-server-utils": "^5.4.14"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-plugin-nestjs
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-nestjs",
"version": "5.4.13",
"version": "5.4.14",
"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.4.13"
"ssr-server-utils": "^5.4.14"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-plugin-react
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-react",
"version": "5.4.13",
"version": "5.4.14",
"description": "plugin-react for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -54,8 +54,8 @@
"react-dev-utils": "^11.0.4",
"ssr-client-utils": "^5.4.1",
"ssr-hoc-react": "^5.4.6",
"ssr-server-utils": "^5.4.13",
"ssr-webpack": "^5.4.13",
"ssr-server-utils": "^5.4.14",
"ssr-webpack": "^5.4.14",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "1.1.1",
"webpack-bundle-analyzer": "^3.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-plugin-vue
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-vue",
"version": "5.4.13",
"version": "5.4.14",
"description": "plugin-vue for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -52,9 +52,9 @@
"postcss-preset-env": "^6.0.5",
"postcss-safe-parser": "4.0.1",
"ssr-client-utils": "^5.4.1",
"ssr-server-utils": "^5.4.13",
"ssr-server-utils": "^5.4.14",
"ssr-types": "^5.4.1",
"ssr-webpack": "^5.4.13",
"ssr-webpack": "^5.4.14",
"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
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-plugin-vue3
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-plugin-vue3",
"version": "5.4.13",
"version": "5.4.14",
"description": "plugin-vue3 for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -53,9 +53,9 @@
"postcss-preset-env": "^6.0.5",
"postcss-safe-parser": "4.0.1",
"ssr-client-utils": "^5.3.2",
"ssr-server-utils": "^5.4.13",
"ssr-server-utils": "^5.4.14",
"ssr-types": "^5.3.2",
"ssr-webpack": "^5.4.13",
"ssr-webpack": "^5.4.14",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "1.1.1",
"vue": "^3.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/server-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)


### Bug Fixes

* prod config ([aa2dd18](https://github.com/ykfe/ssr/commit/aa2dd1894931ef829c3ec5b133ed7f585024a50b))





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-server-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/server-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-server-utils",
"version": "5.4.13",
"version": "5.4.14",
"description": "utils for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.14](https://github.com/ykfe/ssr/compare/v5.4.13...v5.4.14) (2021-03-19)

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





## [5.4.13](https://github.com/ykfe/ssr/compare/v5.4.12...v5.4.13) (2021-03-19)

**Note:** Version bump only for package ssr-webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-webpack",
"version": "5.4.13",
"version": "5.4.14",
"description": "webpack config for serverless ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/ykfe/ssr#readme",
"dependencies": {
"ssr-server-utils": "^5.4.13",
"ssr-server-utils": "^5.4.14",
"webpack": "^4.42.1",
"webpack-dev-server-ssr": "^3.10.3"
},
Expand Down

0 comments on commit 927ae37

Please sign in to comment.