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 Jul 19, 2024
1 parent dde0d7e commit 3d4cf0f
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/six-waves-hug.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-eventbus

## 0.6.0

### Minor Changes

- e3a38d9: adds ability to include or skip specific topics subscribed to

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-eventbus",
"version": "0.5.0",
"version": "0.6.0",
"description": "Eventbus powered by GraphQL",
"engines": {
"node": ">= 14 <=20"
Expand Down
11 changes: 11 additions & 0 deletions packages/google-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-eventbus-google-pubsub

## 0.6.0

### Minor Changes

- e3a38d9: adds ability to include or skip specific topics subscribed to

### Patch Changes

- Updated dependencies [e3a38d9]
- graphql-eventbus@0.6.0

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/google-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-eventbus-google-pubsub",
"version": "0.5.1",
"version": "0.6.0",
"description": "Graphql eventbus for Google Pubsub",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@google-cloud/pubsub": "^4.3.3",
"graphql-eventbus": "^0.5.0",
"graphql-eventbus": "^0.6.0",
"uuid": "^8.3.2"
},
"author": "Suraj Keshri",
Expand Down
7 changes: 7 additions & 0 deletions packages/metrics-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-eventbus-metrics-plugin

## 0.2.3

### Patch Changes

- Updated dependencies [e3a38d9]
- graphql-eventbus@0.6.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-eventbus-metrics-plugin",
"version": "0.2.2",
"version": "0.2.3",
"description": "Metrics for graphql eventbus",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"build": "rimraf dist && tsc -p tsconfig.build.json"
},
"dependencies": {
"graphql-eventbus": "^0.5.0"
"graphql-eventbus": "^0.6.0"
},
"author": "Suraj Keshri",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-eventbus-rabbitmq

## 0.2.0

### Minor Changes

- e3a38d9: adds ability to include or skip specific topics subscribed to

### Patch Changes

- Updated dependencies [e3a38d9]
- graphql-eventbus@0.6.0

## 0.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-eventbus-rabbitmq",
"version": "0.1.11",
"version": "0.2.0",
"description": "Graphql eventbus for RabbitMQ",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"amqplib": "^0.8.0",
"graphql-eventbus": "^0.5.0",
"graphql-eventbus": "^0.6.0",
"module-alias": "^2.2.2"
},
"author": "Suraj Keshri",
Expand Down

0 comments on commit 3d4cf0f

Please sign in to comment.