Skip to content

Commit f56fbbe

Browse files
Version Packages (#1516)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c26e60 commit f56fbbe

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/major-sloths-read.md

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

.changeset/twelve-carpets-juggle.md

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

packages/bits-ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# bits-ui
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- feat(Combobox): expose `inputValue` prop on `Combobox.Root` to synchronize input value with programmatic updates to the value from outside Bits UI ([#1517](https://github.com/huntabyte/bits-ui/pull/1517))
8+
9+
### Patch Changes
10+
11+
- fix: Support Shadow DOM ([#1515](https://github.com/huntabyte/bits-ui/pull/1515))
12+
313
## 2.1.0
414

515
(Had to publish 2.1.0 instead of 2.0.0 as someone published 2.0.x to NPM many years ago)

packages/bits-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bits-ui",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"repository": "github:huntabyte/bits-ui",
66
"funding": "https://github.com/sponsors/huntabyte",

0 commit comments

Comments
 (0)