@graphcommerce/graphcms-ui 8.1.0-canary.23 → 8.1.0-canary.25

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.25
4
+
5
+ ## 8.1.0-canary.24
6
+
3
7
  ## 8.1.0-canary.23
4
8
 
5
9
  ## 8.1.0-canary.22
@@ -1,4 +1,4 @@
1
- fragment Asset on Asset @injectable {
1
+ fragment Asset on Asset {
2
2
  url
3
3
  width
4
4
  height
@@ -1,4 +1,4 @@
1
- fragment HygraphPage on Page @injectable {
1
+ fragment HygraphPage on Page {
2
2
  title
3
3
  metaTitle
4
4
  metaDescription
@@ -1,4 +1,4 @@
1
- fragment PageLink on PageLink @injectable {
1
+ fragment PageLink on PageLink {
2
2
  title
3
3
  url
4
4
  description {
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.1.0-canary.23",
5
+ "version": "8.1.0-canary.25",
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.1.0-canary.23",
16
- "@graphcommerce/graphql": "^8.1.0-canary.23",
17
- "@graphcommerce/image": "^8.1.0-canary.23",
18
- "@graphcommerce/next-ui": "^8.1.0-canary.23",
19
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.23",
20
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.23",
15
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.25",
16
+ "@graphcommerce/graphql": "^8.1.0-canary.25",
17
+ "@graphcommerce/image": "^8.1.0-canary.25",
18
+ "@graphcommerce/next-ui": "^8.1.0-canary.25",
19
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.25",
20
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.25",
21
21
  "@mui/material": "^5.10.16",
22
22
  "next": "*",
23
23
  "react": "^18.2.0",