terra-form-select
Advanced tools
Comparing version 6.57.0 to 6.58.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 6.58.0 - (March 12, 2024) | ||
* Added | ||
* Added proper exports for all subcomponents. They can now be imported without the subcomponent path inside the module. | ||
## 6.57.0 - (March 8, 2024) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-form-select", | ||
"version": "6.57.0", | ||
"version": "6.58.0", | ||
"description": "Provides a drop down of selectable options.", | ||
@@ -24,3 +24,3 @@ "author": "Cerner Corporation", | ||
], | ||
"main": "lib/Select.js", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
@@ -42,3 +42,3 @@ "classnames": "^2.2.5", | ||
"react-dom": "^16.8.5", | ||
"react-intl": ">=2.8.0 <6.0.0" | ||
"react-intl": "^2.8.0 || 3 || 4 || 5" | ||
}, | ||
@@ -67,3 +67,3 @@ "scripts": { | ||
], | ||
"gitHead": "b84f017a1a1a42735cf91f70fee5c89bef30cb83" | ||
"gitHead": "b68214f012d30673c2bd0a5dd14778b527628adb" | ||
} |
1042929
178
22006