Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent 4f00e5e commit c623b3c
Show file tree
Hide file tree
Showing 29 changed files with 180 additions and 47 deletions.
18 changes: 0 additions & 18 deletions .changeset/two-mayflies-sniff.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/nestjs-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.4.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

## 5.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/nestjs-module",
"version": "5.3.0",
"version": "5.4.0",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Express",
"keywords": [
"express",
Expand All @@ -25,7 +25,7 @@
},
"peerDependencies": {
"@nestjs/platform-express": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0"
"@ogma/nestjs-module": "workspace:^5.4.0"
},
"peerDependenciesMeta": {
"@nestjs/platform-express": {
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Fastify",
"keywords": [
"fastify",
Expand All @@ -25,7 +25,7 @@
},
"peerDependencies": {
"@nestjs/platform-fastify": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"fastify": ">=4.0.0"
},
"peerDependenciesMeta": {
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-graphql-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0
- @ogma/platform-fastify@5.1.0

## 5.0.1

### Patch Changes
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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Fastify server",
"keywords": [
"fastify",
Expand All @@ -25,8 +25,8 @@
},
"peerDependencies": {
"@nestjs/graphql": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/platform-fastify": "workspace:^5.0.0"
"@ogma/nestjs-module": "workspace:^5.4.0",
"@ogma/platform-fastify": "workspace:^5.1.0"
},
"peerDependenciesMeta": {
"@ogma/nestjs-module": {
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0
- @ogma/platform-express@5.1.0

## 5.0.1

### Patch Changes
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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Express server",
"keywords": [
"GraphQL",
Expand All @@ -24,8 +24,8 @@
},
"peerDependencies": {
"@nestjs/graphql": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/platform-express": "workspace:^5.0.0"
"@ogma/nestjs-module": "workspace:^5.4.0",
"@ogma/platform-express": "workspace:^5.1.0"
},
"peerDependenciesMeta": {
"@nestjs/graphql": {
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from grpc protocols",
"keywords": [
"grpc",
Expand All @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"@grpc/grpc-js": "^1.7.3"
},
"peerDependenciesMeta": {
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from Kafka protocols",
"keywords": [
"kafka",
Expand All @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"kafkajs": "^1.12.0 || ^2.0.0"
},
"peerDependenciesMeta": {
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from mqtt protocols",
"keywords": [
"mqtt",
Expand All @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"mqtt": "^4.0.0"
},
"peerDependenciesMeta": {
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from nats protocols",
"keywords": [
"nats",
Expand All @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"nats": "^1.4.0 || ^2.0.0"
},
"peerDependenciesMeta": {
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from amqp protocols",
"author": "Jay McDoniel <[email protected]>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
Expand All @@ -18,7 +18,7 @@
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"amqp-connection-manager": "^3.2.0 || ^4.0.0",
"amqplib": "^0.5.0 || ^0.8.0 || ^0.10.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- 9d848fd: Allow for Nest v11 dependencies

### Patch Changes

- Updated dependencies [9d848fd]
- @ogma/nestjs-module@5.4.0

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-redis",
"version": "5.0.1",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from redis protocols",
"keywords": [
"redis",
Expand All @@ -25,7 +25,7 @@
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"redis": "^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit c623b3c

Please sign in to comment.