Skip to content

Commit

Permalink
chore(release): publish v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jjvainav committed Apr 12, 2021
1 parent 4e30a2e commit 7cdb4db
Show file tree
Hide file tree
Showing 27 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.5.5",
"version": "0.5.6",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/core",
"description": "A framework for modular server-side applications and front-end components.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/express-cookies/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-cookies",
"description": "Express module that provides cookie middleware.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"@types/express": "^4.17.1"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"@types/cookies": "^0.7.2",
"cookies": "^0.7.3",
"express": "^4.17.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/express-event-stream/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-event-stream",
"description": "Express module that provides support for event-stream endpoints and event-stream brokerless messaging.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,12 +25,12 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/express-tracing": "0.5.5",
"@shrub/logging": "0.5.5",
"@shrub/messaging": "0.5.5",
"@shrub/tracing": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"@shrub/express-tracing": "0.5.6",
"@shrub/logging": "0.5.6",
"@shrub/messaging": "0.5.6",
"@shrub/tracing": "0.5.6",
"@sprig/event-emitter": "^0.1.54",
"@sprig/request-client": "^0.1.54",
"@sprig/request-client-events": "^0.1.54",
Expand Down
6 changes: 3 additions & 3 deletions packages/express-http-errors/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-http-errors",
"description": "Express middleware for handling errors generated by the http-errors library.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"express": "^4.17.1",
"http-errors": "^1.7.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/express-identity/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-identity",
"description": "Express module that provides middleware for managing authenticated users.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/express-session": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"@shrub/express-session": "0.5.6",
"express": "^4.17.1",
"http-errors": "^1.7.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/express-proxy/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-proxy",
"description": "Express module that provides support for forwarding requests to other express modules.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"@types/express": "^4.17.1"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"@sprig/request-client": "^0.1.54",
"express": "^4.17.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/express-session/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-session",
"description": "Express module that provides simple session middleware.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"@types/express": "^4.17.1"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/express-cookies": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"@shrub/express-cookies": "0.5.6",
"express": "^4.17.1"
}
}
10 changes: 5 additions & 5 deletions packages/express-tracing/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-tracing",
"description": "A module that provides middleware for tracing express requests.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@types/express": "^4.17.1"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/logging": "0.5.5",
"@shrub/tracing": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"@shrub/logging": "0.5.6",
"@shrub/tracing": "0.5.6",
"express": "^4.17.1"
}
}
6 changes: 3 additions & 3 deletions packages/express-yup/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-yup",
"description": "Express module that provides error middleware for yup validation errors.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@types/yup": "^0.26.24"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/express": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/express": "0.5.6",
"express": "^4.17.1",
"yup": "^0.27.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express",
"description": "A module that adds support for Express based apps.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"@types/express": "^4.17.1"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/http": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/http": "0.5.6",
"express": "^4.17.1"
}
}
4 changes: 2 additions & 2 deletions packages/http/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/http",
"description": "A module that provides base support for a Node http server.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,6 +24,6 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5"
"@shrub/core": "0.5.6"
}
}
6 changes: 3 additions & 3 deletions packages/logging-console/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/logging-console",
"description": "A module that provides a simple log writer that writes information to the console.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/logging": "0.5.5"
"@shrub/core": "0.5.6",
"@shrub/logging": "0.5.6"
}
}
4 changes: 2 additions & 2 deletions packages/logging/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/logging",
"description": "A module that provides basic logging support.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,6 +21,6 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5"
"@shrub/core": "0.5.6"
}
}
6 changes: 3 additions & 3 deletions packages/messaging-events/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/messaging-events",
"description": "A simple layer on top of messaging to support basic event pub/sub.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/messaging": "0.5.5"
"@shrub/core": "0.5.6",
"@shrub/messaging": "0.5.6"
}
}
4 changes: 2 additions & 2 deletions packages/messaging-local/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/messaging-local",
"description": "Provides local pub/sub using event emitters.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/core": "0.5.6",
"@sprig/event-emitter": "^0.1.54",
"@sprig/unique-id": "^0.1.54"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/messaging/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/messaging",
"description": "Provides basic support for synchronous and asynchronous server-to-server messaging.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/logging": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/logging": "0.5.6",
"@sprig/unique-id": "^0.1.54"
}
}
4 changes: 2 additions & 2 deletions packages/model/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/model",
"description": "A module that adds a service for managing shared model objects.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/core": "0.5.6",
"@sprig/serialization": "0.1.54"
}
}
6 changes: 3 additions & 3 deletions packages/request-client-logging/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/request-client-logging",
"description": "Provides functionality for integrating the request-client with the logging module and service.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/logging": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/logging": "0.5.6",
"@sprig/request-client": "^0.1.54"
}
}
8 changes: 4 additions & 4 deletions packages/request-client-tracing/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/request-client-tracing",
"description": "Provides functionality for integrating the request-client with the tracing module and service.",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,9 +24,9 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.5",
"@shrub/logging": "0.5.5",
"@shrub/tracing": "0.5.5",
"@shrub/core": "0.5.6",
"@shrub/logging": "0.5.6",
"@shrub/tracing": "0.5.6",
"@sprig/request-client": "^0.1.54"
}
}

0 comments on commit 7cdb4db

Please sign in to comment.