@graphcommerce/misc 10.1.0-canary.13 → 10.1.0-canary.18
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 +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @graphcommerce/misc
|
|
2
2
|
|
|
3
|
+
## 10.1.0-canary.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2629](https://github.com/graphcommerce-org/graphcommerce/pull/2629) [`ab82fcf`](https://github.com/graphcommerce-org/graphcommerce/commit/ab82fcfc39f7c92604dabb7788bb0e4fbc0e2ed9) - Clarify the type-check workflow in CLAUDE.md: type checking is per-example only, and optional/private packages must be activated via `PRIVATE_ADDITIONAL_DEPENDENCIES` and codegen must be re-run before `tsgo` sees their fragments. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
## 10.1.0-canary.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#2622](https://github.com/graphcommerce-org/graphcommerce/pull/2622) [`f310cfd`](https://github.com/graphcommerce-org/graphcommerce/commit/f310cfd1d344a74bc2213ae9d175e1d7c8fa936e) - Add `yarn packages:build` one-shot script and document the `packagesDev/*` rebuild workflow in `CLAUDE.md`. Also adds guidance on changeset bump-type selection (avoid `major`) and the `@graphcommerce/misc` fallback for docs-only / placeless changes. ([@paales](https://github.com/paales))
|
|
14
|
+
|
|
15
|
+
## 10.1.0-canary.16
|
|
16
|
+
|
|
17
|
+
## 10.1.0-canary.15
|
|
18
|
+
|
|
19
|
+
## 10.1.0-canary.14
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#2622](https://github.com/graphcommerce-org/graphcommerce/pull/2622) [`f310cfd`](https://github.com/graphcommerce-org/graphcommerce/commit/f310cfd1d344a74bc2213ae9d175e1d7c8fa936e) - Add `yarn packages:build` one-shot script and document the `packagesDev/*` rebuild workflow in `CLAUDE.md`. Also adds guidance on changeset bump-type selection (avoid `major`) and the `@graphcommerce/misc` fallback for docs-only / placeless changes. ([@paales](https://github.com/paales))
|
|
24
|
+
|
|
3
25
|
## 10.1.0-canary.13
|
|
4
26
|
|
|
5
27
|
## 10.1.0-canary.12
|
package/package.json
CHANGED