Skip to content

Commit

Permalink
v0.15.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Dec 29, 2023
1 parent e729c02 commit e64059e
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 30 deletions.
15 changes: 4 additions & 11 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"version": "0.15.12",
"packages": [
"packages/*"
],
"version": "0.15.14",
"packages": ["packages/*"],
"command": {
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
]
"npmClientArgs": ["--no-package-lock"]
},
"publish": {
"ignoreChanges": [
"**/__tests__/**",
"**/*.md"
]
"ignoreChanges": ["**/__tests__/**", "**/*.md"]
}
}
}
4 changes: 2 additions & 2 deletions packages/create-koot-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-koot-app",
"version": "0.15.12",
"version": "0.15.14",
"description": "Create Koot.js apps.",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=12.20.0"
},
"dependencies": {
"koot-cli": "^0.15.12"
"koot-cli": "^0.15.14"
},
"files": [
"/index.js"
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.12",
"version": "0.15.14",
"description": "Koot.js 模板项目",
"author": {
"name": "Diablohu",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"koot": "^0.15.12"
"koot": "^0.15.14"
},
"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.12",
"version": "0.15.14",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.15.12"
"koot": "^0.15.14"
}
}
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.12",
"version": "0.15.14",
"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.12"
"koot": "^0.15.14"
},
"devDependencies": {
"@types/classnames": "^2.3.0",
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.15.12",
"version": "0.15.14",
"description": "CLI for creating and upgrading Koot.js app.",
"main": "index.js",
"sideEffects": false,
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.12",
"version": "0.15.14",
"description": "Electron kit for Koot.js app.",
"sideEffects": false,
"main": "index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"electron-builder": "^24.9.1"
},
"devDependencies": {
"koot": "^0.15.12",
"koot-webpack": "^0.15.12"
"koot": "^0.15.14",
"koot-webpack": "^0.15.14"
},
"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.12",
"version": "0.15.14",
"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.12",
"koot-webpack": "^0.15.12"
"koot": "^0.15.14",
"koot-webpack": "^0.15.14"
},
"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.12",
"version": "0.15.14",
"description": "Creates Webpack configuration for Koot.js app.",
"sideEffects": false,
"scripts": {},
Expand Down Expand Up @@ -69,7 +69,7 @@
"workbox-webpack-plugin": "^6.5.4"
},
"devDependencies": {
"koot": "^0.15.12"
"koot": "^0.15.14"
},
"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.12",
"version": "0.15.14",
"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.12",
"koot-webpack": "^0.15.14",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"npm-run-script": "^0.0.4",
Expand Down

0 comments on commit e64059e

Please sign in to comment.