## 0.2.6

### 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.2.5

### Patch Changes

* 6f0e067: Standardize package exports to use explicit named exports, add `sideEffects` field and `types` export entries to package.json, and annotate internal APIs with `@internal` JSDoc tags.

## 0.2.4

### Patch Changes

* 2b6e8d0: Resolve all biome lint warnings, improve type safety, and add test coverage across the monorepo.

## 0.2.3

### Patch Changes

* 7c2aa88: Update dependencies and publish unpublished packages

## 0.2.2

### Patch Changes

* c9bbef8: Documentation and style updates.

## 0.2.1

### Patch Changes

* ad86755: Align biome and tsconfig build info exclusions. Rebrand package metadata to gentleduck/duck-ui.

## 0.2.0

### Minor Changes

* Rewrite README with comprehensive API documentation and usage examples. Clean up package exports and remove debug console.log statements.

## 0.1.1

### Patch Changes

* Initial public release of @gentleduck/state reactive state management library with signal-based reactivity and React integration.