@graphcommerce/hygraph-dynamic-rows-ui 8.0.6 → 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.
- package/CHANGELOG.md +3 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @graphcommerce/hygraph-dynamic-rows-ui
|
|
2
2
|
|
|
3
|
+
## 8.0.7
|
|
4
|
+
|
|
3
5
|
## 8.0.6
|
|
4
6
|
|
|
5
7
|
## 8.0.5
|
|
@@ -74,8 +76,7 @@
|
|
|
74
76
|
|
|
75
77
|
### Minor Changes
|
|
76
78
|
|
|
77
|
-
- [#2100](https://github.com/graphcommerce-org/graphcommerce/pull/2100) [`4df891a`](https://github.com/graphcommerce-org/graphcommerce/commit/4df891a4c18b29cc52447eab3a97c66948b6c18f) - Add Dynamic Row UI for property UI field through a custom Hygraph application
|
|
78
|
-
([@JoshuaS98](https://github.com/JoshuaS98))
|
|
79
|
+
- [#2100](https://github.com/graphcommerce-org/graphcommerce/pull/2100) [`4df891a`](https://github.com/graphcommerce-org/graphcommerce/commit/4df891a4c18b29cc52447eab3a97c66948b6c18f) - Add Dynamic Row UI for property UI field through a custom Hygraph application ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
79
80
|
|
|
80
81
|
## 8.0.0-canary.100
|
|
81
82
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/hygraph-dynamic-rows-ui",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.
|
|
5
|
+
"version": "8.0.7",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@apollo/client": "~3.8.10",
|
|
20
|
-
"@graphcommerce/next-config": "8.0.
|
|
20
|
+
"@graphcommerce/next-config": "8.0.7",
|
|
21
21
|
"@hygraph/app-sdk-react": "^0.0.3",
|
|
22
22
|
"@lingui/core": "^4.7.0",
|
|
23
23
|
"@lingui/macro": "^4.7.0",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"next": "14.1.0",
|
|
30
30
|
"react": "^18.2.0",
|
|
31
31
|
"react-dom": "^18.2.0",
|
|
32
|
-
"webpack": "5.
|
|
32
|
+
"webpack": "5.93.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@graphcommerce/eslint-config-pwa": "8.0.
|
|
36
|
-
"@graphcommerce/prettier-config-pwa": "8.0.
|
|
37
|
-
"@graphcommerce/typescript-config-pwa": "8.0.
|
|
35
|
+
"@graphcommerce/eslint-config-pwa": "8.0.7",
|
|
36
|
+
"@graphcommerce/prettier-config-pwa": "8.0.7",
|
|
37
|
+
"@graphcommerce/typescript-config-pwa": "8.0.7",
|
|
38
38
|
"@types/react-is": "^18.2.4",
|
|
39
39
|
"babel-plugin-macros": "^3.1.0",
|
|
40
40
|
"eslint": "8.56.0",
|