@graphcommerce/misc 10.0.1-canary.4 → 10.0.1

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @graphcommerce/misc
2
2
 
3
+ ## 10.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2569](https://github.com/graphcommerce-org/graphcommerce/pull/2569) [`f76edb7`](https://github.com/graphcommerce-org/graphcommerce/commit/f76edb73e7ea172a4f1596e91a76dc7b38ca35ee) - Fix issue with container sizing of breadcrumb ([@paales](https://github.com/paales))
8
+
9
+ - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`6277f34`](https://github.com/graphcommerce-org/graphcommerce/commit/6277f3417d56f3b6728787d5a4529d801b228a0c) - Solve issue where reactCompiler was enabled but the babel package wasn't installed and thus erroring. ([@paales](https://github.com/paales))
10
+
11
+ - [#2576](https://github.com/graphcommerce-org/graphcommerce/pull/2576) [`4d2adec`](https://github.com/graphcommerce-org/graphcommerce/commit/4d2adecc619278f5129f41b8b844b31f17469c15) - release again ([@paales](https://github.com/paales))
12
+
13
+ - [#2572](https://github.com/graphcommerce-org/graphcommerce/pull/2572) [`acd9973`](https://github.com/graphcommerce-org/graphcommerce/commit/acd997304f704ccbd50b289a62310b1bd2459edc) - Change release ([@paales](https://github.com/paales))
14
+
15
+ - [#2569](https://github.com/graphcommerce-org/graphcommerce/pull/2569) [`93e4c12`](https://github.com/graphcommerce-org/graphcommerce/commit/93e4c1246967c8cdb46f7cd719a87db336b895ab) - Docs ([@paales](https://github.com/paales))
16
+
17
+ - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`71e2bcc`](https://github.com/graphcommerce-org/graphcommerce/commit/71e2bcc86db52b937b629f8f0a4defef107ff973) - Peer dependency issues ([@paales](https://github.com/paales))
18
+
3
19
  ## 10.0.1-canary.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/misc",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.1-canary.4",
5
+ "version": "10.0.1",
6
6
  "exports": {
7
7
  ".": "./index.ts"
8
8
  }