Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#785)
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 Nov 4, 2021
1 parent c85672c commit a6db435
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/green-ham-bananas.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/yellow-flies-beam.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/graphql-live-query-patch-json-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @n1ru4l/graphql-live-query-patch-jsondiffpatch

## 0.7.0

### Minor Changes

- f555f2f: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [f555f2f]
- @n1ru4l/graphql-live-query-patch@0.6.0

## 0.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-live-query-patch-json-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/graphql-live-query-patch-jsondiffpatch",
"version": "0.6.2",
"version": "0.7.0",
"author": "n1ru4l <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"@n1ru4l/json-patch-plus": "^0.1.4",
"@n1ru4l/graphql-live-query-patch": "^0.5.1"
"@n1ru4l/graphql-live-query-patch": "^0.6.0"
},
"devDependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-live-query-patch-json-patch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @n1ru4l/graphql-live-query-patch-json-patch

## 0.6.0

### Minor Changes

- f555f2f: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [f555f2f]
- @n1ru4l/graphql-live-query-patch@0.6.0

## 0.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-live-query-patch-json-patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/graphql-live-query-patch-json-patch",
"version": "0.5.2",
"version": "0.6.0",
"author": "n1ru4l <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"real-time"
],
"dependencies": {
"@n1ru4l/graphql-live-query-patch": "^0.5.1",
"@n1ru4l/graphql-live-query-patch": "^0.6.0",
"fast-json-patch": "3.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-live-query-patch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @n1ru4l/graphql-live-query-patch

## 0.6.0

### Minor Changes

- f555f2f: GraphQL v16 compatibility

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-live-query-patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/graphql-live-query-patch",
"version": "0.5.1",
"version": "0.6.0",
"author": "n1ru4l <[email protected]>",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-live-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @n1ru4l/graphql-live-query

## 0.9.0

### Minor Changes

- f555f2f: GraphQL v16 compatibility

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-live-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/graphql-live-query",
"version": "0.8.2",
"version": "0.9.0",
"author": "n1ru4l <[email protected]>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/in-memory-live-query-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @n1ru4l/in-memory-live-query-store

## 0.8.0

### Minor Changes

- f555f2f: BREAKING: Remove support for legacy multi-argument `execute` calls. From now on you should always call `execute` with a single object instead (e.g. `execute({ schema, document })` instead of `execute(schema, document)`).

DEPRECATE: The `InMemoryLiveQueryStore.execute` API has been deprecated. Please use the `InMemoryLiveQueryStore.makeExecute` function instead. Also the `InMemoryLiveQueryStore` constructor parameter option `execute` has been deprecated.

- f555f2f: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [f555f2f]
- @n1ru4l/graphql-live-query@0.9.0

## 0.7.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/in-memory-live-query-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/in-memory-live-query-store",
"version": "0.7.4",
"version": "0.8.0",
"author": "n1ru4l <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^8.5.2",
"@n1ru4l/graphql-live-query": "0.8.2",
"@n1ru4l/graphql-live-query": "0.9.0",
"@n1ru4l/push-pull-async-iterable-iterator": "^3.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/socket-io-graphql-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @n1ru4l/socket-io-graphql-server

## 0.12.0

### Minor Changes

- f555f2f: GraphQL v16 compatibility

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/socket-io-graphql-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/socket-io-graphql-server",
"version": "0.11.1",
"version": "0.12.0",
"author": "n1ru4l <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit a6db435

Please sign in to comment.