@graphcommerce/hygraph-cli 8.0.0-canary.99 → 8.0.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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @graphcommerce/hygraph-cli
|
|
2
2
|
|
|
3
|
+
## 8.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
([@JoshuaS98](https://github.com/JoshuaS98))
|
|
9
|
+
|
|
10
|
+
- [#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
|
|
11
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
12
|
+
|
|
13
|
+
## 8.0.0-canary.100
|
|
14
|
+
|
|
3
15
|
## 8.0.0-canary.99
|
|
4
16
|
|
|
5
17
|
## 8.0.0-canary.98
|
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.0
|
|
5
|
+
"version": "8.0.0",
|
|
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.0
|
|
23
|
-
"@graphcommerce/next-config": "^8.0.0
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.0
|
|
22
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0",
|
|
23
|
+
"@graphcommerce/next-config": "^8.0.0",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0",
|
|
26
26
|
"dotenv": "^16.1.4",
|
|
27
27
|
"graphql": "^16.7.1"
|
|
28
28
|
},
|