@graphcommerce/misc 9.0.4-canary.9 → 9.1.0-canary.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @graphcommerce/misc
2
2
 
3
+ ## 9.1.0-canary.16
4
+
5
+ ## 9.1.0-canary.15
6
+
7
+ ### Patch Changes
8
+
9
+ - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`cff4172`](https://github.com/graphcommerce-org/graphcommerce/commit/cff417226b70fe84023afbe236fa61660ac2ceea) - When the added product can't be found, make sure to render just 'Product' instead of an empty string and show a cart icon instead of a placeholder. ([@paales](https://github.com/paales))
10
+
11
+ - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`7fbdfd5`](https://github.com/graphcommerce-org/graphcommerce/commit/7fbdfd5cd0d11c6f7a11634891ec66f47d074e5a) - Make sure the maxWidth of the newsletter subscribe box is sm instead of ms, making it too wide. ([@paales](https://github.com/paales))
12
+
13
+ ## 9.0.4-canary.14
14
+
15
+ ## 9.0.4-canary.13
16
+
17
+ ## 9.0.4-canary.12
18
+
19
+ ### Patch Changes
20
+
21
+ - [#2492](https://github.com/graphcommerce-org/graphcommerce/pull/2492) [`2d41445`](https://github.com/graphcommerce-org/graphcommerce/commit/2d414456a827c778db390306a7c174a0b8f16ba1) - Solve issue where the category and search page would rerender on pageload because the mask value would flip from true to false ([@paales](https://github.com/paales))
22
+
23
+ ## 9.0.4-canary.11
24
+
25
+ ## 9.0.4-canary.10
26
+
27
+ ### Patch Changes
28
+
29
+ - [#2487](https://github.com/graphcommerce-org/graphcommerce/pull/2487) [`af04d45`](https://github.com/graphcommerce-org/graphcommerce/commit/af04d45d51bdb1b7f0221a96dc0867234a581cc8) - Added missing WebWorker tsconfig for magento-open-source example ([@paales](https://github.com/paales))
30
+
3
31
  ## 9.0.4-canary.9
4
32
 
5
33
  ## 9.0.4-canary.8
package/package.json CHANGED
@@ -2,5 +2,5 @@
2
2
  "name": "@graphcommerce/misc",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.9"
5
+ "version": "9.1.0-canary.16"
6
6
  }