@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 +7 -0
- package/dist/V2/{GroupSelect/GroupSelect.stories.d.ts → VarSelect/VarSelect.stories.d.ts} +0 -0
- package/dist/V2/{GroupSelect → VarSelect}/index.d.ts +0 -0
- package/dist/V2/{GroupSelect → VarSelect}/styles.d.ts +0 -0
- package/dist/V2/index.d.ts +1 -1
- package/dist/rc.cjs.development.js +1 -1
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +1 -1
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
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
|
|
File without changes
|
package/dist/V2/index.d.ts
CHANGED
|
@@ -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
|
|
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';
|