@graphcommerce/magento-customer 8.0.2-canary.2 → 8.0.2
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 +9 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2197](https://github.com/graphcommerce-org/graphcommerce/pull/2197) [`044331c`](https://github.com/graphcommerce-org/graphcommerce/commit/044331cf1ea3a6040cfe8e0f79fb62025d5a9d90) - Revert: Change sorting for customer orders in Descending Created at order
|
|
8
|
+
([@paales](https://github.com/paales))
|
|
9
|
+
|
|
10
|
+
## 8.0.2-canary.3
|
|
11
|
+
|
|
3
12
|
## 8.0.2-canary.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-customer",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.2
|
|
5
|
+
"version": "8.0.2",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^8.0.2
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.2
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^8.0.2
|
|
18
|
-
"@graphcommerce/framer-utils": "^8.0.2
|
|
19
|
-
"@graphcommerce/graphql": "^8.0.2
|
|
20
|
-
"@graphcommerce/graphql-mesh": "^8.0.2
|
|
21
|
-
"@graphcommerce/image": "^8.0.2
|
|
22
|
-
"@graphcommerce/magento-graphql": "^8.0.2
|
|
23
|
-
"@graphcommerce/magento-store": "^8.0.2
|
|
24
|
-
"@graphcommerce/next-ui": "^8.0.2
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.2
|
|
26
|
-
"@graphcommerce/react-hook-form": "^8.0.2
|
|
27
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.2
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^8.0.2",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.2",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^8.0.2",
|
|
18
|
+
"@graphcommerce/framer-utils": "^8.0.2",
|
|
19
|
+
"@graphcommerce/graphql": "^8.0.2",
|
|
20
|
+
"@graphcommerce/graphql-mesh": "^8.0.2",
|
|
21
|
+
"@graphcommerce/image": "^8.0.2",
|
|
22
|
+
"@graphcommerce/magento-graphql": "^8.0.2",
|
|
23
|
+
"@graphcommerce/magento-store": "^8.0.2",
|
|
24
|
+
"@graphcommerce/next-ui": "^8.0.2",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.2",
|
|
26
|
+
"@graphcommerce/react-hook-form": "^8.0.2",
|
|
27
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.2",
|
|
28
28
|
"@lingui/core": "^4.2.1",
|
|
29
29
|
"@lingui/macro": "^4.2.1",
|
|
30
30
|
"@lingui/react": "^4.2.1",
|