Skip to content

Commit

Permalink
Version Packages (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 6, 2021
1 parent f571905 commit 88bdb64
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 38 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-students-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-fireants-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-eggs-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-paws-remain.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wise-hats-report.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- ec7cb0c: Allows calling `execute` and `subscribe` without `compiled`
- 81f0e4c: Delegate operation name validation to execution layer

### Patch Changes

- 927d0fd: Fix types of BenzeneGraphQLArgs

## 0.7.1

### 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,7 +1,7 @@
{
"name": "@benzene/core",
"type": "module",
"version": "0.7.1",
"version": "0.8.0",
"description": "Fast, minimal, agnostic GraphQL Libraries",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
},
"devDependencies": {
"@benzene/core": "^0.7.1"
"@benzene/core": "^0.8.0"
}
}
15 changes: 15 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @benzene/http

## 0.4.0

### Minor Changes

- ec7cb0c: Allows calling `execute` and `subscribe` without `compiled`

### Patch Changes

- 1b0e932: Add support for application/graphql+json content type
- 81f0e4c: Delegate operation name validation to execution layer
- Updated dependencies [ec7cb0c]
- Updated dependencies [927d0fd]
- Updated dependencies [81f0e4c]
- @benzene/core@0.8.0

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@benzene/http",
"type": "module",
"version": "0.3.1",
"version": "0.4.0",
"description": "Fast, minimal, agnostic GraphQL over HTTP",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"clean": "npx rimraf dist"
},
"dependencies": {
"@benzene/core": "^0.7.1"
"@benzene/core": "^0.8.0"
},
"peerDependencies": {
"graphql": ">=15"
Expand Down
11 changes: 11 additions & 0 deletions packages/jit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @benzene/jit

## 0.1.3

### Patch Changes

- 14eb33e: Bump graphql-jit version
- 81f0e4c: Delegate operation name validation to execution layer
- Updated dependencies [ec7cb0c]
- Updated dependencies [927d0fd]
- Updated dependencies [81f0e4c]
- @benzene/core@0.8.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@benzene/jit",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"description": "GraphQL JIT implementation for @benzene/core",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@benzene/core": "^0.7.1",
"@benzene/core": "^0.8.0",
"@hoangvvo/graphql-jit": "^0.6.3"
},
"engines": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @benzene/ws

## 0.7.0

### Minor Changes

- ec7cb0c: Allows calling `execute` and `subscribe` without `compiled`

### Patch Changes

- 81f0e4c: Delegate operation name validation to execution layer
- Updated dependencies [ec7cb0c]
- Updated dependencies [927d0fd]
- Updated dependencies [81f0e4c]
- @benzene/core@0.8.0

## 0.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@benzene/ws",
"type": "module",
"version": "0.6.2",
"version": "0.7.0",
"description": "Fast, minimal, agnostic GraphQL over WebSockets",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"clean": "npx rimraf dist"
},
"dependencies": {
"@benzene/core": "^0.7.1"
"@benzene/core": "^0.8.0"
},
"peerDependencies": {
"graphql": ">=15"
Expand Down

1 comment on commit 88bdb64

@vercel
Copy link

@vercel vercel bot commented on 88bdb64 Jun 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.