Skip to content

Commit eeb1431

Browse files
committed
applying package updates
1 parent 948389a commit eeb1431

File tree

8 files changed

+53
-14
lines changed

8 files changed

+53
-14
lines changed

change/@graphitation-apollo-forest-run-e648b99d-bf21-4b81-a153-70fcf69fafab.json

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

examples/apollo-devtools-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@apollo/client": "~3.6.0",
77
"@fluentui/react-components": "^9.18.9",
8-
"@graphitation/apollo-forest-run": "0.21.1",
8+
"@graphitation/apollo-forest-run": "0.22.0",
99
"@graphql-tools/schema": "^7.1.5",
1010
"graphql": "^15.0.0",
1111
"react": "^18.2.0",

packages/apollo-forest-run/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-forest-run",
33
"entries": [
4+
{
5+
"date": "Mon, 23 Mar 2026 14:19:47 GMT",
6+
"version": "0.22.0",
7+
"tag": "@graphitation/apollo-forest-run_v0.22.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "vrazuvaev@microsoft.com_msteamsmdb",
12+
"package": "@graphitation/apollo-forest-run",
13+
"commit": "948389a1d62d9fcc858bbb74fd9c8f8e8babd15a",
14+
"comment": "optimize a \"preloader pattern\" where one operation explicitly covers selection of several other operations"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 16 Mar 2026 14:29:08 GMT",
621
"version": "0.21.1",

packages/apollo-forest-run/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-forest-run
22

3-
<!-- This log was last generated on Mon, 16 Mar 2026 14:29:08 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 23 Mar 2026 14:19:47 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.22.0
8+
9+
Mon, 23 Mar 2026 14:19:47 GMT
10+
11+
### Minor changes
12+
13+
- optimize a "preloader pattern" where one operation explicitly covers selection of several other operations (vrazuvaev@microsoft.com_msteamsmdb)
14+
715
## 0.21.1
816

917
Mon, 16 Mar 2026 14:29:08 GMT

packages/apollo-forest-run/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphitation/apollo-forest-run",
33
"license": "MIT",
4-
"version": "0.21.1",
4+
"version": "0.22.0",
55
"main": "./src/index.ts",
66
"repository": {
77
"type": "git",
@@ -50,4 +50,4 @@
5050
"graphql": "^15.0.0 || ^16.0.0 || ^17.0.0",
5151
"@apollo/client": ">= 3.6.0 < 3.7.0"
5252
}
53-
}
53+
}

packages/rempl-apollo-devtools/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@graphitation/rempl-apollo-devtools",
33
"entries": [
4+
{
5+
"date": "Mon, 23 Mar 2026 14:19:47 GMT",
6+
"version": "2.1.9",
7+
"tag": "@graphitation/rempl-apollo-devtools_v2.1.9",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@graphitation/rempl-apollo-devtools",
13+
"comment": "Bump @graphitation/apollo-forest-run to v0.22.0",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 16 Mar 2026 14:29:08 GMT",
621
"version": "2.1.8",

packages/rempl-apollo-devtools/CHANGELOG.md

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

3-
<!-- This log was last generated on Mon, 16 Mar 2026 14:29:08 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 23 Mar 2026 14:19:47 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.1.9
8+
9+
Mon, 23 Mar 2026 14:19:47 GMT
10+
11+
### Patches
12+
13+
- Bump @graphitation/apollo-forest-run to v0.22.0
14+
715
## 2.1.8
816

917
Mon, 16 Mar 2026 14:29:08 GMT

packages/rempl-apollo-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphitation/rempl-apollo-devtools",
33
"license": "MIT",
4-
"version": "2.1.8",
4+
"version": "2.1.9",
55
"main": "./dist/apollo-devtools.js",
66
"repository": {
77
"type": "git",
@@ -24,7 +24,7 @@
2424
"@fluentui/react-data-grid-react-window": "^9.0.0-beta.21",
2525
"@fluentui/react-icons": "2.0.166-rc.3",
2626
"@fluentui/react-virtualizer": "9.0.0-alpha.47",
27-
"@graphitation/apollo-forest-run": "^0.21.1",
27+
"@graphitation/apollo-forest-run": "^0.22.0",
2828
"@graphql-tools/schema": "^7.1.5",
2929
"@types/lodash.debounce": "^4.0.6",
3030
"@types/lodash.isequal": "^4.5.5",

0 commit comments

Comments
 (0)