@graphcommerce/graphql 10.0.1-canary.5 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -14
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,25 +1,15 @@
1
1
  # Change Log
2
2
 
3
- ## 10.0.1-canary.5
3
+ ## 10.0.2-canary.0
4
4
 
5
- ## 10.0.1-canary.4
6
-
7
- ## 10.0.1-canary.3
8
-
9
- ## 10.0.1-canary.2
10
-
11
- ## 10.0.1-canary.1
12
-
13
- ### Patch Changes
14
-
15
- - [#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))
16
-
17
- ## 10.0.1-canary.0
5
+ ## 10.0.1
18
6
 
19
7
  ### Patch Changes
20
8
 
21
9
  - [#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))
22
10
 
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))
12
+
23
13
  ## 10.0.0
24
14
 
25
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.1-canary.5",
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.1-canary.5",
32
- "@graphcommerce/graphql-codegen-near-operation-file": "10.0.1-canary.5",
33
- "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "10.0.1-canary.5",
34
- "@graphcommerce/next-config": "^10.0.1-canary.5",
35
- "@graphcommerce/prettier-config-pwa": "^10.0.1-canary.5",
36
- "@graphcommerce/typescript-config-pwa": "^10.0.1-canary.5",
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"