@graphcommerce/magento-cart 8.0.3-canary.4 → 8.1.0-canary.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 +3 -5
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 8.0
|
|
4
|
-
|
|
5
|
-
## 8.0.3-canary.3
|
|
6
|
-
|
|
7
|
-
## 8.0.3-canary.2
|
|
3
|
+
## 8.1.0-canary.3
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
@@ -14,6 +10,8 @@
|
|
|
14
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.
|
|
15
11
|
([@paales](https://github.com/paales))
|
|
16
12
|
|
|
13
|
+
## 8.1.0-canary.2
|
|
14
|
+
|
|
17
15
|
## 8.0.3-canary.1
|
|
18
16
|
|
|
19
17
|
### Patch Changes
|
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
|
|
5
|
+
"version": "8.1.0-canary.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
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^8.0
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^8.0
|
|
18
|
-
"@graphcommerce/framer-scroller": "^8.0
|
|
19
|
-
"@graphcommerce/framer-utils": "^8.0
|
|
20
|
-
"@graphcommerce/graphql": "^8.0
|
|
21
|
-
"@graphcommerce/image": "^8.0
|
|
22
|
-
"@graphcommerce/magento-customer": "^8.0
|
|
23
|
-
"@graphcommerce/magento-graphql": "^8.0
|
|
24
|
-
"@graphcommerce/magento-store": "^8.0
|
|
25
|
-
"@graphcommerce/next-ui": "^8.0
|
|
26
|
-
"@graphcommerce/prettier-config-pwa": "^8.0
|
|
27
|
-
"@graphcommerce/react-hook-form": "^8.0
|
|
28
|
-
"@graphcommerce/typescript-config-pwa": "^8.0
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^8.1.0-canary.3",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.3",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^8.1.0-canary.3",
|
|
18
|
+
"@graphcommerce/framer-scroller": "^8.1.0-canary.3",
|
|
19
|
+
"@graphcommerce/framer-utils": "^8.1.0-canary.3",
|
|
20
|
+
"@graphcommerce/graphql": "^8.1.0-canary.3",
|
|
21
|
+
"@graphcommerce/image": "^8.1.0-canary.3",
|
|
22
|
+
"@graphcommerce/magento-customer": "^8.1.0-canary.3",
|
|
23
|
+
"@graphcommerce/magento-graphql": "^8.1.0-canary.3",
|
|
24
|
+
"@graphcommerce/magento-store": "^8.1.0-canary.3",
|
|
25
|
+
"@graphcommerce/next-ui": "^8.1.0-canary.3",
|
|
26
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.3",
|
|
27
|
+
"@graphcommerce/react-hook-form": "^8.1.0-canary.3",
|
|
28
|
+
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.3",
|
|
29
29
|
"@lingui/core": "^4.2.1",
|
|
30
30
|
"@lingui/macro": "^4.2.1",
|
|
31
31
|
"@lingui/react": "^4.2.1",
|