@graphcommerce/misc 10.1.0-canary.18 → 10.1.0-canary.20
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.1.0-canary.20
|
|
4
|
+
|
|
5
|
+
## 10.1.0-canary.19
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#2630](https://github.com/graphcommerce-org/graphcommerce/pull/2630) [`21df051`](https://github.com/graphcommerce-org/graphcommerce/commit/21df05152e0274bff891e177c0aa6e8005e39923) - Document the Playwright e2e workflow in CLAUDE.md: where tests live (`<pkg>/test/*.playwright.ts`), how to install the browser binaries, the `URL` / `PLAYWRIGHT_LOCALES` env vars exposed by `playwright.config.ts`, and the backend assumptions tests make (GraphCommerce demo backend). Picks up the loose ends from graphcommerce-org/graphcommerce#2627 which fixed the config so `npx playwright test` actually loads. ([@paales](https://github.com/paales))
|
|
10
|
+
|
|
3
11
|
## 10.1.0-canary.18
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED