Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#680)
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 Sep 13, 2021
1 parent fbbee22 commit eba7953
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-onions-remain.md

This file was deleted.

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.8.1

### Patch Changes

- fbbee22: re-add `isLiveQueryOperationDefinitionNode` function

## 0.8.0

### Minor 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.0",
"version": "0.8.1",
"author": "n1ru4l <laurinquast@googlemail.com>",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/in-memory-live-query-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @n1ru4l/in-memory-live-query-store

## 0.7.1

### Patch Changes

- Updated dependencies [fbbee22]
- @n1ru4l/graphql-live-query@0.8.1

## 0.7.0

### Minor 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.0",
"version": "0.7.1",
"author": "n1ru4l <laurinquast@googlemail.com>",
"license": "MIT",
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^8.0.0",
"@n1ru4l/graphql-live-query": "0.8.0",
"@n1ru4l/graphql-live-query": "0.8.1",
"@n1ru4l/push-pull-async-iterable-iterator": "^3.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit eba7953

Please sign in to comment.