@graphcommerce/graphql 10.0.1 → 10.0.2-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -18
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.0.2-canary.0
|
|
4
|
+
|
|
3
5
|
## 10.0.1
|
|
4
6
|
|
|
5
7
|
### Patch Changes
|
|
@@ -8,24 +10,6 @@
|
|
|
8
10
|
|
|
9
11
|
- [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`2350c13`](https://github.com/graphcommerce-org/graphcommerce/commit/2350c13baab476fde83778e3e0b397f54c0cd7de) - Show loading skeleton when loading and there is no data, but show when there is an error so we dont get in a stuck state. ([@paales](https://github.com/paales))
|
|
10
12
|
|
|
11
|
-
## 10.0.1-canary.4
|
|
12
|
-
|
|
13
|
-
## 10.0.1-canary.3
|
|
14
|
-
|
|
15
|
-
## 10.0.1-canary.2
|
|
16
|
-
|
|
17
|
-
## 10.0.1-canary.1
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`2350c13`](https://github.com/graphcommerce-org/graphcommerce/commit/2350c13baab476fde83778e3e0b397f54c0cd7de) - Show loading skeleton when loading and there is no data, but show when there is an error so we dont get in a stuck state. ([@paales](https://github.com/paales))
|
|
22
|
-
|
|
23
|
-
## 10.0.1-canary.0
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
26
|
-
|
|
27
|
-
- [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`6714cbb`](https://github.com/graphcommerce-org/graphcommerce/commit/6714cbb912ed64217cb04c4355cc2b63762e6ea1) - Deprecated globalApolloClient ([@paales](https://github.com/paales))
|
|
28
|
-
|
|
29
13
|
## 10.0.0
|
|
30
14
|
|
|
31
15
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/graphql",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "10.0.
|
|
5
|
+
"version": "10.0.2-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"rxjs": "^7.8.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.
|
|
32
|
-
"@graphcommerce/graphql-codegen-near-operation-file": "10.0.
|
|
33
|
-
"@graphcommerce/graphql-codegen-relay-optimizer-plugin": "10.0.
|
|
34
|
-
"@graphcommerce/next-config": "^10.0.
|
|
35
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
36
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.
|
|
31
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.2-canary.0",
|
|
32
|
+
"@graphcommerce/graphql-codegen-near-operation-file": "10.0.2-canary.0",
|
|
33
|
+
"@graphcommerce/graphql-codegen-relay-optimizer-plugin": "10.0.2-canary.0",
|
|
34
|
+
"@graphcommerce/next-config": "^10.0.2-canary.0",
|
|
35
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.2-canary.0",
|
|
36
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.2-canary.0",
|
|
37
37
|
"@graphql-mesh/plugin-http-details-extensions": "*",
|
|
38
38
|
"react": "^19.2.0",
|
|
39
39
|
"react-dom": "^19.2.0"
|