Skip to content

Commit 7fedcd2

Browse files
committed
chore: bump version to 0.0.91 and remove debug console log
Remove debug console log in RNCProvider and update package version
1 parent 427e0a4 commit 7fedcd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libs/rnc-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rnc-theme",
3-
"version": "0.0.9",
3+
"version": "0.0.91",
44
"funding": {
55
"type": "github",
66
"url": "https://github.com/masumrpg/react-native-components"

libs/rnc-theme/src/lib/context/RNCProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export const RNCProvider: React.FC<ThemeProviderProps> = ({
193193
}
194194
}
195195
} else {
196-
console.info('No stored theme config found, using defaults');
196+
// console.info('No stored theme config found, using defaults');
197197
}
198198
} catch (error) {
199199
console.warn('Failed to load theme from storage:', error);

0 commit comments

Comments
 (0)