@graphcommerce/docs 4.5.4 → 4.5.5
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 +8 -0
- package/getting-started/create.md +2 -2
- package/getting-started/header.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1374](https://github.com/graphcommerce-org/graphcommerce/pull/1374) [`180cc0f43`](https://github.com/graphcommerce-org/graphcommerce/commit/180cc0f43bd22ac140cb50c015f7eecc85f7e911) Thanks [@timhofman](https://github.com/timhofman)! - header styling doc steps breaks page due to missing import
|
|
8
|
+
|
|
9
|
+
* [#1375](https://github.com/graphcommerce-org/graphcommerce/pull/1375) [`451ece476`](https://github.com/graphcommerce-org/graphcommerce/commit/451ece476b6413206ca1afdf39bedb59f72d6547) Thanks [@FrankHarland](https://github.com/FrankHarland)! - Specify PSP's so its easier to check when upgrade what one should remove
|
|
10
|
+
|
|
3
11
|
## 4.5.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -150,8 +150,8 @@ List of routes and store_codes:
|
|
|
150
150
|
The example has Payment Service Providers integrated (Mollie, Braintree). Remove
|
|
151
151
|
the ones your Magento backend doesn't support.
|
|
152
152
|
|
|
153
|
-
- Remove
|
|
154
|
-
- Remove
|
|
153
|
+
- Remove Payment Service integrations from package.json: `@graphcommerce/mollie-magento-payment` and/or `@graphcommerce/magento-payment-braintree`
|
|
154
|
+
- Remove Payment Service references from `pages/checkout/payment.tsx`
|
|
155
155
|
|
|
156
156
|
## Step 3: Start the development environment
|
|
157
157
|
|
|
@@ -207,8 +207,8 @@ marginThreshold={0}
|
|
|
207
207
|
TransitionComponent={Fade}
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
- Add the import of 'Fade' to the list of the `'@mui/material'`
|
|
211
|
-
top of the file
|
|
210
|
+
- Add the import of 'alpha' and 'Fade' to the list of the `'@mui/material'`
|
|
211
|
+
imports at the top of the file
|
|
212
212
|
- Remove the search component by removing:
|
|
213
213
|
|
|
214
214
|
```tsx
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "4.5.
|
|
5
|
+
"version": "4.5.5",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@graphcommerce/prettier-config-pwa": "^4.0.5"
|