Skip to content

Commit

Permalink
Merge pull request #173 from uswitch/bump-release
Browse files Browse the repository at this point in the history
Bump release
  • Loading branch information
Segger87 authored Oct 5, 2022
2 parents 64d8c49 + 3116471 commit ad45323
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ nvm use

<!-- DO NOT REMOVE - This is generated documentation -->
<!-- [doc-list-packages-internal:start] -->
<!-- Generated Mon Aug 15 2022 14:01:06 GMT+0100 (British Summer Time) -->
<!-- Generated Wed Oct 05 2022 15:16:49 GMT+0100 (British Summer Time) -->
| Package | Version | Dependencies | Description |
|--|--|--|--|
| [`@uswitch/koa-access`](https://www.npmjs.com/package/@uswitch/koa-access) | [![npm](https://img.shields.io/npm/v/@uswitch/koa-access.svg?maxAge=2592000)](https://www.npmjs.com/package/@uswitch/koa-access) | [![Dependency Status](https://david-dm.org/@uswitch/koa-access.svg?path=packages/@uswitch/koa-access)](https://david-dm.org/@uswitch/koa-access?path=packages/@uswitch/koa-access) | 👌 A Koa middleware for logging JSON access logs consistently, similar to morgan |
Expand All @@ -106,7 +106,7 @@ nvm use
#### `koa` packages
<!-- DO NOT REMOVE - This is generated documentation -->
<!-- [doc-list-packages:start] -->
<!-- Generated Mon Aug 15 2022 14:01:04 GMT+0100 (British Summer Time) -->
<!-- Generated Wed Oct 05 2022 15:16:48 GMT+0100 (British Summer Time) -->
| Package | Version | Latest |
|--|--|--|
| [`koa`](https://www.npmjs.com/package/koa) | `^2.6.2` | [![npm](https://img.shields.io/npm/v/koa.svg?maxAge=2592000)](https://www.npmjs.com/package/koa) |
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-core",
"version": "1.22.0",
"version": "1.22.1",
"description": "🎾 An example project showing the user of all core `@uswitch/koa` libraries",
"main": "koa-core.js",
"scripts": {
Expand Down Expand Up @@ -39,13 +39,13 @@
"example": "__example__/*"
},
"dependencies": {
"@uswitch/koa-access": "^2.9.1",
"@uswitch/koa-cookie": "^1.4.1",
"@uswitch/koa-prometheus": "^0.7.2",
"@uswitch/koa-signal": "^1.10.1",
"@uswitch/koa-timeout": "^1.6.1",
"@uswitch/koa-tracer": "^1.7.1",
"@uswitch/koa-zipkin": "^1.11.3",
"@uswitch/koa-access": "^2.9.2",
"@uswitch/koa-cookie": "^1.4.2",
"@uswitch/koa-prometheus": "^0.7.3",
"@uswitch/koa-signal": "^1.10.2",
"@uswitch/koa-timeout": "^1.6.2",
"@uswitch/koa-tracer": "^1.7.2",
"@uswitch/koa-zipkin": "^1.11.4",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-access/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/koa-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-access",
"version": "2.9.1",
"version": "2.9.2",
"license": "MIT",
"description": "👌 A Koa middleware for logging JSON access logs consistently, similar to morgan",
"main": "build/koa-access.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-cookie",
"version": "1.4.1",
"version": "1.4.2",
"description": "🍪 Koa cookie parser middleware",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-prometheus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/koa-prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-prometheus",
"version": "0.7.2",
"version": "0.7.3",
"description": "🌡️ A configurable Prometheus data collector with Koa middleware",
"main": "build/koa-prometheus.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-signal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/koa-signal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-signal",
"version": "1.10.1",
"version": "1.10.2",
"description": "🚦 Hackable and configurable output rendering for loggers",
"main": "build/koa-signal.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-timeout/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/koa-timeout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-timeout",
"version": "1.6.1",
"version": "1.6.2",
"description": "⏰ A Koa middleware to handle timeouts correctly",
"main": "build/koa-timeout.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-tracer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/koa-tracer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-tracer",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"author": "Dom Charlesworth <[email protected]>",
"description": "🕵️‍♀️ A koa.js middleware to add namespaced tracing throughout a requests lifecycle",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-zipkin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/koa-zipkin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-zipkin",
"version": "1.11.3",
"version": "1.11.4",
"license": "MIT",
"author": "Dom Charlesworth <[email protected]>",
"description": "🕵️‍♀️ A koa.js middleware to add Zipkin tracing to requests",
Expand Down

0 comments on commit ad45323

Please sign in to comment.