diff --git a/.changeset/popular-doors-jog.md b/.changeset/popular-doors-jog.md deleted file mode 100644 index c8ba1af..0000000 --- a/.changeset/popular-doors-jog.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"graphql-eventbus-google-pubsub": minor -"graphql-eventbus": patch -"graphql-eventbus-rabbitmq": patch ---- - -Update Google pubsub package" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2017ba6..e308b17 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-eventbus +## 0.4.3 + +### Patch Changes + +- b9fc615: Update Google pubsub package" + ## 0.4.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8db737d..824b5f4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus", - "version": "0.4.2", + "version": "0.4.3", "description": "Eventbus powered by GraphQL", "engines": { "node": ">= 14 <=20" diff --git a/packages/google-pubsub/CHANGELOG.md b/packages/google-pubsub/CHANGELOG.md index 24d6737..e386441 100644 --- a/packages/google-pubsub/CHANGELOG.md +++ b/packages/google-pubsub/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-eventbus-google-pubsub +## 0.5.0 + +### Minor Changes + +- b9fc615: Update Google pubsub package" + ## 0.3.1 ### Patch Changes diff --git a/packages/google-pubsub/package.json b/packages/google-pubsub/package.json index 965409c..6e00cb6 100644 --- a/packages/google-pubsub/package.json +++ b/packages/google-pubsub/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus-google-pubsub", - "version": "0.4.1", + "version": "0.5.0", "description": "Graphql eventbus for Google Pubsub", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/rabbitmq/CHANGELOG.md b/packages/rabbitmq/CHANGELOG.md index 5934572..c62dccc 100644 --- a/packages/rabbitmq/CHANGELOG.md +++ b/packages/rabbitmq/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-eventbus-rabbitmq +## 0.1.10 + +### Patch Changes + +- b9fc615: Update Google pubsub package" + ## 0.1.9 ### Patch Changes diff --git a/packages/rabbitmq/package.json b/packages/rabbitmq/package.json index 39523a3..d86d6fc 100644 --- a/packages/rabbitmq/package.json +++ b/packages/rabbitmq/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus-rabbitmq", - "version": "0.1.9", + "version": "0.1.10", "description": "Graphql eventbus for RabbitMQ", "main": "dist/index.js", "types": "./dist/index.d.ts",