diff --git a/lerna.json b/lerna.json index 832bce24d1..8772fc54cf 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.0.97", + "version": "0.0.98", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/package.json b/packages/cli/package.json index 027bd93c44..47c11009bf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/cli", - "version": "0.0.97", + "version": "0.0.98", "description": "CLI containing utilities and simple script runner", "main": "./index.js", "exports": "./index.js", @@ -27,8 +27,8 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.97", - "@lbu/stdlib": "0.0.97", + "@lbu/insight": "0.0.98", + "@lbu/stdlib": "0.0.98", "c8": "7.3.5", "chokidar": "3.4.3", "http-proxy": "1.18.1", diff --git a/packages/code-gen/package.json b/packages/code-gen/package.json index 65b12de94a..e137dd034c 100644 --- a/packages/code-gen/package.json +++ b/packages/code-gen/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/code-gen", - "version": "0.0.97", + "version": "0.0.98", "description": "Generate various boring parts of your server", "main": "./index.js", "exports": "./index.js", @@ -16,9 +16,9 @@ ], "license": "MIT", "dependencies": { - "@lbu/cli": "0.0.97", - "@lbu/insight": "0.0.97", - "@lbu/stdlib": "0.0.97" + "@lbu/cli": "0.0.98", + "@lbu/insight": "0.0.98", + "@lbu/stdlib": "0.0.98" }, "maintainers": [ { diff --git a/packages/insight/package.json b/packages/insight/package.json index 39395a9a1f..9f086c5b50 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/insight", - "version": "0.0.97", + "version": "0.0.98", "description": "Simple logger in NDJSON format", "main": "./index.js", "exports": "./index.js", diff --git a/packages/lint-config/package.json b/packages/lint-config/package.json index b5a98dfcff..9feac5b4d8 100644 --- a/packages/lint-config/package.json +++ b/packages/lint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/lint-config", - "version": "0.0.97", + "version": "0.0.98", "description": "ESLint & Prettier config", "main": "index.js", "keywords": [ diff --git a/packages/server/package.json b/packages/server/package.json index 56cd8544ea..e22ecf8e1b 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/server", - "version": "0.0.97", + "version": "0.0.98", "description": "Koa server and common middleware", "main": "./index.js", "exports": "./index.js", @@ -16,8 +16,8 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.97", - "@lbu/stdlib": "0.0.97", + "@lbu/insight": "0.0.98", + "@lbu/stdlib": "0.0.98", "formidable": "2.0.0-canary.20200504.1", "keygrip": "1.1.0", "koa": "2.13.0", diff --git a/packages/stdlib/package.json b/packages/stdlib/package.json index 2b0f21749c..73d603396f 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/stdlib", - "version": "0.0.97", + "version": "0.0.98", "description": "All kinds of utility functions", "main": "./index.js", "exports": "./index.js", @@ -14,7 +14,7 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.97", + "@lbu/insight": "0.0.98", "@types/node": "14.14.6", "dotenv": "8.2.0", "lodash.merge": "4.6.2" diff --git a/packages/store/package.json b/packages/store/package.json index 61ed4055e1..bc1dc6eef7 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/store", - "version": "0.0.97", + "version": "0.0.98", "description": "Postgres & S3-compatible wrappers for common things", "main": "./index.js", "exports": "./index.js", @@ -15,8 +15,8 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.97", - "@lbu/stdlib": "0.0.97", + "@lbu/insight": "0.0.98", + "@lbu/stdlib": "0.0.98", "@types/minio": "7.0.6", "mime-types": "2.1.27", "minio": "7.0.16",