Skip to content

Commit fda0c0d

Browse files
committed
bump versions
1 parent aa5c4fa commit fda0c0d

File tree

3 files changed

+65
-65
lines changed

3 files changed

+65
-65
lines changed

components/theme-provider/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { PreventWrongThemeFlash, ThemeProvider } from "./src/theme-provider";
22

3-
export { isTheme, preventWrongThemeFlashScriptContent, theme, useTheme } from "./src/theme-provider";
3+
export { isTheme, preventWrongThemeFlashScriptContent, theme, useTheme, useAppliedTheme } from "./src/theme-provider";
44

55
export type { Theme, ThemeProviderProps } from "./src/theme-provider";

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "mantle is ngrok's UI library and design system.",
44
"author": "ngrok",
55
"license": "MIT",
6-
"version": "0.0.10",
6+
"version": "0.0.11",
77
"homepage": "https://mantle.ngrok.com",
88
"repository": {
99
"type": "git",
@@ -82,7 +82,7 @@
8282
"@storybook/testing-library": "0.2.2",
8383
"@testing-library/react": "14.2.1",
8484
"@testing-library/user-event": "14.5.2",
85-
"@types/node": "20.11.16",
85+
"@types/node": "20.11.17",
8686
"@types/prismjs": "1.26.3",
8787
"@types/react": "18.2.55",
8888
"@types/react-dom": "18.2.19",
@@ -112,7 +112,7 @@
112112
"tailwindcss-animate": "1.0.7",
113113
"tsx": "4.7.0",
114114
"typescript": "5.3.3",
115-
"vite": "5.0.12",
115+
"vite": "5.1.1",
116116
"vite-tsconfig-paths": "4.3.1",
117117
"vitest": "1.2.2",
118118
"vitest-dom": "0.1.1",

0 commit comments

Comments
 (0)