Skip to content
代码片段 群组 项目
提交 8a8e1e76 编辑于 作者: zhangyuang's avatar zhangyuang
浏览文件

chore(release): publish v5.4.5

上级 fcfbe82d
No related branches found
标签 v5.4.5
无相关合并请求
......@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.4.5](https://github.com/ykfe/ssr/compare/v5.4.4...v5.4.5) (2021-03-11)
### Bug Fixes
* dependencies not found in pnpm ([3349844](https://github.com/ykfe/ssr/commit/3349844533a338ddc4874c880390d02b43c587b5))
* 优化 hoc-react wrapComponent 实现 ([fcfbe82](https://github.com/ykfe/ssr/commit/fcfbe82de30d7a28b0e2135b73ac9241467bc9dd))
### Features
* 支持pnpm ([#28](https://github.com/ykfe/ssr/issues/28)) ([0e647a8](https://github.com/ykfe/ssr/commit/0e647a84d0a8edced312fc7f05384ea1cb5320cb))
## [5.4.4](https://github.com/ykfe/ssr/compare/v5.4.3...v5.4.4) (2021-03-10)
......
......@@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.4.4",
"version": "5.4.5",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
......
......@@ -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.5](https://github.com/ykfe/ssr/compare/v5.4.4...v5.4.5) (2021-03-11)
### Bug Fixes
* 优化 hoc-react wrapComponent 实现 ([fcfbe82](https://github.com/ykfe/ssr/commit/fcfbe82de30d7a28b0e2135b73ac9241467bc9dd))
## [5.4.1](https://github.com/ykfe/ssr/compare/v5.4.0...v5.4.1) (2021-03-08)
**Note:** Version bump only for package ssr-hoc-react
......
{
"name": "ssr-hoc-react",
"version": "5.4.1",
"version": "5.4.5",
"description": "hoc for react ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
......
......@@ -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.5](https://github.com/ykfe/ssr/compare/v5.4.4...v5.4.5) (2021-03-11)
**Note:** Version bump only for package ssr-plugin-react
## [5.4.4](https://github.com/ykfe/ssr/compare/v5.4.3...v5.4.4) (2021-03-10)
......
{
"name": "ssr-plugin-react",
"version": "5.4.4",
"version": "5.4.5",
"description": "plugin-react for ssr",
"main": "./cjs/index.js",
"module": "./esm/index.js",
......@@ -53,7 +53,7 @@
"postcss-safe-parser": "4.0.1",
"react-dev-utils": "^10.2.1",
"ssr-client-utils": "^5.4.1",
"ssr-hoc-react": "^5.4.1",
"ssr-hoc-react": "^5.4.5",
"ssr-server-utils": "^5.4.4",
"ssr-webpack": "^5.4.4",
"terser-webpack-plugin": "^2.3.5",
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册