Skip to content

Commit 19c4a71

Browse files
chore: version updates (#192)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 40b5a09 commit 19c4a71

27 files changed

Lines changed: 159 additions & 90 deletions

.changeset/early-ghosts-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-beans-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-symbols-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/frank-ears-refuse.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/happy-tires-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-taxis-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rkm-updates-fixes.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/wet-beans-serve.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@bento/checkbox/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @bento/checkbox
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts ([#186](https://github.com/godaddy/bento/pull/186) by @rmarkins-godaddy)
8+
- fix: correct tsdown migration issues and indeterminate checkbox group behavior
9+
10+
- `@bento/checkbox`: rewrite indeterminate-group example to drive selection through the group's `value`/`onChange` exclusively, eliminating the mixed-control pattern that prevented `data-value` from settling. Update browser test to click the underlying `input` element so react-aria's press handler fires correctly.
11+
- `@bento/types`: point the `types` export entry to `dist/index.d.mts` to match the actual file emitted by tsdown for ESM-only packages.
12+
- `@godaddy/antares`: add explicit `include` to `tsconfig.json` so tsgo does not walk `tsdown.config.ts` and emit stray declaration files into sibling package source directories. ([#205](https://github.com/godaddy/bento/pull/205) by @rmarkins-godaddy)
13+
14+
<details>
15+
<summary>Updated dependencies</summary>
16+
17+
- @bento/use-props@0.2.3
18+
- @bento/input@0.1.1
19+
</details>
20+
321
## 0.2.2
422

523
### Patch Changes

0 commit comments

Comments
 (0)