Skip to content

Commit

Permalink
v0.13.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Apr 20, 2020
1 parent 0628556 commit c62a557
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.18",
"version": "0.13.19",
"packages": ["packages/*"],
"command": {
"bootstrap": {
Expand Down
4 changes: 2 additions & 2 deletions packages/koot-boilerplate-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate-legacy",
"private": true,
"version": "0.13.18",
"version": "0.13.19",
"description": "Koot.js 模板项目",
"author": {
"name": "Diablohu",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"koot": "^0.13.18"
"koot": "^0.13.19"
},
"devDependencies": {
"cssnano": "^4.1.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/koot-boilerplate-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate-system",
"private": true,
"version": "0.13.18",
"version": "0.13.19",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.13.18"
"koot": "^0.13.19"
}
}
4 changes: 2 additions & 2 deletions packages/koot-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate",
"private": true,
"version": "0.13.18",
"version": "0.13.19",
"description": "Boilerplate project for koot.js app",
"author": {
"name": "diablohu",
Expand Down Expand Up @@ -30,7 +30,7 @@
"axios": "^0.19.2",
"bind-event": "^1.1.2",
"classnames": "^2.2.6",
"koot": "^0.13.18"
"koot": "^0.13.19"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/koot-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot-webpack",
"version": "0.13.18",
"version": "0.13.19",
"description": "Creates Webpack configuration for Koot.js app.",
"sideEffects": false,
"scripts": {},
Expand Down Expand Up @@ -72,7 +72,7 @@
"node-sass": "^4.13.1"
},
"devDependencies": {
"koot": "^0.13.18"
"koot": "^0.13.19"
},
"gitHead": "f4c58c48692337068d99c7fbbcd9640f2201a3e6"
}
4 changes: 2 additions & 2 deletions packages/koot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot",
"version": "0.13.18",
"version": "0.13.19",
"description": "Koot.js - React SPA & SSR (isomorphic) app framework created by CMUX",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -81,7 +81,7 @@
"koa-proxies": "^0.11.0",
"koa-router": "^8.0.8",
"koa-static": "^5.0.0",
"koot-webpack": "^0.13.18",
"koot-webpack": "^0.13.19",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"md5-file": "^4.0.0",
Expand Down

0 comments on commit c62a557

Please sign in to comment.