Skip to content

Commit

Permalink
chore: Bump to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Feb 18, 2025
1 parent fa07505 commit 17ca327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dist/BottomSheet.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ export declare const defaultOptions: {
fullHeight: boolean;
hidden: boolean;
peekHeights: never[];
springConfig: {
readonly tension: 210;
readonly friction: 20;
};
springConfig: any;
styles: {
root: {};
backdrop: {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.0.10",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 17ca327

Please sign in to comment.