@graphcommerce/misc 9.0.4-canary.9 → 9.0.4

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 +13 -19
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,38 +1,32 @@
1
1
  # @graphcommerce/misc
2
2
 
3
- ## 9.0.4-canary.9
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.8
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.7
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.6
9
+ ## 9.0.2
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - [#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))
14
-
15
- - [#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))
16
-
17
- ## 9.0.4-canary.5
18
-
19
- ## 9.0.4-canary.4
20
-
21
- ## 9.0.4-canary.3
13
+ - [`9ba1817`](https://github.com/graphcommerce-org/graphcommerce/commit/9ba1817467a063b59bce8fa2c61d56c4df65fd9b) - Solve issue where the filtered pages would throw an error because null object types were forwarded. ([@paales](https://github.com/paales))
22
14
 
23
- ## 9.0.4-canary.2
15
+ ## 9.0.2-canary.0
24
16
 
25
- ## 9.0.4-canary.1
17
+ ### Patch Changes
26
18
 
27
- ## 9.0.4-canary.0
19
+ - [`9ba1817`](https://github.com/graphcommerce-org/graphcommerce/commit/9ba1817467a063b59bce8fa2c61d56c4df65fd9b) - Solve issue where the filtered pages would throw an error because null object types were forwarded. ([@paales](https://github.com/paales))
28
20
 
29
- ## 9.0.2
21
+ ## 9.0.1
30
22
 
31
23
  ### Patch Changes
32
24
 
33
- - [`9ba1817`](https://github.com/graphcommerce-org/graphcommerce/commit/9ba1817467a063b59bce8fa2c61d56c4df65fd9b) - Solve issue where the filtered pages would throw an error because null object types were forwarded. ([@paales](https://github.com/paales))
25
+ - [#2461](https://github.com/graphcommerce-org/graphcommerce/pull/2461) [`fbe78be`](https://github.com/graphcommerce-org/graphcommerce/commit/fbe78be4e6b46745384354b6da26151c9d269b18) - Solve issue where the cart item edit form wasn't aligned in the middle ([@paales](https://github.com/paales))
34
26
 
35
- ## 9.0.1
27
+ - [#2456](https://github.com/graphcommerce-org/graphcommerce/pull/2456) [`d742381`](https://github.com/graphcommerce-org/graphcommerce/commit/d742381c6010f8b0c7921984cfe018561472a7e4) - Cleaned up CHANGELOG.md files and generated release notes ([@paales](https://github.com/paales))
28
+
29
+ ## 9.0.1-canary.1
36
30
 
37
31
  ### Patch Changes
38
32
 
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.0.4"
6
6
  }