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 Jul 6, 2022
1 parent f367a06 commit eff0cb2
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/fair-otters-suffer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slow-islands-look.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- 418d7ed: dependency updates

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-eventbus-codegen",
"version": "0.2.0",
"version": "0.2.1",
"description": "Codegen for eventbus",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-eventbus

## 0.3.0

### Minor Changes

- f9d37b5: Removes a lot of production dependencies. graphql is the only peer dependency required.

### Patch Changes

- 418d7ed: dependency updates

## 0.2.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.2.0",
"version": "0.3.0",
"description": "Eventbus powered by GraphQL",
"engines": {
"node": ">= 14 <17"
Expand Down
13 changes: 13 additions & 0 deletions packages/google-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# graphql-eventbus-google-pubsub

## 0.3.0

### Minor Changes

- f9d37b5: Removes a lot of production dependencies. graphql is the only peer dependency required.

### Patch Changes

- 418d7ed: dependency updates
- Updated dependencies [418d7ed]
- Updated dependencies [f9d37b5]
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "0.3.0",
"description": "Graphql eventbus for Google Pubsub",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@google-cloud/pubsub": "^3.0.1",
"graphql-eventbus": "^0.2.0",
"graphql-eventbus": "^0.3.0",
"uuid": "^8.3.2"
},
"author": "Suraj Keshri",
Expand Down
12 changes: 12 additions & 0 deletions packages/metrics-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# graphql-eventbus-metrics-plugin

## 0.2.0

### Minor Changes

- f9d37b5: Removes a lot of production dependencies. graphql is the only peer dependency required.

### Patch Changes

- Updated dependencies [418d7ed]
- Updated dependencies [f9d37b5]
- [email protected]

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-eventbus-metrics-plugin",
"version": "0.1.7",
"version": "0.2.0",
"description": "Metrics for graphql eventbus",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"build": "rimraf dist && tsc -p tsconfig.build.json"
},
"dependencies": {
"graphql-eventbus": "^0.2.0"
"graphql-eventbus": "^0.3.0"
},
"author": "Suraj Keshri",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-eventbus-rabbitmq

## 0.1.8

### Patch Changes

- 418d7ed: dependency updates
- Updated dependencies [418d7ed]
- Updated dependencies [f9d37b5]
- [email protected]

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "0.1.8",
"description": "Graphql eventbus for RabbitMQ",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"amqplib": "^0.8.0",
"graphql-eventbus": "^0.2.0",
"graphql-eventbus": "^0.3.0",
"module-alias": "^2.2.2"
},
"author": "Suraj Keshri",
Expand Down

0 comments on commit eff0cb2

Please sign in to comment.