From 3b6d1574255e97aa80be272d1d601c9a4bd7624d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 13:52:43 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-trees-matter.md | 7 ------- packages/aws-eventbus/CHANGELOG.md | 6 ++++++ packages/aws-eventbus/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/google-pubsub/CHANGELOG.md | 6 ++++++ packages/google-pubsub/package.json | 2 +- 7 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/brown-trees-matter.md create mode 100644 packages/aws-eventbus/CHANGELOG.md diff --git a/.changeset/brown-trees-matter.md b/.changeset/brown-trees-matter.md deleted file mode 100644 index 77b1e0b..0000000 --- a/.changeset/brown-trees-matter.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"graphql-eventbus": patch -"graphql-eventbus-google-pubsub": patch -"graphql-eventbus-aws-eventbus": patch ---- - -type fixes and adds aws eventbus diff --git a/packages/aws-eventbus/CHANGELOG.md b/packages/aws-eventbus/CHANGELOG.md new file mode 100644 index 0000000..403351f --- /dev/null +++ b/packages/aws-eventbus/CHANGELOG.md @@ -0,0 +1,6 @@ +# graphql-eventbus-aws-eventbus + +## null +### Patch Changes + +- cfd2569: type fixes and adds aws eventbus diff --git a/packages/aws-eventbus/package.json b/packages/aws-eventbus/package.json index 852253c..1b286d0 100644 --- a/packages/aws-eventbus/package.json +++ b/packages/aws-eventbus/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus-aws-eventbus", - "version": "0.1", + "version": null, "description": "Graphql eventbus for AWS using SQS and SNS", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 76055e5..953f78f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-eventbus +## 0.8.1 + +### Patch Changes + +- cfd2569: type fixes and adds aws eventbus + ## 0.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 49efc46..d807e19 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus", - "version": "0.8.0", + "version": "0.8.1", "description": "Eventbus powered by GraphQL", "engines": { "node": ">= 14 <=20" diff --git a/packages/google-pubsub/CHANGELOG.md b/packages/google-pubsub/CHANGELOG.md index ffa1e17..6cb64bd 100644 --- a/packages/google-pubsub/CHANGELOG.md +++ b/packages/google-pubsub/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-eventbus-google-pubsub +## 0.8.2 + +### Patch Changes + +- cfd2569: type fixes and adds aws eventbus + ## 0.8.1 ### Patch Changes diff --git a/packages/google-pubsub/package.json b/packages/google-pubsub/package.json index 58319a5..35d9791 100644 --- a/packages/google-pubsub/package.json +++ b/packages/google-pubsub/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus-google-pubsub", - "version": "0.8.1", + "version": "0.8.2", "description": "Graphql eventbus for Google Pubsub", "main": "dist/index.js", "types": "./dist/index.d.ts",