Skip to content

Commit

Permalink
Merge pull request #41 from quant-daddy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
quant-daddy authored Nov 12, 2024
2 parents fda3e0b + 19285ff commit 4836792
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/poor-onions-decide.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.8.0

### Minor Changes

- f031b22: allows for publishing extra attributes in google pubsub

## 0.7.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.7.0",
"version": "0.8.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.8.0

### Minor Changes

- f031b22: allows for publishing extra attributes in google pubsub

### Patch Changes

- Updated dependencies [f031b22]
- graphql-eventbus@0.8.0

## 0.7.0

### Minor 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.7.0",
"version": "0.8.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.7.0",
"graphql-eventbus": "^0.8.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.5

### Patch Changes

- Updated dependencies [f031b22]
- graphql-eventbus@0.8.0

## 0.2.4

### 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.4",
"version": "0.2.5",
"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.7.0"
"graphql-eventbus": "^0.8.0"
},
"author": "Suraj Keshri",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-eventbus-rabbitmq

## 0.2.2

### Patch Changes

- Updated dependencies [f031b22]
- graphql-eventbus@0.8.0

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"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.7.0",
"graphql-eventbus": "^0.8.0",
"module-alias": "^2.2.2"
},
"author": "Suraj Keshri",
Expand Down

0 comments on commit 4836792

Please sign in to comment.