@graphcommerce/hygraph-cli 8.0.6-canary.4 → 8.0.7

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 -14
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,8 @@
1
1
  # @graphcommerce/hygraph-cli
2
2
 
3
- ## 8.0.6-canary.4
3
+ ## 8.0.7
4
4
 
5
- ## 8.0.6-canary.3
6
-
7
- ## 8.0.6-canary.2
8
-
9
- ## 8.0.6-canary.1
10
-
11
- ## 8.0.6-canary.0
5
+ ## 8.0.6
12
6
 
13
7
  ## 8.0.5
14
8
 
@@ -82,11 +76,9 @@
82
76
 
83
77
  ### Patch Changes
84
78
 
85
- - [#2095](https://github.com/graphcommerce-org/graphcommerce/pull/2095) [`519531e`](https://github.com/graphcommerce-org/graphcommerce/commit/519531eb48bf6c5b68703509d2bd64c8dfe5b92c) - Fix Hygraph CLI (Management SDK) | Add support for updating and deleting enumerations
86
- ([@JoshuaS98](https://github.com/JoshuaS98))
79
+ - [#2095](https://github.com/graphcommerce-org/graphcommerce/pull/2095) [`519531e`](https://github.com/graphcommerce-org/graphcommerce/commit/519531eb48bf6c5b68703509d2bd64c8dfe5b92c) - Fix Hygraph CLI (Management SDK) | Add support for updating and deleting enumerations ([@JoshuaS98](https://github.com/JoshuaS98))
87
80
 
88
- - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition
89
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
81
+ - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition ([@Jessevdpoel](https://github.com/Jessevdpoel))
90
82
 
91
83
  ## 8.0.0-canary.100
92
84
 
@@ -104,8 +96,7 @@
104
96
 
105
97
  ### Patch Changes
106
98
 
107
- - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition
108
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
99
+ - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition ([@Jessevdpoel](https://github.com/Jessevdpoel))
109
100
 
110
101
  ## 8.0.0-canary.93
111
102
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/hygraph-cli",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.6-canary.4",
5
+ "version": "8.0.7",
6
6
  "scripts": {
7
7
  "dev": "tsc --preserveWatchOutput --watch",
8
8
  "build": "tsc",
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@apollo/client": "^3",
22
- "@graphcommerce/eslint-config-pwa": "^8.0.6-canary.4",
23
- "@graphcommerce/next-config": "^8.0.6-canary.4",
24
- "@graphcommerce/prettier-config-pwa": "^8.0.6-canary.4",
25
- "@graphcommerce/typescript-config-pwa": "^8.0.6-canary.4",
22
+ "@graphcommerce/eslint-config-pwa": "^8.0.7",
23
+ "@graphcommerce/next-config": "^8.0.7",
24
+ "@graphcommerce/prettier-config-pwa": "^8.0.7",
25
+ "@graphcommerce/typescript-config-pwa": "^8.0.7",
26
26
  "dotenv": "^16.1.4",
27
27
  "graphql": "^16.7.1"
28
28
  },