Skip to content

Commit

Permalink
v0.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Jul 25, 2022
1 parent 09f7211 commit 01e345c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.15.8",
"version": "0.15.9",
"packages": [
"packages/*"
],
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.15.8",
"version": "0.15.9",
"description": "Koot.js 模板项目",
"author": {
"name": "Diablohu",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"koot": "^0.15.8"
"koot": "^0.15.9"
},
"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.15.8",
"version": "0.15.9",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.15.8"
"koot": "^0.15.9"
}
}
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.15.8",
"version": "0.15.9",
"description": "Boilerplate project for koot.js app",
"author": {
"name": "diablohu",
Expand Down Expand Up @@ -31,7 +31,7 @@
"axios": "^0.27.2",
"bind-event": "^1.1.2",
"classnames": "^2.3.1",
"koot": "^0.15.8"
"koot": "^0.15.9"
},
"devDependencies": {
"@types/classnames": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/koot-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot-electron",
"version": "0.15.8",
"version": "0.15.9",
"description": "Electron kit for Koot.js app.",
"sideEffects": false,
"main": "index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"electron-builder": "^23.1.0"
},
"devDependencies": {
"koot": "^0.15.8",
"koot-webpack": "^0.15.8"
"koot": "^0.15.9",
"koot-webpack": "^0.15.9"
},
"gitHead": "e808ca5e9bc250926c4bc74b55de2bce548a315e"
}
6 changes: 3 additions & 3 deletions packages/koot-qiankun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot-qiankun",
"version": "0.15.8",
"version": "0.15.9",
"description": "Creates Qiankun MicroApp configuration for Koot.js app.",
"sideEffects": false,
"scripts": {},
Expand All @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/cmux/koot",
"devDependencies": {
"koot": "^0.15.8",
"koot-webpack": "^0.15.8"
"koot": "^0.15.9",
"koot-webpack": "^0.15.9"
},
"gitHead": "e808ca5e9bc250926c4bc74b55de2bce548a315e"
}
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.15.8",
"version": "0.15.9",
"description": "Creates Webpack configuration for Koot.js app.",
"sideEffects": false,
"scripts": {},
Expand Down Expand Up @@ -69,7 +69,7 @@
"workbox-webpack-plugin": "^6.5.3"
},
"devDependencies": {
"koot": "^0.15.8"
"koot": "^0.15.9"
},
"gitHead": "e808ca5e9bc250926c4bc74b55de2bce548a315e"
}
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.15.8",
"version": "0.15.9",
"description": "Koot.js - React SPA & SSR (isomorphic) app framework created by CMUX",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -84,7 +84,7 @@
"koa-router": "^11.0.1",
"koa-static": "^5.0.0",
"koot-cli-kit": "^0.0.3",
"koot-webpack": "^0.15.8",
"koot-webpack": "^0.15.9",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"npm-run-script": "^0.0.4",
Expand Down

0 comments on commit 01e345c

Please sign in to comment.