Changelog
Release history for @gentleduck/variants. Newest releases at the top.
0.1.23
Patch Changes
- 918b34c: Strip
workspace:*andcatalog:protocol tokens fromdevDependencies/dependencies/peerDependenciesof every public package beforechangeset publish. Previously published artifacts leaked these tokens into npm metadata, which broke strict resolvers (bun, deno) for downstream consumers. Addsscripts/clean-publish.tsand wires it into the rootreleasescript with agit checkoutrestore step so source remains workspace-friendly.
0.1.22
Patch Changes
- 7d6fb7b: Align tsconfig shared configs, fix TS strict mode errors (exactOptionalPropertyTypes, verbatimModuleSyntax), align package.json deps to catalog refs, apply biome lint fixes.
0.1.21
Patch Changes
- 6f0e067: Standardize package exports to use explicit named exports, add
sideEffectsfield andtypesexport entries to package.json, and annotate internal APIs with@internalJSDoc tags.
0.1.20
Patch Changes
- 2b6e8d0: Resolve all biome lint warnings, improve type safety, and add test coverage across the monorepo.
0.1.19
Patch Changes
- 7c2aa88: Update dependencies and publish unpublished packages
0.1.18
Patch Changes
- c9bbef8: Documentation and style updates.
0.1.17
Patch Changes
- ad86755: Align biome and tsconfig build info exclusions. Rebrand package metadata to gentleduck/duck-ui.
0.1.16
Patch Changes
- Fix TypeScript type inference for variant compound conditions. Correct GitHub URLs from gentleeduck/ui to gentleeduck/gentleduck. Normalize package metadata.