@surveycake/rc 3.0.0-alpha.23 → 3.0.0-alpha.24

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0-alpha.24](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.23...v3.0.0-alpha.24) (2021-12-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * update VarSelect export name ([2cfcdf5](https://fox.25sprout.com/surveycake/sdk/rc/commit/2cfcdf5dd6aeaf02f7641e71e63db26845fd1e7c))
11
+
5
12
  ## [3.0.0-alpha.23](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.22...v3.0.0-alpha.23) (2021-12-08)
6
13
 
7
14
 
File without changes
File without changes
@@ -17,7 +17,7 @@ export { default as FormControlLabel } from './FormControlLabel';
17
17
  export { default as FormGroup } from './FormGroup';
18
18
  export { default as FormHelperText } from './FormHelperText';
19
19
  export { default as FormLabel } from './FormLabel';
20
- export { default as GroupSelect } from './GroupSelect';
20
+ export { default as VarSelect } from './VarSelect';
21
21
  export { default as IconButton } from './IconButton';
22
22
  export { default as Link } from './Link';
23
23
  export { default as LoadingButton } from './LoadingButton';
@@ -1406,7 +1406,7 @@ var index = {
1406
1406
  FormGroup: FormGroup,
1407
1407
  FormHelperText: FormHelperText,
1408
1408
  FormLabel: FormLabel,
1409
- GroupSelect: VarSelect,
1409
+ VarSelect: VarSelect,
1410
1410
  IconButton: IconButton,
1411
1411
  Link: Link,
1412
1412
  LoadingButton: LoadingButton,