diff --git a/lerna.json b/lerna.json index 87c2db629c..a3082853c8 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.0.90", + "version": "0.0.91", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/package.json b/packages/cli/package.json index 20743f0559..a11458279b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/cli", - "version": "0.0.90", + "version": "0.0.91", "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.90", - "@lbu/stdlib": "0.0.90", + "@lbu/insight": "0.0.91", + "@lbu/stdlib": "0.0.91", "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 98741c3ec8..0b0aa57b19 100644 --- a/packages/code-gen/package.json +++ b/packages/code-gen/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/code-gen", - "version": "0.0.90", + "version": "0.0.91", "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.90", - "@lbu/insight": "0.0.90", - "@lbu/stdlib": "0.0.90" + "@lbu/cli": "0.0.91", + "@lbu/insight": "0.0.91", + "@lbu/stdlib": "0.0.91" }, "maintainers": [ { diff --git a/packages/insight/package.json b/packages/insight/package.json index 6352db2caf..a668476214 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/insight", - "version": "0.0.90", + "version": "0.0.91", "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 48b7f2cb72..4f94519bd0 100644 --- a/packages/lint-config/package.json +++ b/packages/lint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/lint-config", - "version": "0.0.90", + "version": "0.0.91", "description": "ESLint & Prettier config", "main": "index.js", "keywords": [ diff --git a/packages/server/package.json b/packages/server/package.json index 996bb013ea..936deb4b46 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/server", - "version": "0.0.90", + "version": "0.0.91", "description": "Koa server and common middleware", "main": "./index.js", "exports": "./index.js", @@ -16,8 +16,8 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.90", - "@lbu/stdlib": "0.0.90", + "@lbu/insight": "0.0.91", + "@lbu/stdlib": "0.0.91", "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 e578d19037..b25369bcc1 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/stdlib", - "version": "0.0.90", + "version": "0.0.91", "description": "All kinds of utility functions", "main": "./index.js", "exports": "./index.js", @@ -14,7 +14,7 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.90", + "@lbu/insight": "0.0.91", "@types/node": "14.14.5", "dotenv": "8.2.0", "lodash.merge": "4.6.2" diff --git a/packages/store/package.json b/packages/store/package.json index 31e4982d8b..3b5b4dfcb7 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/store", - "version": "0.0.90", + "version": "0.0.91", "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.90", - "@lbu/stdlib": "0.0.90", + "@lbu/insight": "0.0.91", + "@lbu/stdlib": "0.0.91", "@types/minio": "7.0.6", "mime-types": "2.1.27", "minio": "7.0.16",