@graphcommerce/hygraph-dynamic-rows 9.0.1-canary.0 → 9.0.1-canary.2
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 +6 -54
- 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.
|
|
3
|
+
## 9.0.1-canary.2
|
|
4
4
|
|
|
5
|
-
## 9.0.
|
|
5
|
+
## 9.0.1-canary.1
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## 9.0.0
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### Major Changes
|
|
10
10
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
|
-
- [#
|
|
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
|
-
|
|
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.
|
|
5
|
+
"version": "9.0.1-canary.2",
|
|
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.
|
|
16
|
-
"@graphcommerce/graphql": "^9.0.1-canary.
|
|
17
|
-
"@graphcommerce/hygraph-ui": "^9.0.1-canary.
|
|
18
|
-
"@graphcommerce/image": "^9.0.1-canary.
|
|
19
|
-
"@graphcommerce/next-ui": "^9.0.1-canary.
|
|
20
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.
|
|
21
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
|
|
16
|
+
"@graphcommerce/graphql": "^9.0.1-canary.2",
|
|
17
|
+
"@graphcommerce/hygraph-ui": "^9.0.1-canary.2",
|
|
18
|
+
"@graphcommerce/image": "^9.0.1-canary.2",
|
|
19
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.2",
|
|
20
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
|
|
21
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
|
|
22
22
|
"@mui/material": "^5.10.16",
|
|
23
23
|
"next": "*",
|
|
24
24
|
"react": "^18.2.0",
|