Skip to content

Commit

Permalink
v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Feb 14, 2020
1 parent 36f7b08 commit 7c3afea
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.12.5",
"version": "0.12.6",
"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.12.5",
"version": "0.12.6",
"description": "Koot.js 模板项目",
"author": {
"name": "Diablohu",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"axios": "^0.19.0",
"cssnano": "^4.1.10",
"koot": "^0.12.5",
"koot": "^0.12.6",
"normalize.css": "^8.0.1",
"svg-url-loader": "^2.3.2"
},
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.12.5",
"version": "0.12.6",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.12.5"
"koot": "^0.12.6"
}
}
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.12.5",
"version": "0.12.6",
"description": "Boilerplate project for koot.js app",
"author": {
"name": "diablohu",
Expand Down Expand Up @@ -34,7 +34,7 @@
"axios": "^0.19.2",
"bind-event": "^1.1.2",
"classnames": "^2.2.6",
"koot": "^0.12.5"
"koot": "^0.12.6"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/koot-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot-cli",
"version": "0.12.5",
"version": "0.12.6",
"description": "CLI for creating and upgrading Koot.js app.",
"main": "index.js",
"sideEffects": false,
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.12.5",
"version": "0.12.6",
"description": "Creates Webpack configuration for Koot.js app.",
"sideEffects": false,
"scripts": {},
Expand Down Expand Up @@ -68,7 +68,7 @@
"node-sass": "^4.13.1"
},
"devDependencies": {
"koot": "^0.12.5"
"koot": "^0.12.6"
},
"gitHead": "2c40d0d15861c83c7fff0db2557df6890abd084c"
}
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.12.5",
"version": "0.12.6",
"description": "Koot.js - React SPA & SSR (isomorphic) app framework created by CMUX",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -80,7 +80,7 @@
"koa-proxies": "^0.11.0",
"koa-router": "^8.0.7",
"koa-static": "^5.0.0",
"koot-webpack": "^0.12.5",
"koot-webpack": "^0.12.6",
"less": "^3.11.1",
"lodash": "^4.17.15",
"md5": "^2.2.1",
Expand Down

0 comments on commit 7c3afea

Please sign in to comment.