@graphcommerce/magento-review 3.2.11 → 3.2.15
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 +45 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.2.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1490](https://github.com/graphcommerce-org/graphcommerce/pull/1490) [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb) Thanks [@paales](https://github.com/paales)! - upgraded packages
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`8a626ecf7`](https://github.com/graphcommerce-org/graphcommerce/commit/8a626ecf7ed00c46a28088e0b9bae00a4e1ae019), [`a9213f1f5`](https://github.com/graphcommerce-org/graphcommerce/commit/a9213f1f5a410d217768386ccb6d9b5ce7bd5782), [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb)]:
|
|
10
|
+
- @graphcommerce/magento-customer@4.5.3
|
|
11
|
+
- @graphcommerce/next-ui@4.9.0
|
|
12
|
+
- @graphcommerce/graphql@3.2.1
|
|
13
|
+
- @graphcommerce/graphql-mesh@4.1.4
|
|
14
|
+
- @graphcommerce/image@3.1.7
|
|
15
|
+
- @graphcommerce/magento-product@4.4.7
|
|
16
|
+
- @graphcommerce/magento-store@4.2.10
|
|
17
|
+
- @graphcommerce/react-hook-form@3.2.2
|
|
18
|
+
|
|
19
|
+
## 3.2.14
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`de6781908`](https://github.com/graphcommerce-org/graphcommerce/commit/de6781908cbf514b9fd225aa1407fa1385c8e53b), [`0ab7c5465`](https://github.com/graphcommerce-org/graphcommerce/commit/0ab7c5465441cba9bf8cd185a6790ce2f443f4ed), [`711fa6e04`](https://github.com/graphcommerce-org/graphcommerce/commit/711fa6e04519bbe91825fec7e1714277c1a8fa68)]:
|
|
24
|
+
- @graphcommerce/magento-product@4.4.6
|
|
25
|
+
- @graphcommerce/next-ui@4.8.4
|
|
26
|
+
- @graphcommerce/magento-customer@4.5.2
|
|
27
|
+
- @graphcommerce/magento-store@4.2.9
|
|
28
|
+
|
|
29
|
+
## 3.2.13
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [[`d205b037f`](https://github.com/graphcommerce-org/graphcommerce/commit/d205b037fee82b8c03993f2c586f477e826093bf)]:
|
|
34
|
+
- @graphcommerce/magento-customer@4.5.1
|
|
35
|
+
- @graphcommerce/magento-product@4.4.5
|
|
36
|
+
|
|
37
|
+
## 3.2.12
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [[`ffec8800a`](https://github.com/graphcommerce-org/graphcommerce/commit/ffec8800a50ff2fe9b9fc5feeb5a0a878b573f0e), [`bed806ddd`](https://github.com/graphcommerce-org/graphcommerce/commit/bed806dddd7e025806a69798ef9587aa165d392f)]:
|
|
42
|
+
- @graphcommerce/react-hook-form@3.2.1
|
|
43
|
+
- @graphcommerce/graphql@3.2.0
|
|
44
|
+
- @graphcommerce/magento-customer@4.5.0
|
|
45
|
+
- @graphcommerce/magento-product@4.4.4
|
|
46
|
+
- @graphcommerce/magento-store@4.2.8
|
|
47
|
+
|
|
3
48
|
## 3.2.11
|
|
4
49
|
|
|
5
50
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-review",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.2.
|
|
5
|
+
"version": "3.2.15",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,28 +12,28 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.8",
|
|
16
16
|
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
|
17
17
|
"@graphcommerce/typescript-config-pwa": "^4.0.3",
|
|
18
18
|
"@playwright/test": "^1.21.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "3.1
|
|
22
|
-
"@graphcommerce/graphql-mesh": "4.1.
|
|
23
|
-
"@graphcommerce/image": "3.1.
|
|
24
|
-
"@graphcommerce/magento-customer": "4.
|
|
25
|
-
"@graphcommerce/magento-product": "4.4.
|
|
26
|
-
"@graphcommerce/magento-store": "4.2.
|
|
27
|
-
"@graphcommerce/next-ui": "4.
|
|
28
|
-
"@graphcommerce/react-hook-form": "3.2.
|
|
21
|
+
"@graphcommerce/graphql": "3.2.1",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "4.1.4",
|
|
23
|
+
"@graphcommerce/image": "3.1.7",
|
|
24
|
+
"@graphcommerce/magento-customer": "4.5.3",
|
|
25
|
+
"@graphcommerce/magento-product": "4.4.7",
|
|
26
|
+
"@graphcommerce/magento-store": "4.2.10",
|
|
27
|
+
"@graphcommerce/next-ui": "4.9.0",
|
|
28
|
+
"@graphcommerce/react-hook-form": "3.2.2",
|
|
29
29
|
"schema-dts": "^1.1.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@lingui/react": "^3.13.2",
|
|
33
33
|
"@lingui/core": "^3.13.2",
|
|
34
34
|
"@mui/material": "5.5.3",
|
|
35
|
-
"next": "12.1.2",
|
|
36
|
-
"react": "^
|
|
37
|
-
"react-dom": "^
|
|
35
|
+
"next": "^12.1.2",
|
|
36
|
+
"react": "^18.0.0",
|
|
37
|
+
"react-dom": "^18.0.0"
|
|
38
38
|
}
|
|
39
39
|
}
|