diff --git a/lerna.json b/lerna.json index fa7c5169a3..40f072e87b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.0.93", + "version": "0.0.94", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/package.json b/packages/cli/package.json index 354c035ab4..ddf7c79dbd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/cli", - "version": "0.0.93", + "version": "0.0.94", "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.93", - "@lbu/stdlib": "0.0.93", + "@lbu/insight": "0.0.94", + "@lbu/stdlib": "0.0.94", "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 4d825df3c7..d8cea68e97 100644 --- a/packages/code-gen/package.json +++ b/packages/code-gen/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/code-gen", - "version": "0.0.93", + "version": "0.0.94", "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.93", - "@lbu/insight": "0.0.93", - "@lbu/stdlib": "0.0.93" + "@lbu/cli": "0.0.94", + "@lbu/insight": "0.0.94", + "@lbu/stdlib": "0.0.94" }, "maintainers": [ { diff --git a/packages/insight/package.json b/packages/insight/package.json index 938464a43b..c4a3416aa8 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/insight", - "version": "0.0.93", + "version": "0.0.94", "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 1486b603d8..4c4a6e4a4d 100644 --- a/packages/lint-config/package.json +++ b/packages/lint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/lint-config", - "version": "0.0.93", + "version": "0.0.94", "description": "ESLint & Prettier config", "main": "index.js", "keywords": [ diff --git a/packages/server/package.json b/packages/server/package.json index d5ae0baec9..7bc88b3042 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/server", - "version": "0.0.93", + "version": "0.0.94", "description": "Koa server and common middleware", "main": "./index.js", "exports": "./index.js", @@ -16,8 +16,8 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.93", - "@lbu/stdlib": "0.0.93", + "@lbu/insight": "0.0.94", + "@lbu/stdlib": "0.0.94", "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 7cb8b4ee57..00debb370d 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/stdlib", - "version": "0.0.93", + "version": "0.0.94", "description": "All kinds of utility functions", "main": "./index.js", "exports": "./index.js", @@ -14,7 +14,7 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.93", + "@lbu/insight": "0.0.94", "@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 7b547d9fb7..32d6a6f075 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/store", - "version": "0.0.93", + "version": "0.0.94", "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.93", - "@lbu/stdlib": "0.0.93", + "@lbu/insight": "0.0.94", + "@lbu/stdlib": "0.0.94", "@types/minio": "7.0.6", "mime-types": "2.1.27", "minio": "7.0.16",