@graphcommerce/hygraph-dynamic-rows 8.0.0-canary.99 → 8.0.1-canary.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @graphcommerce/hygraph-dynamic-rows
2
2
 
3
+ ## 8.0.1-canary.0
4
+
5
+ ## 8.0.0
6
+
7
+ ### Patch Changes
8
+
9
+ - [`df385d9`](https://github.com/graphcommerce-org/graphcommerce/commit/df385d9a2e724715e0f08cc13b1bef6748b38b82) - Allow muiltiple rows for each Dynamic Row entry in Hygraph
10
+ ([@JoshuaS98](https://github.com/JoshuaS98))
11
+
12
+ - [#2182](https://github.com/graphcommerce-org/graphcommerce/pull/2182) [`a93c312`](https://github.com/graphcommerce-org/graphcommerce/commit/a93c312b9d6e0d6cc102b49cc3ad02953200a1f6) - Dynamic rows would break page rendering if there was a dynamic row but no page returned
13
+ ([@paales](https://github.com/paales))
14
+
15
+ ## 8.0.0-canary.100
16
+
3
17
  ## 8.0.0-canary.99
4
18
 
5
19
  ## 8.0.0-canary.98
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/hygraph-dynamic-rows",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.0-canary.99",
5
+ "version": "8.0.1-canary.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,13 +12,13 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.99",
16
- "@graphcommerce/graphcms-ui": "^8.0.0-canary.99",
17
- "@graphcommerce/graphql": "^8.0.0-canary.99",
18
- "@graphcommerce/image": "^8.0.0-canary.99",
19
- "@graphcommerce/next-ui": "^8.0.0-canary.99",
20
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.99",
21
- "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.99",
15
+ "@graphcommerce/eslint-config-pwa": "^8.0.1-canary.0",
16
+ "@graphcommerce/graphcms-ui": "^8.0.1-canary.0",
17
+ "@graphcommerce/graphql": "^8.0.1-canary.0",
18
+ "@graphcommerce/image": "^8.0.1-canary.0",
19
+ "@graphcommerce/next-ui": "^8.0.1-canary.0",
20
+ "@graphcommerce/prettier-config-pwa": "^8.0.1-canary.0",
21
+ "@graphcommerce/typescript-config-pwa": "^8.0.1-canary.0",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",