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 Mar 30, 2024
1 parent 8293c39 commit 106967d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/popular-doors-jog.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.4.3

### Patch Changes

- b9fc615: Update Google pubsub package"

## 0.4.2

### 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.2",
"version": "0.4.3",
"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.5.0

### Minor Changes

- b9fc615: Update Google pubsub package"

## 0.3.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.4.1",
"version": "0.5.0",
"description": "Graphql eventbus for Google Pubsub",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-eventbus-rabbitmq

## 0.1.10

### Patch Changes

- b9fc615: Update Google pubsub package"

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.9",
"version": "0.1.10",
"description": "Graphql eventbus for RabbitMQ",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 106967d

Please sign in to comment.