@graphcommerce/magento-cart 6.0.0-canary.53 → 6.0.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 +16 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`0cc472915`](https://github.com/graphcommerce-org/graphcommerce/commit/0cc4729154d316227a41712b5f0adf514768e91f) - Introducing the new ProductFiltersPro component set with completely new filter and UI behavior. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Upgrade packages to latest version ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
- [#1842](https://github.com/graphcommerce-org/graphcommerce/pull/1842) [`8e4cb5b92`](https://github.com/graphcommerce-org/graphcommerce/commit/8e4cb5b927d1e370f2eba18ad81550f8c1330f2d) - CartTotals component now acceps additional props to augment the totals ([@paales](https://github.com/paales))
|
|
14
|
+
|
|
15
|
+
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`16e91da42`](https://github.com/graphcommerce-org/graphcommerce/commit/16e91da42dcb454ea4761d1780b9338c88ef1463) - Corrected spelling mistake: incomming to incoming ([@paales](https://github.com/paales))
|
|
16
|
+
|
|
17
|
+
## 6.0.0-canary.54
|
|
18
|
+
|
|
3
19
|
## 6.0.0-canary.53
|
|
4
20
|
|
|
5
21
|
## 6.0.0-canary.52
|
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": "6.0.0
|
|
5
|
+
"version": "6.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "6.0.0
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "6.0.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "6.0.0",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "6.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@graphcommerce/ecommerce-ui": "6.0.0
|
|
21
|
-
"@graphcommerce/framer-utils": "6.0.0
|
|
22
|
-
"@graphcommerce/framer-next-pages": "6.0.0
|
|
23
|
-
"@graphcommerce/framer-scroller": "6.0.0
|
|
24
|
-
"@graphcommerce/graphql": "6.0.0
|
|
25
|
-
"@graphcommerce/image": "6.0.0
|
|
26
|
-
"@graphcommerce/magento-customer": "6.0.0
|
|
27
|
-
"@graphcommerce/magento-graphql": "6.0.0
|
|
28
|
-
"@graphcommerce/magento-store": "6.0.0
|
|
29
|
-
"@graphcommerce/next-ui": "6.0.0
|
|
30
|
-
"@graphcommerce/react-hook-form": "6.0.0
|
|
20
|
+
"@graphcommerce/ecommerce-ui": "6.0.0",
|
|
21
|
+
"@graphcommerce/framer-utils": "6.0.0",
|
|
22
|
+
"@graphcommerce/framer-next-pages": "6.0.0",
|
|
23
|
+
"@graphcommerce/framer-scroller": "6.0.0",
|
|
24
|
+
"@graphcommerce/graphql": "6.0.0",
|
|
25
|
+
"@graphcommerce/image": "6.0.0",
|
|
26
|
+
"@graphcommerce/magento-customer": "6.0.0",
|
|
27
|
+
"@graphcommerce/magento-graphql": "6.0.0",
|
|
28
|
+
"@graphcommerce/magento-store": "6.0.0",
|
|
29
|
+
"@graphcommerce/next-ui": "6.0.0",
|
|
30
|
+
"@graphcommerce/react-hook-form": "6.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@lingui/react": "^3.13.2",
|