@graphcommerce/magento-store 10.0.1 → 10.0.2-canary.0
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,20 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 10.0.
|
|
3
|
+
## 10.0.2-canary.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [
|
|
8
|
-
|
|
9
|
-
- [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`6d5ff59`](https://github.com/graphcommerce-org/graphcommerce/commit/6d5ff59090b5fe37bf053a2540fcf13150331a27) - Do not send an unacceptable store currency due to a configuration error and make sure the correct currency is stored. Show a StoreSwitcherFab on mobile. ([@paales](https://github.com/paales))
|
|
10
|
-
|
|
11
|
-
## 10.0.1-canary.4
|
|
12
|
-
|
|
13
|
-
## 10.0.1-canary.3
|
|
7
|
+
- [`aaa79dd`](https://github.com/graphcommerce-org/graphcommerce/commit/aaa79dd79ab39600ecf291334fac91196b9793e6) - Do not query the head_includes from the backend as that may never be rendered and might contain big content. ([@paales](https://github.com/paales))
|
|
14
8
|
|
|
15
|
-
## 10.0.1
|
|
16
|
-
|
|
17
|
-
## 10.0.1-canary.1
|
|
9
|
+
## 10.0.1
|
|
18
10
|
|
|
19
11
|
### Patch Changes
|
|
20
12
|
|
|
@@ -22,7 +14,7 @@
|
|
|
22
14
|
|
|
23
15
|
- [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`6d5ff59`](https://github.com/graphcommerce-org/graphcommerce/commit/6d5ff59090b5fe37bf053a2540fcf13150331a27) - Do not send an unacceptable store currency due to a configuration error and make sure the correct currency is stored. Show a StoreSwitcherFab on mobile. ([@paales](https://github.com/paales))
|
|
24
16
|
|
|
25
|
-
|
|
17
|
+
- [`1cd75c3`](https://github.com/graphcommerce-org/graphcommerce/commit/1cd75c36d07e8e21fc076b0ef0c2101c22a1cc13) - Do not query the head_includes from the backend as that may never be rendered and might contain big content. ([@paales](https://github.com/paales))
|
|
26
18
|
|
|
27
19
|
## 10.0.0
|
|
28
20
|
|
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": "10.0.
|
|
5
|
+
"version": "10.0.2-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"./mesh/resolvers.ts": "./mesh/resolvers.ts"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@graphcommerce/ecommerce-ui": "^10.0.
|
|
23
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.
|
|
24
|
-
"@graphcommerce/framer-utils": "^10.0.
|
|
25
|
-
"@graphcommerce/graphql": "^10.0.
|
|
26
|
-
"@graphcommerce/graphql-mesh": "^10.0.
|
|
27
|
-
"@graphcommerce/image": "^10.0.
|
|
28
|
-
"@graphcommerce/next-ui": "^10.0.
|
|
29
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
30
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.
|
|
22
|
+
"@graphcommerce/ecommerce-ui": "^10.0.2-canary.0",
|
|
23
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.2-canary.0",
|
|
24
|
+
"@graphcommerce/framer-utils": "^10.0.2-canary.0",
|
|
25
|
+
"@graphcommerce/graphql": "^10.0.2-canary.0",
|
|
26
|
+
"@graphcommerce/graphql-mesh": "^10.0.2-canary.0",
|
|
27
|
+
"@graphcommerce/image": "^10.0.2-canary.0",
|
|
28
|
+
"@graphcommerce/next-ui": "^10.0.2-canary.0",
|
|
29
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.2-canary.0",
|
|
30
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.2-canary.0",
|
|
31
31
|
"@lingui/core": "^5",
|
|
32
32
|
"@lingui/macro": "^5",
|
|
33
33
|
"@lingui/react": "^5",
|