Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvvo committed Sep 1, 2020
1 parent 0bc5cde commit 706d7c1
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-rabbits-film.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-mangos-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-teachers-juggle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wise-cars-fetch.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @benzene/core

## 0.1.1

### Patch Changes

- 60245fe: Remove rootValue from GraphQL constructor
- 33c6ed5: Use JIT subscribe from @hoangvvo/graphql-jit
- 51a15a7: Shift HTTP handling toward core and improve tests

## 0.1.0

### Minor Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benzene/core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fast and non-coupled JavaScript GraphQL Server and Executor",
"author": "Hoang Vo (https://hoangvvo.com)",
"repository": {
Expand All @@ -13,9 +13,7 @@
"homepage": "https://hoangvvo.github.io/benzene/",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"test": "mocha"
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @benzene/server

## 0.1.1

### Patch Changes

- 51a15a7: Shift HTTP handling toward core and improve tests
- Updated dependencies [60245fe]
- Updated dependencies [33c6ed5]
- Updated dependencies [51a15a7]
- @benzene/core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benzene/server",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fast and simple GraphQL Server for Node.js",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@polka/url": "^1.0.0-next.11",
"@benzene/core": "^0.1.0"
"@benzene/core": "^0.1.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @benzene/worker

## 0.1.1

### Patch Changes

- 51a15a7: Shift HTTP handling toward core and improve tests
- Updated dependencies [60245fe]
- Updated dependencies [33c6ed5]
- Updated dependencies [51a15a7]
- @benzene/core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benzene/worker",
"version": "0.1.0",
"version": "0.1.1",
"description": "GraphQL for Web Workers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"homepage": "https://hoangvvo.github.io/benzene/",
"license": "MIT",
"dependencies": {
"@benzene/core": "^0.1.0"
"@benzene/core": "^0.1.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @benzene/ws

## 0.1.1

### Patch Changes

- 33c6ed5: Use JIT subscribe from @hoangvvo/graphql-jit
- 0bc5cde: (ws) Add onStart and onComplete Hook API (#10)
- 51a15a7: Shift HTTP handling toward core and improve tests
- Updated dependencies [60245fe]
- Updated dependencies [33c6ed5]
- Updated dependencies [51a15a7]
- @benzene/core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benzene/ws",
"version": "0.1.0",
"version": "0.1.1",
"description": "GraphQL over WebSocket",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"test": "mocha"
},
"dependencies": {
"@benzene/core": "^0.1.0"
"@benzene/core": "^0.1.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
Expand Down

0 comments on commit 706d7c1

Please sign in to comment.