Skip to content

Commit

Permalink
Merge pull request #35 from quant-daddy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
quant-daddy committed Apr 13, 2024
2 parents fde2f33 + 150bced commit 759cd12
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-geese-rest.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.5.0

### Minor Changes

- 81d354b: The bus throws an error if publish is called without initializing.

## 0.4.3

### Patch 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.4.3",
"version": "0.5.0",
"description": "Eventbus powered by GraphQL",
"engines": {
"node": ">= 14 <=20"
Expand Down
7 changes: 7 additions & 0 deletions packages/google-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-eventbus-google-pubsub

## 0.5.1

### Patch Changes

- Updated dependencies [81d354b]
- graphql-eventbus@0.5.0

## 0.5.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.5.0",
"version": "0.5.1",
"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.4.0",
"graphql-eventbus": "^0.5.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.2

### Patch Changes

- Updated dependencies [81d354b]
- graphql-eventbus@0.5.0

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.4.0"
"graphql-eventbus": "^0.5.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.1.11

### Patch Changes

- Updated dependencies [81d354b]
- graphql-eventbus@0.5.0

## 0.1.10

### 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.10",
"version": "0.1.11",
"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.4.0",
"graphql-eventbus": "^0.5.0",
"module-alias": "^2.2.2"
},
"author": "Suraj Keshri",
Expand Down

0 comments on commit 759cd12

Please sign in to comment.