@graphcommerce/misc 9.0.4-canary.8 → 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 +14 -18
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,36 +1,32 @@
1
1
  # @graphcommerce/misc
2
2
 
3
- ## 9.0.4-canary.8
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.7
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.6
7
+ ## 9.0.3-canary.0
8
8
 
9
- ### Patch Changes
10
-
11
- - [#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))
12
-
13
- - [#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))
14
-
15
- ## 9.0.4-canary.5
9
+ ## 9.0.2
16
10
 
17
- ## 9.0.4-canary.4
11
+ ### Patch Changes
18
12
 
19
- ## 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))
20
14
 
21
- ## 9.0.4-canary.2
15
+ ## 9.0.2-canary.0
22
16
 
23
- ## 9.0.4-canary.1
17
+ ### Patch Changes
24
18
 
25
- ## 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))
26
20
 
27
- ## 9.0.2
21
+ ## 9.0.1
28
22
 
29
23
  ### Patch Changes
30
24
 
31
- - [`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))
32
26
 
33
- ## 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
34
30
 
35
31
  ### Patch Changes
36
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.8"
5
+ "version": "9.0.4"
6
6
  }