@clayui/multi-select
Advanced tools
Comparing version 3.115.1 to 3.116.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10) | ||
**Note:** Version bump only for package @clayui/multi-select | ||
## [3.115.1](https://github.com/liferay/clay/compare/v3.115.0...v3.115.1) (2024-05-21) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@clayui/multi-select", | ||
"version": "3.115.1", | ||
"version": "3.116.0", | ||
"description": "ClayMultiSelect component", | ||
@@ -27,10 +27,10 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/autocomplete": "^3.115.1", | ||
"@clayui/button": "^3.115.0", | ||
"@clayui/drop-down": "^3.115.1", | ||
"@clayui/form": "^3.115.0", | ||
"@clayui/autocomplete": "^3.116.0", | ||
"@clayui/button": "^3.116.0", | ||
"@clayui/drop-down": "^3.116.0", | ||
"@clayui/form": "^3.116.0", | ||
"@clayui/icon": "^3.111.0", | ||
"@clayui/label": "^3.111.0", | ||
"@clayui/loading-indicator": "^3.111.0", | ||
"@clayui/shared": "^3.115.0", | ||
"@clayui/shared": "^3.116.0", | ||
"classnames": "^2.2.6", | ||
@@ -47,3 +47,3 @@ "fuzzy": "^0.1.3" | ||
], | ||
"gitHead": "6b1fc7795f297fa3eaa805b4a1b6b6a1abef907c" | ||
"gitHead": "235780a282ba87864ce556f8004571af102ff165" | ||
} |
78779
Updated@clayui/button@^3.116.0
Updated@clayui/drop-down@^3.116.0
Updated@clayui/form@^3.116.0
Updated@clayui/shared@^3.116.0