@graphcommerce/misc 10.0.0-canary.57 → 10.0.0-canary.59
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.
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @graphcommerce/misc
|
|
2
2
|
|
|
3
|
+
## 10.0.0-canary.59
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f498226`](https://github.com/graphcommerce-org/graphcommerce/commit/f4982262289bf525da7b102d44fb9c1f06367edb) - Solve issue where the translations weren't loaded when only using graphqlSharedClient instead of graphqlSsrClient. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
## 10.0.0-canary.58
|
|
10
|
+
|
|
3
11
|
## 10.0.0-canary.57
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED