diff --git a/.changeset/poor-onions-decide.md b/.changeset/poor-onions-decide.md deleted file mode 100644 index 43258e9..0000000 --- a/.changeset/poor-onions-decide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"graphql-eventbus": minor -"graphql-eventbus-google-pubsub": minor ---- - -allows for publishing extra attributes in google pubsub diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 77a03c3..76055e5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index bc02d27..49efc46 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus", - "version": "0.7.0", + "version": "0.8.0", "description": "Eventbus powered by GraphQL", "engines": { "node": ">= 14 <=20" diff --git a/packages/google-pubsub/CHANGELOG.md b/packages/google-pubsub/CHANGELOG.md index c1ec570..bec6d8d 100644 --- a/packages/google-pubsub/CHANGELOG.md +++ b/packages/google-pubsub/CHANGELOG.md @@ -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 diff --git a/packages/google-pubsub/package.json b/packages/google-pubsub/package.json index e5f175f..80b046b 100644 --- a/packages/google-pubsub/package.json +++ b/packages/google-pubsub/package.json @@ -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", @@ -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", diff --git a/packages/metrics-plugin/CHANGELOG.md b/packages/metrics-plugin/CHANGELOG.md index b5776a7..95ed728 100644 --- a/packages/metrics-plugin/CHANGELOG.md +++ b/packages/metrics-plugin/CHANGELOG.md @@ -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 diff --git a/packages/metrics-plugin/package.json b/packages/metrics-plugin/package.json index d159b84..8ca2e55 100644 --- a/packages/metrics-plugin/package.json +++ b/packages/metrics-plugin/package.json @@ -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", @@ -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", diff --git a/packages/rabbitmq/CHANGELOG.md b/packages/rabbitmq/CHANGELOG.md index 0780ee2..d927d99 100644 --- a/packages/rabbitmq/CHANGELOG.md +++ b/packages/rabbitmq/CHANGELOG.md @@ -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 diff --git a/packages/rabbitmq/package.json b/packages/rabbitmq/package.json index dbd8068..b6ac27d 100644 --- a/packages/rabbitmq/package.json +++ b/packages/rabbitmq/package.json @@ -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", @@ -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",