Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jmcdo29 committed Nov 4, 2022
1 parent ac2a807 commit f24fae6
Show file tree
Hide file tree
Showing 29 changed files with 98 additions and 32 deletions.
18 changes: 0 additions & 18 deletions .changeset/tame-bottles-tease.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

## 4.2.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.2.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": "4.2.0",
"version": "4.2.1",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-express",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Express",
"keywords": [
"express",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-fastify",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Fastify",
"keywords": [
"fastify",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-graphql-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Fastify server",
"keywords": [
"fastify",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-graphql",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Express server",
"keywords": [
"GraphQL",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-grpc",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from grpc protocols",
"keywords": [
"grpc",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-kafka",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from Kafka protocols",
"keywords": [
"kafka",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-mqtt",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from mqtt protocols",
"keywords": [
"mqtt",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-nats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-nats",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from nats protocols",
"keywords": [
"nats",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-rabbitmq",
"version": "4.0.0",
"version": "4.0.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
6 changes: 6 additions & 0 deletions packages/platform-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-redis",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from redis protocols",
"keywords": [
"redis",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-socket.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-socket.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-socket.io",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle websocket requests from socket.io",
"keywords": [
"socket.io",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-tcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-tcp",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from tcp protocols",
"keywords": [
"tcp",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- a4a01af: Fixed the published peer dependencies of each package

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/platform-ws",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle websocket requests from ws",
"keywords": [
"ws",
Expand Down

0 comments on commit f24fae6

Please sign in to comment.