@bitrise/bitkit 13.250.0 → 13.251.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "13.250.0",
4
+ "version": "13.251.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
package/src/index.ts CHANGED
@@ -148,6 +148,7 @@ export { default as Ribbon } from './Components/Ribbon/Ribbon';
148
148
  export type { DropdownProps } from './Components/Dropdown/DropdownProps';
149
149
  export {
150
150
  default as Dropdown,
151
+ MultiSelectDropdown,
151
152
  DropdownOption,
152
153
  DropdownGroup,
153
154
  DropdownSearch,