Skip to content

Commit

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

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

## [0.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

### Bug Fixes

- **gql:** updates gql types to work with apollo > 2.11 ([a097842](https://github.com/jmcdo29/ogma/commit/a097842cafdf71a45132c99fe9df2515e41d8c5e))
- **gql-fastify:** update types for graphql-fastify ([83335e6](https://github.com/jmcdo29/ogma/commit/83335e6d7553f1ec48e10fe6b67106633cae6538))

# 0.1.0 (2020-06-08)

### Features

- **benchmarks:** implements benchmarks ([#41](https://github.com/jmcdo29/ogma/issues/41)) ([9c719ef](https://github.com/jmcdo29/ogma/commit/9c719efea0bbd23a03c9f48d76a57dae946b0a8a))
- **grpc:** implements the grpc parser ([b4fc770](https://github.com/jmcdo29/ogma/commit/b4fc770f990e869026ff7ca758e184efa31f4cb1)), closes [#16](https://github.com/jmcdo29/ogma/issues/16)
- **kafka:** finishes the work on the kafka parser ([f8048c9](https://github.com/jmcdo29/ogma/commit/f8048c9ad72ac991cc337dbc850b9ae19a3a3f06)), closes [#17](https://github.com/jmcdo29/ogma/issues/17)
- **kafka:** implements parser for kafka ([4ce590f](https://github.com/jmcdo29/ogma/commit/4ce590f93202b857f9b4d3834c903d5cc122655c)), closes [#17](https://github.com/jmcdo29/ogma/issues/17)
- **mqtt:** implements the mqtt parser for ogma ([b83b65c](https://github.com/jmcdo29/ogma/commit/b83b65c3de1f9bff78537fb8d14ce2a3222a6587)), closes [#18](https://github.com/jmcdo29/ogma/issues/18)
- **nats:** implements NatsParser and test cases ([#47](https://github.com/jmcdo29/ogma/issues/47)) ([b9136f8](https://github.com/jmcdo29/ogma/commit/b9136f8e8cd1e024e0d3a0052c5c93d0ad58215f)), closes [#19](https://github.com/jmcdo29/ogma/issues/19)
- **redis:** implements the redis parser ([5f0ca06](https://github.com/jmcdo29/ogma/commit/5f0ca064ae13237348c548fc6bb7afccbeced836))
- **rmq:** implements RabbitMQ parser for AMQP requests ([2e44261](https://github.com/jmcdo29/ogma/commit/2e4426140d54d75dc1a68fa72c7bf251484635f3)), closes [#20](https://github.com/jmcdo29/ogma/issues/20)

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Bug Fixes
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.1.0",
"version": "0.1.1",
"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.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

### Bug Fixes

- **gql:** updates gql types to work with apollo > 2.11 ([a097842](https://github.com/jmcdo29/ogma/commit/a097842cafdf71a45132c99fe9df2515e41d8c5e))

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### 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.1.0",
"version": "0.1.1",
"description": "A simple, no-nonsense logging package for NodeJS",
"keywords": [
"logging",
Expand Down
6 changes: 6 additions & 0 deletions packages/nestjs-module/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.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

### Bug Fixes

- **gql:** updates gql types to work with apollo > 2.11 ([a097842](https://github.com/jmcdo29/ogma/commit/a097842cafdf71a45132c99fe9df2515e41d8c5e))

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Bug Fixes
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.1.0",
"version": "0.1.1",
"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.1.0"
"@ogma/logger": "^0.1.1"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/platform-express/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.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

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

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "0.1.1",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Express",
"keywords": [
"express",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@nestjs/platform-express": "^7.0.6",
"@ogma/nestjs-module": "^0.1.0",
"@ogma/nestjs-module": "^0.1.1",
"@types/express": "^4.17.3"
}
}
6 changes: 6 additions & 0 deletions packages/platform-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.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

### Bug Fixes

- **gql:** updates gql types to work with apollo > 2.11 ([a097842](https://github.com/jmcdo29/ogma/commit/a097842cafdf71a45132c99fe9df2515e41d8c5e))

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "0.1.1",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Fastify",
"keywords": [
"fastify",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@nestjs/platform-fastify": "7.3.2",
"@ogma/nestjs-module": "^0.1.0",
"@ogma/nestjs-module": "^0.1.1",
"fastify": "^2.13.0",
"rxjs": "^6.5.4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-graphql-fastify/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.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

### Bug Fixes

- **gql:** updates gql types to work with apollo > 2.11 ([a097842](https://github.com/jmcdo29/ogma/commit/a097842cafdf71a45132c99fe9df2515e41d8c5e))
- **gql-fastify:** update types for graphql-fastify ([83335e6](https://github.com/jmcdo29/ogma/commit/83335e6d7553f1ec48e10fe6b67106633cae6538))

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "0.1.1",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Fastify server",
"keywords": [
"fastify",
Expand Down Expand Up @@ -38,8 +38,8 @@
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@ogma/nestjs-module": "^0.1.0",
"@ogma/platform-fastify": "^0.1.0",
"@ogma/nestjs-module": "^0.1.1",
"@ogma/platform-fastify": "^0.1.1",
"apollo-server-fastify": "^2.16.0",
"graphql": "^15.3.0",
"graphql-tools": "^6.0.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-graphql/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.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

### Bug Fixes

- **gql:** updates gql types to work with apollo > 2.11 ([a097842](https://github.com/jmcdo29/ogma/commit/a097842cafdf71a45132c99fe9df2515e41d8c5e))

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "0.1.1",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Express server",
"keywords": [
"GraphQL",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/graphql": "^7.0.0",
"@ogma/nestjs-module": "^0.1.0",
"@ogma/platform-express": "^0.1.0",
"@ogma/nestjs-module": "^0.1.1",
"@ogma/platform-express": "^0.1.1",
"apollo-server-express": "^2.0.0",
"graphql": "^15.3.0",
"graphql-tools": "^6.0.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

# 0.1.0 (2020-06-08)

### Features

- **grpc:** implements the grpc parser ([b4fc770](https://github.com/jmcdo29/ogma/commit/b4fc770f990e869026ff7ca758e184efa31f4cb1)), closes [#16](https://github.com/jmcdo29/ogma/issues/16)

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
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.1.0",
"version": "0.1.1",
"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.1.0",
"@ogma/nestjs-module": "^0.1.1",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@ogma/nestjs-module": "^0.1.0",
"@nestjs/microservices": "^7.0.0",
"@ogma/nestjs-module": "^0.1.0",
"grpc": "^1.24.0"
}
}
10 changes: 10 additions & 0 deletions packages/platform-kafka/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.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

# 0.1.0 (2020-06-08)

### Features

- **grpc:** implements the grpc parser ([b4fc770](https://github.com/jmcdo29/ogma/commit/b4fc770f990e869026ff7ca758e184efa31f4cb1)), closes [#16](https://github.com/jmcdo29/ogma/issues/16)
- **kafka:** finishes the work on the kafka parser ([f8048c9](https://github.com/jmcdo29/ogma/commit/f8048c9ad72ac991cc337dbc850b9ae19a3a3f06)), closes [#17](https://github.com/jmcdo29/ogma/issues/17)
- **kafka:** implements parser for kafka ([4ce590f](https://github.com/jmcdo29/ogma/commit/4ce590f93202b857f9b4d3834c903d5cc122655c)), closes [#17](https://github.com/jmcdo29/ogma/issues/17)

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "0.1.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from Kafka protocols",
"keywords": [
"kafka",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@ogma/nestjs-module": "^0.1.0",
"@ogma/nestjs-module": "^0.1.1",
"rxjs": "^6.5.4"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/platform-mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

# 0.1.0 (2020-06-08)

### Features

- **mqtt:** implements the mqtt parser for ogma ([b83b65c](https://github.com/jmcdo29/ogma/commit/b83b65c3de1f9bff78537fb8d14ce2a3222a6587)), closes [#18](https://github.com/jmcdo29/ogma/issues/18)
- **nats:** implements NatsParser and test cases ([#47](https://github.com/jmcdo29/ogma/issues/47)) ([b9136f8](https://github.com/jmcdo29/ogma/commit/b9136f8e8cd1e024e0d3a0052c5c93d0ad58215f)), closes [#19](https://github.com/jmcdo29/ogma/issues/19)

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
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.1.0",
"version": "0.1.1",
"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.1.0",
"@ogma/nestjs-module": "^0.1.1",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@ogma/nestjs-module": "^0.1.0",
"@nestjs/microservices": "^7.0.0",
"@ogma/nestjs-module": "^0.1.0",
"mqtt": "^4.0.0"
}
}
9 changes: 9 additions & 0 deletions packages/platform-nats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

# 0.1.0 (2020-06-08)

### Features

- **nats:** implements NatsParser and test cases ([#47](https://github.com/jmcdo29/ogma/issues/47)) ([b9136f8](https://github.com/jmcdo29/ogma/commit/b9136f8e8cd1e024e0d3a0052c5c93d0ad58215f)), closes [#19](https://github.com/jmcdo29/ogma/issues/19)
- **rmq:** implements RabbitMQ parser for AMQP requests ([2e44261](https://github.com/jmcdo29/ogma/commit/2e4426140d54d75dc1a68fa72c7bf251484635f3)), closes [#20](https://github.com/jmcdo29/ogma/issues/20)

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
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.1.0",
"version": "0.1.1",
"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.1.0",
"@ogma/nestjs-module": "^0.1.1",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@ogma/nestjs-module": "^0.1.0",
"@nestjs/microservices": "^7.0.0",
"@ogma/nestjs-module": "^0.1.0",
"nats": "^1.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/platform-rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18)

# 0.1.0 (2020-06-08)

### Features

- **rmq:** implements RabbitMQ parser for AMQP requests ([2e44261](https://github.com/jmcdo29/ogma/commit/2e4426140d54d75dc1a68fa72c7bf251484635f3)), closes [#20](https://github.com/jmcdo29/ogma/issues/20)

# [0.1.0](https://github.com/jmcdo29/ogma/compare/v2.0.2...v0.1.0) (2020-04-20)

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/platform-rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-rabbitmq",
"version": "0.1.0",
"version": "0.1.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from amqp protocols",
"author": "Jay McDoniel <jmcdo29@gmail.com>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
Expand Down Expand Up @@ -31,13 +31,13 @@
"devDependencies": {
"@nestjs/common": "^7.0.6",
"@nestjs/core": "^7.0.6",
"@ogma/nestjs-module": "^0.1.0",
"@ogma/nestjs-module": "^0.1.1",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@ogma/nestjs-module": "^0.1.0",
"@nestjs/microservices": "^7.0.0",
"amqplib": "^0.5.0",
"amqp-connection-manager": "^3.2.0"
"@ogma/nestjs-module": "^0.1.0",
"amqp-connection-manager": "^3.2.0",
"amqplib": "^0.5.0"
}
}
Loading

0 comments on commit 0a98834

Please sign in to comment.