@graphcommerce/magento-store 9.0.0-canary.106 → 9.0.0-canary.108

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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.108
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
8
+
9
+ ## 9.0.0-canary.107
10
+
3
11
  ## 9.0.0-canary.106
4
12
 
5
13
  ## 9.0.0-canary.105
package/PageMeta.tsx CHANGED
@@ -3,7 +3,7 @@ import type { PageMetaProps as NextPageMetaProps } from '@graphcommerce/next-ui'
3
3
  import { PageMeta as NextPageMeta } from '@graphcommerce/next-ui'
4
4
  import { StoreConfigDocument } from './StoreConfig.gql'
5
5
 
6
- type PageMetaProps = Omit<NextPageMetaProps, 'canonical'> & {
6
+ export type PageMetaProps = Omit<NextPageMetaProps, 'canonical'> & {
7
7
  canonical?: string
8
8
  }
9
9
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-store",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.106",
5
+ "version": "9.0.0-canary.108",
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.0-canary.106",
16
- "@graphcommerce/graphql": "^9.0.0-canary.106",
17
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.106",
18
- "@graphcommerce/image": "^9.0.0-canary.106",
19
- "@graphcommerce/next-ui": "^9.0.0-canary.106",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.106",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.106",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.108",
16
+ "@graphcommerce/graphql": "^9.0.0-canary.108",
17
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.108",
18
+ "@graphcommerce/image": "^9.0.0-canary.108",
19
+ "@graphcommerce/next-ui": "^9.0.0-canary.108",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.108",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.108",
22
22
  "@lingui/core": "^4.2.1",
23
23
  "@lingui/macro": "^4.2.1",
24
24
  "@lingui/react": "^4.2.1",