@graphcommerce/misc 9.0.4-canary.11 → 9.0.4-canary.13

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphcommerce/misc
2
2
 
3
+ ## 9.0.4-canary.13
4
+
5
+ ## 9.0.4-canary.12
6
+
7
+ ### Patch Changes
8
+
9
+ - [#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))
10
+
3
11
  ## 9.0.4-canary.11
4
12
 
5
13
  ## 9.0.4-canary.10
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.11"
5
+ "version": "9.0.4-canary.13"
6
6
  }