@graphcommerce/graphql 9.0.0 → 9.0.1-canary.1

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 +6 -90
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
- ### Minor Changes
7
+ ### Major Changes
6
8
 
7
- - [#2315](https://github.com/graphcommerce-org/graphcommerce/pull/2315) [`fb9118e`](https://github.com/graphcommerce-org/graphcommerce/commit/fb9118ec819d1b507d4fbde04f2ca34ec01ecf49) - Add `guestOrder` functionality. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
9
+ - [#2315](https://github.com/graphcommerce-org/graphcommerce/pull/2315) [`fb9118e`](https://github.com/graphcommerce-org/graphcommerce/commit/fb9118ec819d1b507d4fbde04f2ca34ec01ecf49) - Magento 2.4.7: Add `guestOrder` functionality. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
10
+
11
+ - [#2308](https://github.com/graphcommerce-org/graphcommerce/pull/2308) [`8faa5ac`](https://github.com/graphcommerce-org/graphcommerce/commit/8faa5ac618ecfdacd6d5eb751b4110c423aef97f) - Added Draft Mode support. When enabled it will be shown. ([@paales](https://github.com/paales))
8
12
 
9
13
  ### Patch Changes
10
14
 
@@ -22,96 +26,8 @@
22
26
 
23
27
  - [#2452](https://github.com/graphcommerce-org/graphcommerce/pull/2452) [`5dfd3b2`](https://github.com/graphcommerce-org/graphcommerce/commit/5dfd3b201255ef35263485d04153d37bb7e4fe67) - Renamed useInContextQuery to usePrivateQuery ([@paales](https://github.com/paales))
24
28
 
25
- - [#2308](https://github.com/graphcommerce-org/graphcommerce/pull/2308) [`8faa5ac`](https://github.com/graphcommerce-org/graphcommerce/commit/8faa5ac618ecfdacd6d5eb751b4110c423aef97f) - Added Draft Mode support. When enabled it will be shown. ([@paales](https://github.com/paales))
26
-
27
29
  - [#2379](https://github.com/graphcommerce-org/graphcommerce/pull/2379) [`c4ff06d`](https://github.com/graphcommerce-org/graphcommerce/commit/c4ff06da58e01de47c48aa55f4f822223202570c) - When a `usePrivateQuery` is called, only execute when there is no `PrivateQueryMaskContext` defined above. ([@paales](https://github.com/paales))
28
30
 
29
- ## 9.0.0-canary.118
30
-
31
- ## 9.0.0-canary.117
32
-
33
- ## 9.0.0-canary.116
34
-
35
- ### Patch Changes
36
-
37
- - [#2452](https://github.com/graphcommerce-org/graphcommerce/pull/2452) [`5dfd3b2`](https://github.com/graphcommerce-org/graphcommerce/commit/5dfd3b201255ef35263485d04153d37bb7e4fe67) - Renamed useInContextQuery to usePrivateQuery ([@paales](https://github.com/paales))
38
-
39
- ## 9.0.0-canary.115
40
-
41
- ## 9.0.0-canary.114
42
-
43
- ## 9.0.0-canary.113
44
-
45
- ## 9.0.0-canary.112
46
-
47
- ## 9.0.0-canary.111
48
-
49
- ## 9.0.0-canary.110
50
-
51
- ## 9.0.0-canary.109
52
-
53
- ## 9.0.0-canary.108
54
-
55
- ## 9.0.0-canary.107
56
-
57
- ## 9.0.0-canary.106
58
-
59
- ## 9.0.0-canary.105
60
-
61
- ## 9.0.0-canary.104
62
-
63
- ### Patch Changes
64
-
65
- - [#2423](https://github.com/graphcommerce-org/graphcommerce/pull/2423) [`a4f0b48`](https://github.com/graphcommerce-org/graphcommerce/commit/a4f0b480f234e50d62f02e56716be80a30720475) - Added back ApolloClient caching for SSR requests to projects ([@paales](https://github.com/paales))
66
-
67
- ## 9.0.0-canary.103
68
-
69
- ### Patch Changes
70
-
71
- - [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
72
-
73
- ## 9.0.0-canary.101
74
-
75
- ### Patch Changes
76
-
77
- - [#2380](https://github.com/graphcommerce-org/graphcommerce/pull/2380) [`2457ca2`](https://github.com/graphcommerce-org/graphcommerce/commit/2457ca25a737a1fdc8b1d0e1b4b6ddb69c5f420e) - measurePerformanceLink now reports queries made in the subgraph and is only included during development and not in production. ([@paales](https://github.com/paales))
78
-
79
- ## 9.0.0-canary.86
80
-
81
- ### Patch Changes
82
-
83
- - [#2379](https://github.com/graphcommerce-org/graphcommerce/pull/2379) [`c4ff06d`](https://github.com/graphcommerce-org/graphcommerce/commit/c4ff06da58e01de47c48aa55f4f822223202570c) - When a useInContextQuery is called, only execute when there is no InContextMaskContext defined above ([@paales](https://github.com/paales))
84
-
85
- ## 9.0.0-canary.80
86
-
87
- ### Patch Changes
88
-
89
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`7a2f715`](https://github.com/graphcommerce-org/graphcommerce/commit/7a2f7153fa9157be17575abb6d77821a2ec99f30) - Make sure the InContextMask only warns when a block is renderer during the initial ssr render. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
90
-
91
- ## 8.1.0-canary.47
92
-
93
- ### Minor Changes
94
-
95
- - [#2315](https://github.com/graphcommerce-org/graphcommerce/pull/2315) [`fb9118e`](https://github.com/graphcommerce-org/graphcommerce/commit/fb9118ec819d1b507d4fbde04f2ca34ec01ecf49) - Add guestOrder functionality, remove `size: 'max'` from getStaticProps ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
96
-
97
- ## 8.1.0-canary.46
98
-
99
- ### Patch Changes
100
-
101
- - [#2314](https://github.com/graphcommerce-org/graphcommerce/pull/2314) [`fe8fce7`](https://github.com/graphcommerce-org/graphcommerce/commit/fe8fce7f5a82e227ed4a1992415af73fa7d0bb79) - Importing \*.interceptor is NOT allowed ([@paales](https://github.com/paales))
102
-
103
- ## 8.1.0-canary.45
104
-
105
- ### Patch Changes
106
-
107
- - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`d066e6f`](https://github.com/graphcommerce-org/graphcommerce/commit/d066e6f904ca68a8771ab73ce30aa06d11fc71b6) - When loading a page, always create a new graphql client, so that cache isn't shared for each request, causing an unnecessary large page size. ([@paales](https://github.com/paales))
108
-
109
- ## 8.1.0-canary.42
110
-
111
- ### Patch Changes
112
-
113
- - [#2308](https://github.com/graphcommerce-org/graphcommerce/pull/2308) [`8faa5ac`](https://github.com/graphcommerce-org/graphcommerce/commit/8faa5ac618ecfdacd6d5eb751b4110c423aef97f) - Added Draft Mode support. When enabled it will be shown. ([@paales](https://github.com/paales))
114
-
115
31
  ## 8.0.0
116
32
 
117
33
  ### Patch 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": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "main": "index.ts",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -27,11 +27,11 @@
27
27
  "graphql": "^16.10.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
31
- "@graphcommerce/graphql-codegen-near-operation-file": "9.0.0",
32
- "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "9.0.0",
33
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
34
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
30
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
31
+ "@graphcommerce/graphql-codegen-near-operation-file": "9.0.1-canary.1",
32
+ "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "9.0.1-canary.1",
33
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
34
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
35
35
  "@graphql-mesh/plugin-http-details-extensions": "*",
36
36
  "react": "^18.2.0",
37
37
  "react-dom": "^18.2.0"