@graphcommerce/magento-store 7.0.2-canary.5 → 7.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 +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.0.2-canary.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2067](https://github.com/graphcommerce-org/graphcommerce/pull/2067) [`340679434`](https://github.com/graphcommerce-org/graphcommerce/commit/340679434e0ff1033c8158ef03a091e06e20e6a9) - Prevent HandleRedirect errors by filtering out empty URL values from the candidates array. ([@carlocarels90](https://github.com/carlocarels90))
|
|
8
|
+
|
|
3
9
|
## 7.0.2-canary.5
|
|
4
10
|
|
|
5
11
|
## 7.0.1
|
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": "7.0.2-canary.
|
|
5
|
+
"version": "7.0.2-canary.6",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "7.0.2-canary.
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "7.0.2-canary.
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "7.0.2-canary.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "7.0.2-canary.6",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "7.0.2-canary.6",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "7.0.2-canary.6"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@graphcommerce/graphql": "7.0.2-canary.
|
|
21
|
-
"@graphcommerce/graphql-mesh": "7.0.2-canary.
|
|
22
|
-
"@graphcommerce/image": "7.0.2-canary.
|
|
23
|
-
"@graphcommerce/next-ui": "7.0.2-canary.
|
|
20
|
+
"@graphcommerce/graphql": "7.0.2-canary.6",
|
|
21
|
+
"@graphcommerce/graphql-mesh": "7.0.2-canary.6",
|
|
22
|
+
"@graphcommerce/image": "7.0.2-canary.6",
|
|
23
|
+
"@graphcommerce/next-ui": "7.0.2-canary.6"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@lingui/react": "^4.2.1",
|