Skip to content

Commit

Permalink
v0.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Nov 15, 2020
1 parent 2a1a232 commit 1f105a0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.99",
"version": "0.0.100",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/code-gen/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/insight/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lbu/lint-config",
"version": "0.0.99",
"version": "0.0.100",
"description": "ESLint & Prettier config",
"main": "index.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1f105a0

Please sign in to comment.