Skip to content

Commit 8e3d221

Browse files
chore(release): update monorepo packages versions (#929)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 25ad6d0 commit 8e3d221

File tree

26 files changed

+124
-64
lines changed

26 files changed

+124
-64
lines changed

.changeset/satan-goats-sacrifice.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.changeset/thin-pumas-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-moles-remember.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/graphql-live-query-patch-json-patch/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @n1ru4l/graphql-live-query-patch-json-patch
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [25ad6d0]
12+
- Updated dependencies [f585fb3]
13+
- @n1ru4l/graphql-live-query-patch@0.7.0
14+
315
## 0.6.1
416

517
### Patch Changes

packages/graphql-live-query-patch-json-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n1ru4l/graphql-live-query-patch-json-patch",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"author": "n1ru4l <[email protected]>",
55
"license": "MIT",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"real-time"
2020
],
2121
"dependencies": {
22-
"@n1ru4l/graphql-live-query-patch": "^0.6.1",
22+
"@n1ru4l/graphql-live-query-patch": "^0.7.0",
2323
"fast-json-patch": "^3.1.0"
2424
},
2525
"devDependencies": {

packages/graphql-live-query-patch-jsondiffpatch/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @n1ru4l/graphql-live-query-patch-jsondiffpatch
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [25ad6d0]
12+
- Updated dependencies [f585fb3]
13+
- @n1ru4l/graphql-live-query-patch@0.7.0
14+
- @n1ru4l/json-patch-plus@0.2.0
15+
316
## 0.7.0
417

518
### Minor Changes

packages/graphql-live-query-patch-jsondiffpatch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n1ru4l/graphql-live-query-patch-jsondiffpatch",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"author": "n1ru4l <[email protected]>",
55
"license": "MIT",
66
"repository": {
@@ -19,8 +19,8 @@
1919
"real-time"
2020
],
2121
"dependencies": {
22-
"@n1ru4l/json-patch-plus": "^0.1.4",
23-
"@n1ru4l/graphql-live-query-patch": "^0.6.1"
22+
"@n1ru4l/json-patch-plus": "^0.2.0",
23+
"@n1ru4l/graphql-live-query-patch": "^0.7.0"
2424
},
2525
"devDependencies": {
2626
"graphql": "16.0.0-experimental-stream-defer.5",

packages/graphql-live-query-patch/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @n1ru4l/graphql-live-query-patch
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js
8+
9+
### Patch Changes
10+
11+
- 25ad6d0: Ensure the `data` property reference changes for each published value in order to please GraphQL clients that rely on immutability.
12+
313
## 0.6.1
414

515
### Patch Changes

packages/graphql-live-query-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n1ru4l/graphql-live-query-patch",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"author": "n1ru4l <[email protected]>",
55
"license": "MIT",
66
"repository": {

packages/graphql-live-query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @n1ru4l/graphql-live-query
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js
8+
39
## 0.9.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)