@graphcommerce/magento-cart 8.0.3-canary.6 → 8.0.3
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 +13 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`d67c89d`](https://github.com/graphcommerce-org/graphcommerce/commit/d67c89d464a60f0e2618dab670b63a39f6291341) - Deprecate the allowUrl option for useCartQuery, it was already enabled by default and should never be set to false.
|
|
8
|
+
([@paales](https://github.com/paales))
|
|
9
|
+
|
|
10
|
+
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`3fbf3da`](https://github.com/graphcommerce-org/graphcommerce/commit/3fbf3da8a67f2fbaa7fa974a37cbbf34613844e4) - Solve an issue where the user would be presented with the Session expired dialog when the user would be logging in during the checkout process.
|
|
11
|
+
([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
- [#2207](https://github.com/graphcommerce-org/graphcommerce/pull/2207) [`9876b13`](https://github.com/graphcommerce-org/graphcommerce/commit/9876b139b2c12c860a16af97eddea761d1059110) - Remove redundant query on the success page for logged in customers
|
|
14
|
+
([@paales](https://github.com/paales))
|
|
15
|
+
|
|
3
16
|
## 8.0.3-canary.6
|
|
4
17
|
|
|
5
18
|
## 8.0.3-canary.5
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.3
|
|
5
|
+
"version": "8.0.3",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^8.0.3
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.3
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^8.0.3
|
|
18
|
-
"@graphcommerce/framer-scroller": "^8.0.3
|
|
19
|
-
"@graphcommerce/framer-utils": "^8.0.3
|
|
20
|
-
"@graphcommerce/graphql": "^8.0.3
|
|
21
|
-
"@graphcommerce/image": "^8.0.3
|
|
22
|
-
"@graphcommerce/magento-customer": "^8.0.3
|
|
23
|
-
"@graphcommerce/magento-graphql": "^8.0.3
|
|
24
|
-
"@graphcommerce/magento-store": "^8.0.3
|
|
25
|
-
"@graphcommerce/next-ui": "^8.0.3
|
|
26
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.3
|
|
27
|
-
"@graphcommerce/react-hook-form": "^8.0.3
|
|
28
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.3
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^8.0.3",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.3",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^8.0.3",
|
|
18
|
+
"@graphcommerce/framer-scroller": "^8.0.3",
|
|
19
|
+
"@graphcommerce/framer-utils": "^8.0.3",
|
|
20
|
+
"@graphcommerce/graphql": "^8.0.3",
|
|
21
|
+
"@graphcommerce/image": "^8.0.3",
|
|
22
|
+
"@graphcommerce/magento-customer": "^8.0.3",
|
|
23
|
+
"@graphcommerce/magento-graphql": "^8.0.3",
|
|
24
|
+
"@graphcommerce/magento-store": "^8.0.3",
|
|
25
|
+
"@graphcommerce/next-ui": "^8.0.3",
|
|
26
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.3",
|
|
27
|
+
"@graphcommerce/react-hook-form": "^8.0.3",
|
|
28
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.3",
|
|
29
29
|
"@lingui/core": "^4.2.1",
|
|
30
30
|
"@lingui/macro": "^4.2.1",
|
|
31
31
|
"@lingui/react": "^4.2.1",
|