Skip to content

Commit

Permalink
chore(release): publish v0.3.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 5, 2020
1 parent b771184 commit dadefa7
Show file tree
Hide file tree
Showing 32 changed files with 157 additions and 47 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Bug Fixes

- **all:** fix the failing build for fastify ([f166eab](https://github.com/jmcdo29/ogma/commit/f166eab08405dcaec325d68fa770bac00c27ca1a))
- **module:** add requestId check to printMessage ([97bcda7](https://github.com/jmcdo29/ogma/commit/97bcda716d950b32216fa5e1cc939794fb012340))

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))
- **module:** remove registration of global interceptor ([fdf5ef7](https://github.com/jmcdo29/ogma/commit/fdf5ef72473efec475e833242a5d26878cb7f563))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.2.2",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/logger",
"version": "0.2.2",
"version": "0.3.0",
"description": "A simple, no-nonsense logging package for NodeJS",
"keywords": [
"logging",
Expand Down
11 changes: 11 additions & 0 deletions packages/nestjs-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Bug Fixes

- **module:** add requestId check to printMessage ([97bcda7](https://github.com/jmcdo29/ogma/commit/97bcda716d950b32216fa5e1cc939794fb012340))

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))
- **module:** remove registration of global interceptor ([fdf5ef7](https://github.com/jmcdo29/ogma/commit/fdf5ef72473efec475e833242a5d26878cb7f563))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/nestjs-module
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/nestjs-module",
"version": "0.2.2",
"version": "0.3.0",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@golevelup/nestjs-modules": "0.4.1",
"@ogma/logger": "^0.2.2"
"@ogma/logger": "^0.3.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-express
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-express",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Express",
"keywords": [
"express",
Expand Down Expand Up @@ -37,14 +37,14 @@
},
"peerDependencies": {
"@nestjs/platform-express": "^7.0.0",
"@ogma/nestjs-module": "^0.2.0",
"@ogma/nestjs-module": "^0.3.0",
"@types/express": "^4.17.3"
},
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@nestjs/platform-express": "^7.0.6",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"@types/express": "^4.17.3"
}
}
10 changes: 10 additions & 0 deletions packages/platform-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Bug Fixes

- **all:** fix the failing build for fastify ([f166eab](https://github.com/jmcdo29/ogma/commit/f166eab08405dcaec325d68fa770bac00c27ca1a))

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-fastify
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-fastify",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Fastify",
"keywords": [
"fastify",
Expand Down Expand Up @@ -39,13 +39,13 @@
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@nestjs/platform-fastify": "7.4.4",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"fastify": "^3.3.0",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@nestjs/platform-fastify": "^7.0.0",
"@ogma/nestjs-module": "^0.2.0",
"@ogma/nestjs-module": "^0.3.0",
"fastify": ">=2.13.0"
}
}
6 changes: 6 additions & 0 deletions packages/platform-graphql-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Bug Fixes

- **all:** fix the failing build for fastify ([f166eab](https://github.com/jmcdo29/ogma/commit/f166eab08405dcaec325d68fa770bac00c27ca1a))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-graphql-fastify
Expand Down
10 changes: 5 additions & 5 deletions packages/platform-graphql-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-graphql-fastify",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Fastify server",
"keywords": [
"fastify",
Expand Down Expand Up @@ -39,15 +39,15 @@
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@nestjs/graphql": "^7.0.6",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/platform-fastify": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"@ogma/platform-fastify": "^0.3.0",
"apollo-server-fastify": "^2.16.0",
"graphql": "^15.3.0",
"graphql-tools": "^6.0.14",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@ogma/nestjs-module": "^0.2.0",
"@ogma/platform-fastify": "^0.2.0"
"@ogma/nestjs-module": "^0.3.0",
"@ogma/platform-fastify": "^0.3.0"
}
}
4 changes: 4 additions & 0 deletions packages/platform-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

**Note:** Version bump only for package @ogma/platform-graphql

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-graphql
Expand Down
10 changes: 5 additions & 5 deletions packages/platform-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-graphql",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Express server",
"keywords": [
"GraphQL",
Expand Down Expand Up @@ -38,16 +38,16 @@
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/graphql": "^7.0.0",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/platform-express": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"@ogma/platform-express": "^0.3.0",
"apollo-server-express": "^2.0.0",
"graphql": "^15.3.0",
"graphql-tools": "^6.0.13",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@nestjs/graphql": "^7.0.0",
"@ogma/nestjs-module": "^0.2.0",
"@ogma/platform-express": "^0.2.0"
"@ogma/nestjs-module": "^0.3.0",
"@ogma/platform-express": "^0.3.0"
}
}
7 changes: 7 additions & 0 deletions packages/platform-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))
- **module:** remove registration of global interceptor ([fdf5ef7](https://github.com/jmcdo29/ogma/commit/fdf5ef72473efec475e833242a5d26878cb7f563))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-grpc
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-grpc",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from grpc protocols",
"keywords": [
"grpc",
Expand Down Expand Up @@ -39,12 +39,12 @@
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@nestjs/microservices": "^7.0.0",
"@ogma/nestjs-module": "^0.2.0",
"@ogma/nestjs-module": "^0.3.0",
"grpc": "^1.24.0"
}
}
6 changes: 6 additions & 0 deletions packages/platform-kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-kafka
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-kafka",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from Kafka protocols",
"keywords": [
"kafka",
Expand Down Expand Up @@ -39,11 +39,11 @@
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@ogma/nestjs-module": "^0.2.0",
"@ogma/nestjs-module": "^0.3.0",
"kafkajs": "^1.12.0"
}
}
6 changes: 6 additions & 0 deletions packages/platform-mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-mqtt
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-mqtt",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from mqtt protocols",
"keywords": [
"mqtt",
Expand Down Expand Up @@ -39,12 +39,12 @@
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@nestjs/microservices": "^7.0.0",
"@ogma/nestjs-module": "^0.2.0",
"@ogma/nestjs-module": "^0.3.0",
"mqtt": "^4.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/platform-nats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-nats
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-nats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-nats",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from nats protocols",
"keywords": [
"nats",
Expand Down Expand Up @@ -39,12 +39,12 @@
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@ogma/nestjs-module": "^0.2.2",
"@ogma/nestjs-module": "^0.3.0",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@nestjs/microservices": "^7.0.0",
"@ogma/nestjs-module": "^0.2.0",
"@ogma/nestjs-module": "^0.3.0",
"nats": "^1.4.0"
}
}
6 changes: 6 additions & 0 deletions packages/platform-rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/jmcdo29/ogma/compare/v0.2.2...v0.3.0) (2020-09-05)

### Features

- **all:** add request id generation and log ([00fd8c7](https://github.com/jmcdo29/ogma/commit/00fd8c7794f546c6265205a1fabfa128fcfb9a83))

## [0.2.2](https://github.com/jmcdo29/ogma/compare/v0.2.1...v0.2.2) (2020-08-10)

**Note:** Version bump only for package @ogma/platform-rabbitmq
Expand Down
Loading

0 comments on commit dadefa7

Please sign in to comment.