Skip to content

Commit

Permalink
v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Mar 11, 2020
1 parent de44878 commit deaa2c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2",
"version": "0.13.3",
"packages": ["packages/*"],
"command": {
"bootstrap": {
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.13.1",
"version": "0.13.3",
"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.13.2",
"version": "0.13.3",
"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.2"
"koot": "^0.13.3"
},
"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.2",
"version": "0.13.3",
"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.8",
"koa-static": "^5.0.0",
"koot-webpack": "^0.13.2",
"koot-webpack": "^0.13.3",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"md5-file": "^4.0.0",
Expand Down

0 comments on commit deaa2c2

Please sign in to comment.