@graphcommerce/hygraph-dynamic-rows 9.0.1-canary.0 → 9.0.1

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 +6 -54
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,69 +1,21 @@
1
1
  # @graphcommerce/hygraph-dynamic-rows
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1
4
4
 
5
- ## 9.0.0
5
+ ## 9.0.1-canary.1
6
6
 
7
- ### Minor Changes
7
+ ## 9.0.0
8
8
 
9
- - [#2318](https://github.com/graphcommerce-org/graphcommerce/pull/2318) [`886837f`](https://github.com/graphcommerce-org/graphcommerce/commit/886837ff44d95404512716dbb9b2272c38b9ad27) - Terminate row field on DynamicRows model ([@JoshuaS98](https://github.com/JoshuaS98))
9
+ ### Major Changes
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - [#2268](https://github.com/graphcommerce-org/graphcommerce/pull/2268) [`8ffe2d5`](https://github.com/graphcommerce-org/graphcommerce/commit/8ffe2d5d1b040797ee4987d7740de5fdeadd4f72) - Solve issue where an Apollo object couldn't be modified as it is read only when Dynamic rows are added to the project. ([@JoshuaS98](https://github.com/JoshuaS98))
14
-
15
- - [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
16
-
17
- ## 9.0.0-canary.118
18
-
19
- ## 9.0.0-canary.117
20
-
21
- ## 9.0.0-canary.116
22
-
23
- ## 9.0.0-canary.115
24
-
25
- ## 9.0.0-canary.114
26
-
27
- ## 9.0.0-canary.113
28
-
29
- ## 9.0.0-canary.112
30
-
31
- ## 9.0.0-canary.111
32
-
33
- ## 9.0.0-canary.110
34
-
35
- ## 9.0.0-canary.109
13
+ - [#2318](https://github.com/graphcommerce-org/graphcommerce/pull/2318) [`886837f`](https://github.com/graphcommerce-org/graphcommerce/commit/886837ff44d95404512716dbb9b2272c38b9ad27) - Remove `row` field on DynamicRows` model ([@JoshuaS98](https://github.com/JoshuaS98))
36
14
 
37
- ## 9.0.0-canary.108
38
-
39
- ## 9.0.0-canary.107
40
-
41
- ## 9.0.0-canary.106
42
-
43
- ## 9.0.0-canary.105
44
-
45
- ## 9.0.0-canary.104
46
-
47
- ## 9.0.0-canary.103
48
-
49
- ## 9.0.0-canary.76
50
-
51
- ### Minor Changes
52
-
53
- - [#2318](https://github.com/graphcommerce-org/graphcommerce/pull/2318) [`886837f`](https://github.com/graphcommerce-org/graphcommerce/commit/886837ff44d95404512716dbb9b2272c38b9ad27) - Terminate row field on DynamicRows model ([@JoshuaS98](https://github.com/JoshuaS98))
54
-
55
- ## 9.0.0-canary.60
56
-
57
- ### Patch Changes
15
+ - [#2268](https://github.com/graphcommerce-org/graphcommerce/pull/2268) [`8ffe2d5`](https://github.com/graphcommerce-org/graphcommerce/commit/8ffe2d5d1b040797ee4987d7740de5fdeadd4f72) - Solve issue where an Apollo object couldn't be modified as it is read only when Dynamic rows are added to the project. ([@JoshuaS98](https://github.com/JoshuaS98))
58
16
 
59
17
  - [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
60
18
 
61
- ## 8.1.0-canary.13
62
-
63
- ### Patch Changes
64
-
65
- - [#2268](https://github.com/graphcommerce-org/graphcommerce/pull/2268) [`8ffe2d5`](https://github.com/graphcommerce-org/graphcommerce/commit/8ffe2d5d1b040797ee4987d7740de5fdeadd4f72) - Fix for non extensible object error in Dynamic Row package ([@JoshuaS98](https://github.com/JoshuaS98))
66
-
67
19
  ## 8.0.5
68
20
 
69
21
  ### Patch Changes
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": "9.0.1-canary.0",
5
+ "version": "9.0.1",
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": "^9.0.1-canary.0",
16
- "@graphcommerce/graphql": "^9.0.1-canary.0",
17
- "@graphcommerce/hygraph-ui": "^9.0.1-canary.0",
18
- "@graphcommerce/image": "^9.0.1-canary.0",
19
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.1",
16
+ "@graphcommerce/graphql": "^9.0.1",
17
+ "@graphcommerce/hygraph-ui": "^9.0.1",
18
+ "@graphcommerce/image": "^9.0.1",
19
+ "@graphcommerce/next-ui": "^9.0.1",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",