From 1f105a03daf8b67303370a25d9c7c94e4fffc355 Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Sun, 15 Nov 2020 23:08:35 +0100 Subject: [PATCH] v0.0.100 --- lerna.json | 2 +- packages/cli/package.json | 6 +++--- packages/code-gen/package.json | 8 ++++---- packages/insight/package.json | 2 +- packages/lint-config/package.json | 2 +- packages/server/package.json | 6 +++--- packages/stdlib/package.json | 4 ++-- packages/store/package.json | 6 +++--- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index c42186ed14..bec5cfcb04 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.0.99", + "version": "0.0.100", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/package.json b/packages/cli/package.json index 92ea3bae7d..fa5c8a9db8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/cli", - "version": "0.0.99", + "version": "0.0.100", "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.99", - "@lbu/stdlib": "0.0.99", + "@lbu/insight": "0.0.100", + "@lbu/stdlib": "0.0.100", "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 758729afe0..d735502e49 100644 --- a/packages/code-gen/package.json +++ b/packages/code-gen/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/code-gen", - "version": "0.0.99", + "version": "0.0.100", "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.99", - "@lbu/insight": "0.0.99", - "@lbu/stdlib": "0.0.99" + "@lbu/cli": "0.0.100", + "@lbu/insight": "0.0.100", + "@lbu/stdlib": "0.0.100" }, "maintainers": [ { diff --git a/packages/insight/package.json b/packages/insight/package.json index 7e067dae86..fda43a156f 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/insight", - "version": "0.0.99", + "version": "0.0.100", "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 f7939550ee..b19e8a9d59 100644 --- a/packages/lint-config/package.json +++ b/packages/lint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/lint-config", - "version": "0.0.99", + "version": "0.0.100", "description": "ESLint & Prettier config", "main": "index.js", "keywords": [ diff --git a/packages/server/package.json b/packages/server/package.json index 0f3f3ce4cc..6726ac75ea 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/server", - "version": "0.0.99", + "version": "0.0.100", "description": "Koa server and common middleware", "main": "./index.js", "exports": "./index.js", @@ -16,8 +16,8 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.99", - "@lbu/stdlib": "0.0.99", + "@lbu/insight": "0.0.100", + "@lbu/stdlib": "0.0.100", "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 dd532f03e4..6a873536c1 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/stdlib", - "version": "0.0.99", + "version": "0.0.100", "description": "All kinds of utility functions", "main": "./index.js", "exports": "./index.js", @@ -14,7 +14,7 @@ ], "license": "MIT", "dependencies": { - "@lbu/insight": "0.0.99", + "@lbu/insight": "0.0.100", "@types/node": "14.14.7", "dotenv": "8.2.0", "lodash.merge": "4.6.2" diff --git a/packages/store/package.json b/packages/store/package.json index 245addd64e..64953ea72c 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@lbu/store", - "version": "0.0.99", + "version": "0.0.100", "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.99", - "@lbu/stdlib": "0.0.99", + "@lbu/insight": "0.0.100", + "@lbu/stdlib": "0.0.100", "@types/minio": "7.0.6", "mime-types": "2.1.27", "minio": "7.0.16",