Skip to content

Commit

Permalink
v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Nov 10, 2020
1 parent 152a618 commit 2a0a8aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.2](https://github.com/ykfe/egg-react-ssr/compare/v3.7.1...v3.7.2) (2020-11-10)

**Note:** Version bump only for package egg-react-ssr
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": "3.7.1",
"version": "3.7.2",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/yk-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.2](https://github.com/ykfe/egg-react-ssr/compare/v3.7.1...v3.7.2) (2020-11-10)

**Note:** Version bump only for package yk-cli
2 changes: 1 addition & 1 deletion packages/yk-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yk-cli",
"version": "3.7.1",
"version": "3.7.2",
"description": "ykcli for ssr",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 2a0a8aa

Please sign in to comment.