@graphcommerce/docs 6.0.2-canary.4 → 6.0.2-canary.6

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
+ ## 6.0.2-canary.6
4
+
5
+ ## 6.0.2-canary.5
6
+
3
7
  ## 6.0.2-canary.4
4
8
 
5
9
  ## 6.0.2-canary.3
@@ -1,8 +1,10 @@
1
1
  # Handling links in GraphCommerce
2
2
 
3
- GraphCommerce integrates the next/link functionality with @mui/material's Link
4
- and ButtonBase (and all it's derivatives) components with NextLink. There is no
5
- need to wrap a Link component with next/link anymore.
3
+ GraphCommerce
4
+ [integrates](https://github.com/graphcommerce-org/graphcommerce/blob/62ba3db38508776afff4cacd3d16dc220cb059d1/examples/magento-graphcms/components/theme.ts#L205-L208)
5
+ the next/link functionality with @mui/material's Link and ButtonBase (and all
6
+ it's derivatives) components with NextLink. There is no need to wrap a Link
7
+ component with next/link anymore.
6
8
 
7
9
  NextLink automatically adds `target="_blank"` when the href is external.
8
10
 
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "6.0.2-canary.4",
5
+ "version": "6.0.2-canary.6",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.0.2-canary.4"
8
+ "@graphcommerce/prettier-config-pwa": "6.0.2-canary.6"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }