@graphcommerce/magento-product 8.1.0-canary.10 → 8.1.0-canary.12

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,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.12
4
+
5
+ ## 8.1.0-canary.11
6
+
7
+ ### Patch Changes
8
+
9
+ - [#2255](https://github.com/graphcommerce-org/graphcommerce/pull/2255) [`679d07d`](https://github.com/graphcommerce-org/graphcommerce/commit/679d07dad5b5e2dab3c0f3d537716b6115af8ef7) - make the ProductPageMeta fragment injectable
10
+ ([@carlocarels90](https://github.com/carlocarels90))
11
+
3
12
  ## 8.1.0-canary.10
4
13
 
5
14
  ## 8.1.0-canary.9
@@ -1,4 +1,4 @@
1
- fragment ProductPageMeta on ProductInterface {
1
+ fragment ProductPageMeta on ProductInterface @injectable {
2
2
  ...ProductLink
3
3
  sku
4
4
  name
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.10",
5
+ "version": "8.1.0-canary.12",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,18 +18,18 @@
18
18
  "typescript": "5.3.3"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/ecommerce-ui": "^8.1.0-canary.10",
22
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.10",
23
- "@graphcommerce/framer-next-pages": "^8.1.0-canary.10",
24
- "@graphcommerce/framer-scroller": "^8.1.0-canary.10",
25
- "@graphcommerce/graphql": "^8.1.0-canary.10",
26
- "@graphcommerce/graphql-mesh": "^8.1.0-canary.10",
27
- "@graphcommerce/image": "^8.1.0-canary.10",
28
- "@graphcommerce/magento-cart": "^8.1.0-canary.10",
29
- "@graphcommerce/magento-store": "^8.1.0-canary.10",
30
- "@graphcommerce/next-ui": "^8.1.0-canary.10",
31
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.10",
32
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.10",
21
+ "@graphcommerce/ecommerce-ui": "^8.1.0-canary.12",
22
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.12",
23
+ "@graphcommerce/framer-next-pages": "^8.1.0-canary.12",
24
+ "@graphcommerce/framer-scroller": "^8.1.0-canary.12",
25
+ "@graphcommerce/graphql": "^8.1.0-canary.12",
26
+ "@graphcommerce/graphql-mesh": "^8.1.0-canary.12",
27
+ "@graphcommerce/image": "^8.1.0-canary.12",
28
+ "@graphcommerce/magento-cart": "^8.1.0-canary.12",
29
+ "@graphcommerce/magento-store": "^8.1.0-canary.12",
30
+ "@graphcommerce/next-ui": "^8.1.0-canary.12",
31
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.12",
32
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.12",
33
33
  "@lingui/core": "^4.2.1",
34
34
  "@lingui/macro": "^4.2.1",
35
35
  "@lingui/react": "^4.2.1",