Skip to content

Commit 86d5eaf

Browse files
committed
applying package updates
1 parent 7f9d83e commit 86d5eaf

File tree

12 files changed

+87
-18
lines changed

12 files changed

+87
-18
lines changed

change/@graphitation-graphql-js-operation-payload-generator-b08502d0-7283-4d8b-9a59-26a35d266094.json

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

examples/apollo-watch-fragments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "~3.6.0",
7-
"@graphitation/apollo-react-relay-duct-tape": "^1.3.0",
7+
"@graphitation/apollo-react-relay-duct-tape": "^1.3.1",
88
"@graphitation/graphql-js-tag": "^0.9.3",
99
"@graphql-tools/schema": "^9.0.19",
1010
"graphql": "^15.6.0",

examples/supermassive-todomvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@apollo/client": "~3.6.0",
1717
"@babel/runtime": "^7.12.0",
18-
"@graphitation/apollo-react-relay-duct-tape": "^1.3.0",
18+
"@graphitation/apollo-react-relay-duct-tape": "^1.3.1",
1919
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.0",
2020
"@graphitation/graphql-js-tag": "^0.9.3",
2121
"@graphitation/supermassive": "^3.5.5",

packages/apollo-mock-client/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@graphitation/apollo-mock-client",
33
"entries": [
4+
{
5+
"date": "Tue, 22 Oct 2024 17:26:48 GMT",
6+
"version": "0.11.8",
7+
"tag": "@graphitation/apollo-mock-client_v0.11.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@graphitation/apollo-mock-client",
13+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.12.8",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 22 Oct 2024 16:48:19 GMT",
621
"version": "0.11.7",

packages/apollo-mock-client/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @graphitation/apollo-mock-client
22

3-
<!-- This log was last generated on Tue, 22 Oct 2024 16:48:19 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 22 Oct 2024 17:26:48 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.11.8
8+
9+
Tue, 22 Oct 2024 17:26:48 GMT
10+
11+
### Patches
12+
13+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.12.8
14+
715
## 0.11.7
816

917
Tue, 22 Oct 2024 16:48:19 GMT

packages/apollo-mock-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphitation/apollo-mock-client",
33
"description": "An Apollo Client that allows mocking of payloads in response to operations, rather than having to provide them all upfront.",
44
"license": "MIT",
5-
"version": "0.11.7",
5+
"version": "0.11.8",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/microsoft/graphitation.git",
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@apollo/client": ">= ^3.3.0 < 3.7.0",
2121
"@graphitation/graphql-js-tag": "^0.9.3",
22-
"@graphitation/graphql-js-operation-payload-generator": "^0.12.7",
22+
"@graphitation/graphql-js-operation-payload-generator": "^0.12.8",
2323
"@types/invariant": "^2.2.34",
2424
"@types/jest": "^26.0.22",
2525
"@types/react": "^18.2.29",

packages/apollo-react-relay-duct-tape/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@graphitation/apollo-react-relay-duct-tape",
33
"entries": [
4+
{
5+
"date": "Tue, 22 Oct 2024 17:26:48 GMT",
6+
"version": "1.3.1",
7+
"tag": "@graphitation/apollo-react-relay-duct-tape_v1.3.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@graphitation/apollo-react-relay-duct-tape",
13+
"comment": "Bump @graphitation/apollo-mock-client to v0.11.8",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@graphitation/apollo-react-relay-duct-tape",
19+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.12.8",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 22 Oct 2024 16:48:19 GMT",
627
"version": "1.3.0",

packages/apollo-react-relay-duct-tape/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @graphitation/apollo-react-relay-duct-tape
22

3-
<!-- This log was last generated on Tue, 22 Oct 2024 16:48:19 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 22 Oct 2024 17:26:48 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.3.1
8+
9+
Tue, 22 Oct 2024 17:26:48 GMT
10+
11+
### Patches
12+
13+
- Bump @graphitation/apollo-mock-client to v0.11.8
14+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.12.8
15+
716
## 1.3.0
817

918
Tue, 22 Oct 2024 16:48:19 GMT

packages/apollo-react-relay-duct-tape/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphitation/apollo-react-relay-duct-tape",
33
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
44
"license": "MIT",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/microsoft/graphitation.git",
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@apollo/client": ">= ^3.3.0 < 3.7.0",
24-
"@graphitation/apollo-mock-client": "^0.11.7",
25-
"@graphitation/graphql-js-operation-payload-generator": "^0.12.7",
24+
"@graphitation/apollo-mock-client": "^0.11.8",
25+
"@graphitation/graphql-js-operation-payload-generator": "^0.12.8",
2626
"@graphitation/graphql-js-tag": "^0.9.3",
2727
"@types/jest": "^26.0.22",
2828
"@types/lodash": "^4.14.176",

packages/graphql-js-operation-payload-generator/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@graphitation/graphql-js-operation-payload-generator",
33
"entries": [
4+
{
5+
"date": "Tue, 22 Oct 2024 17:26:48 GMT",
6+
"version": "0.12.8",
7+
"tag": "@graphitation/graphql-js-operation-payload-generator_v0.12.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@graphitation/graphql-js-operation-payload-generator",
13+
"commit": "7f9d83e0358d29c34981df5d4075a097387f1ff2",
14+
"comment": "use relay-test-utils types for consistency"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 17 Oct 2024 14:53:14 GMT",
621
"version": "0.12.7",

0 commit comments

Comments
 (0)