@graphcommerce/misc 9.0.4-canary.1 → 9.0.4-canary.10

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.0.4-canary.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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))
8
+
9
+ ## 9.0.4-canary.9
10
+
11
+ ## 9.0.4-canary.8
12
+
13
+ ## 9.0.4-canary.7
14
+
15
+ ## 9.0.4-canary.6
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2478](https://github.com/graphcommerce-org/graphcommerce/pull/2478) [`16a3b73`](https://github.com/graphcommerce-org/graphcommerce/commit/16a3b73af173695605a0e8dfaa57777391e8b99d) - Solve issue where the performanceLink was only activated during production while it should have been during development. ([@paales](https://github.com/paales))
20
+
21
+ - [#2478](https://github.com/graphcommerce-org/graphcommerce/pull/2478) [`87df248`](https://github.com/graphcommerce-org/graphcommerce/commit/87df248a7154eed415da935d33f3cc6e48159ec9) - Solve issue where plurals weren't properly defined ([@paales](https://github.com/paales))
22
+
23
+ ## 9.0.4-canary.5
24
+
25
+ ## 9.0.4-canary.4
26
+
27
+ ## 9.0.4-canary.3
28
+
29
+ ## 9.0.4-canary.2
30
+
3
31
  ## 9.0.4-canary.1
4
32
 
5
33
  ## 9.0.4-canary.0
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.1"
5
+ "version": "9.0.4-canary.10"
6
6
  }