Skip to content

Commit 2cb0f09

Browse files
authoredJun 24, 2024··
BottomSheet public으로 변경 (#269)
* Update BottomSheet.kt * Update version.properties
1 parent 7eddeec commit 2cb0f09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎compose/src/main/java/com/yourssu/design/system/compose/atom/BottomSheet.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun rememberYdsBottomSheetState(): ModalBottomSheetState {
3131

3232
@OptIn(ExperimentalMaterialApi::class)
3333
@Composable
34-
private fun BottomSheet(
34+
fun BottomSheet(
3535
sheetContent: @Composable ColumnScope.() -> Unit,
3636
modifier: Modifier = Modifier,
3737
sheetState: ModalBottomSheetState = rememberYdsBottomSheetState(),
@@ -84,4 +84,4 @@ private fun BottomSheetPreview() {
8484
)
8585
}
8686
}
87-
}
87+
}

‎version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
versionName=2.6.0
1+
versionName=2.6.1
22
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 commit comments

Comments
 (0)
Please sign in to comment.