@graphcommerce/hygraph-dynamic-rows-ui 8.0.6 → 8.0.8

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 +9 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphcommerce/hygraph-dynamic-rows-ui
2
2
 
3
+ ## 8.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2382](https://github.com/graphcommerce-org/graphcommerce/pull/2382) [`4aaf3a0`](https://github.com/graphcommerce-org/graphcommerce/commit/4aaf3a0eef629a8019ad90c674709b1458c067f4) - When installing GraphCommerce it would install multiple versions of webpack, causing build errors: Loosen webpack dependency constraint so it installs a single version. ([@paales](https://github.com/paales))
8
+
9
+ ## 8.0.7
10
+
3
11
  ## 8.0.6
4
12
 
5
13
  ## 8.0.5
@@ -74,8 +82,7 @@
74
82
 
75
83
  ### Minor Changes
76
84
 
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))
85
+ - [#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
86
 
80
87
  ## 8.0.0-canary.100
81
88
 
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.6",
5
+ "version": "8.0.8",
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.6",
20
+ "@graphcommerce/next-config": "8.0.8",
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.89.0"
32
+ "webpack": "^5.93.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@graphcommerce/eslint-config-pwa": "8.0.6",
36
- "@graphcommerce/prettier-config-pwa": "8.0.6",
37
- "@graphcommerce/typescript-config-pwa": "8.0.6",
35
+ "@graphcommerce/eslint-config-pwa": "8.0.8",
36
+ "@graphcommerce/prettier-config-pwa": "8.0.8",
37
+ "@graphcommerce/typescript-config-pwa": "8.0.8",
38
38
  "@types/react-is": "^18.2.4",
39
39
  "babel-plugin-macros": "^3.1.0",
40
40
  "eslint": "8.56.0",