@graphcommerce/docs 6.0.2-canary.6 → 6.0.2-canary.8

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.2-canary.8
4
+
5
+ ## 6.0.2-canary.7
6
+
7
+ ### Patch Changes
8
+
9
+ - [#1876](https://github.com/graphcommerce-org/graphcommerce/pull/1876) [`8dffc59c0`](https://github.com/graphcommerce-org/graphcommerce/commit/8dffc59c04bf6f2a6000b73db13592e10afd936c) - Added an configuration to the wishlist: `wishlistShowFeedbackMessage` to show a feedback message when a product is added to the wishlist. ([@paales](https://github.com/paales))
10
+
3
11
  ## 6.0.2-canary.6
4
12
 
5
13
  ## 6.0.2-canary.5
@@ -191,6 +191,10 @@ Hide the wishlist functionality for guests.
191
191
 
192
192
  Ignores wether a product is already in the wishlist, makes the toggle an add only.
193
193
 
194
+ #### `wishlistShowFeedbackMessage: Boolean`
195
+
196
+ Show a message when the product is added to the wishlist.
197
+
194
198
  ### GraphCommerceDebugConfig
195
199
 
196
200
  Debug configuration for GraphCommerce
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "6.0.2-canary.6",
5
+ "version": "6.0.2-canary.8",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.0.2-canary.6"
8
+ "@graphcommerce/prettier-config-pwa": "6.0.2-canary.8"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }