@graphcommerce/magento-product-downloadable 9.0.1-canary.0 → 9.0.1-canary.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -37
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,49 +1,15 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.2
4
4
 
5
- ## 9.0.0
6
-
7
- ### Patch Changes
8
-
9
- - [#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))
10
-
11
- ## 9.0.0-canary.118
12
-
13
- ## 9.0.0-canary.117
14
-
15
- ## 9.0.0-canary.116
16
-
17
- ## 9.0.0-canary.115
18
-
19
- ## 9.0.0-canary.114
20
-
21
- ## 9.0.0-canary.113
5
+ ## 9.0.1-canary.1
22
6
 
23
- ## 9.0.0-canary.112
24
-
25
- ## 9.0.0-canary.111
26
-
27
- ## 9.0.0-canary.110
28
-
29
- ## 9.0.0-canary.109
30
-
31
- ## 9.0.0-canary.108
7
+ ## 9.0.0
32
8
 
33
9
  ### Patch Changes
34
10
 
35
11
  - [#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))
36
12
 
37
- ## 9.0.0-canary.107
38
-
39
- ## 9.0.0-canary.106
40
-
41
- ## 9.0.0-canary.105
42
-
43
- ## 9.0.0-canary.104
44
-
45
- ## 9.0.0-canary.103
46
-
47
13
  ## 7.0.0
48
14
 
49
15
  ### Minor Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-downloadable",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.1-canary.0",
5
+ "version": "9.0.1-canary.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,15 +12,15 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.1-canary.0",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
17
- "@graphcommerce/graphql": "^9.0.1-canary.0",
18
- "@graphcommerce/magento-cart": "^9.0.1-canary.0",
19
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
20
- "@graphcommerce/magento-store": "^9.0.1-canary.0",
21
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
22
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
23
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.1-canary.2",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
17
+ "@graphcommerce/graphql": "^9.0.1-canary.2",
18
+ "@graphcommerce/magento-cart": "^9.0.1-canary.2",
19
+ "@graphcommerce/magento-product": "^9.0.1-canary.2",
20
+ "@graphcommerce/magento-store": "^9.0.1-canary.2",
21
+ "@graphcommerce/next-ui": "^9.0.1-canary.2",
22
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
23
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
24
24
  "@lingui/core": "^4.2.1",
25
25
  "@lingui/macro": "^4.2.1",
26
26
  "@lingui/react": "^4.2.1",