Skip to content

Commit

Permalink
Merge pull request #81 from hoangvvo/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
hoangvvo authored Aug 13, 2022
2 parents de71d8a + ef55542 commit 9a7f161
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/cold-bats-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-apricots-thank.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 @@
# @benzene/core

## 0.8.2

### Patch Changes

- 45ff7ab: Bump dependencies and drop Node.js 12

## 0.8.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.8.1",
"version": "0.8.2",
"description": "Fast, minimal, agnostic GraphQL Libraries",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @benzene/extra

## 0.2.3

### Patch Changes

- 45ff7ab: Bump dependencies and drop Node.js 12

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/extra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@benzene/extra",
"type": "module",
"version": "0.2.2",
"version": "0.2.3",
"description": "Extra treats for GraphQL Server. Not limited to @benzene libraries!",
"author": "Hoang Vo (https://hoangvvo.com)",
"keywords": [
Expand Down Expand Up @@ -46,6 +46,6 @@
"node": "^14.0.0 || >=16.0.0"
},
"devDependencies": {
"@benzene/core": "^0.8.1"
"@benzene/core": "^0.8.2"
}
}
8 changes: 8 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @benzene/http

## 0.4.2

### Patch Changes

- 45ff7ab: Bump dependencies and drop Node.js 12
- Updated dependencies [45ff7ab]
- @benzene/core@0.8.2

## 0.4.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.4.1",
"version": "0.4.2",
"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.8.1"
"@benzene/core": "^0.8.2"
},
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/jit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @benzene/jit

## 0.1.5

### Patch Changes

- 45ff7ab: Bump dependencies and drop Node.js 12
- 2af492e: Bump graphql-jit
- Updated dependencies [45ff7ab]
- @benzene/core@0.8.2

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.8.1",
"@benzene/core": "^0.8.2",
"@hoangvvo/graphql-jit": "^0.7.3"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @benzene/ws

## 0.7.2

### Patch Changes

- 45ff7ab: Bump dependencies and drop Node.js 12
- Updated dependencies [45ff7ab]
- @benzene/core@0.8.2

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"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.8.1"
"@benzene/core": "^0.8.2"
},
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0"
Expand Down

0 comments on commit 9a7f161

Please sign in to comment.