Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent cc90ca2 commit 3b6d157
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/brown-trees-matter.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/aws-eventbus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# graphql-eventbus-aws-eventbus

## null
### Patch Changes

- cfd2569: type fixes and adds aws eventbus
2 changes: 1 addition & 1 deletion packages/aws-eventbus/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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.1

### Patch Changes

- cfd2569: type fixes and adds aws eventbus

## 0.8.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.8.0",
"version": "0.8.1",
"description": "Eventbus powered by GraphQL",
"engines": {
"node": ">= 14 <=20"
Expand Down
6 changes: 6 additions & 0 deletions packages/google-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.8.1",
"version": "0.8.2",
"description": "Graphql eventbus for Google Pubsub",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 3b6d157

Please sign in to comment.