@graphcommerce/graphql 9.0.1-canary.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 +5 -91
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.1
4
4
 
5
5
  ## 9.0.0
6
6
 
7
- ### Minor Changes
7
+ ### Major Changes
8
8
 
9
- - [#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))
10
12
 
11
13
  ### Patch Changes
12
14
 
@@ -24,96 +26,8 @@
24
26
 
25
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))
26
28
 
27
- - [#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))
28
-
29
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))
30
30
 
31
- ## 9.0.0-canary.118
32
-
33
- ## 9.0.0-canary.117
34
-
35
- ## 9.0.0-canary.116
36
-
37
- ### Patch Changes
38
-
39
- - [#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))
40
-
41
- ## 9.0.0-canary.115
42
-
43
- ## 9.0.0-canary.114
44
-
45
- ## 9.0.0-canary.113
46
-
47
- ## 9.0.0-canary.112
48
-
49
- ## 9.0.0-canary.111
50
-
51
- ## 9.0.0-canary.110
52
-
53
- ## 9.0.0-canary.109
54
-
55
- ## 9.0.0-canary.108
56
-
57
- ## 9.0.0-canary.107
58
-
59
- ## 9.0.0-canary.106
60
-
61
- ## 9.0.0-canary.105
62
-
63
- ## 9.0.0-canary.104
64
-
65
- ### Patch Changes
66
-
67
- - [#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))
68
-
69
- ## 9.0.0-canary.103
70
-
71
- ### Patch Changes
72
-
73
- - [#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))
74
-
75
- ## 9.0.0-canary.101
76
-
77
- ### Patch Changes
78
-
79
- - [#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))
80
-
81
- ## 9.0.0-canary.86
82
-
83
- ### Patch Changes
84
-
85
- - [#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))
86
-
87
- ## 9.0.0-canary.80
88
-
89
- ### Patch Changes
90
-
91
- - [#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))
92
-
93
- ## 8.1.0-canary.47
94
-
95
- ### Minor Changes
96
-
97
- - [#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))
98
-
99
- ## 8.1.0-canary.46
100
-
101
- ### Patch Changes
102
-
103
- - [#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))
104
-
105
- ## 8.1.0-canary.45
106
-
107
- ### Patch Changes
108
-
109
- - [#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))
110
-
111
- ## 8.1.0-canary.42
112
-
113
- ### Patch Changes
114
-
115
- - [#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))
116
-
117
31
  ## 8.0.0
118
32
 
119
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.1-canary.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.1-canary.0",
31
- "@graphcommerce/graphql-codegen-near-operation-file": "9.0.1-canary.0",
32
- "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "9.0.1-canary.0",
33
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
34
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.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"