@graphcommerce/graphcms-ui 8.0.5-canary.9 → 8.0.5
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 +9 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2238](https://github.com/graphcommerce-org/graphcommerce/pull/2238) [`db86432`](https://github.com/graphcommerce-org/graphcommerce/commit/db864324277fd5fb680c66eaa87d211cd7be4905) - Changed query limit to 100 from a 1000 on HygraphAllPages and AllDynamicRows query and added pagination.
|
|
8
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
9
|
+
|
|
10
|
+
## 8.0.5-canary.10
|
|
11
|
+
|
|
3
12
|
## 8.0.5-canary.9
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/graphcms-ui",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.5
|
|
5
|
+
"version": "8.0.5",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.5
|
|
16
|
-
"@graphcommerce/graphql": "^8.0.5
|
|
17
|
-
"@graphcommerce/image": "^8.0.5
|
|
18
|
-
"@graphcommerce/next-ui": "^8.0.5
|
|
19
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.5
|
|
20
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.5
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.5",
|
|
16
|
+
"@graphcommerce/graphql": "^8.0.5",
|
|
17
|
+
"@graphcommerce/image": "^8.0.5",
|
|
18
|
+
"@graphcommerce/next-ui": "^8.0.5",
|
|
19
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.5",
|
|
20
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.5",
|
|
21
21
|
"@mui/material": "^5.10.16",
|
|
22
22
|
"next": "*",
|
|
23
23
|
"react": "^18.2.0",
|