Skip to content

Commit

Permalink
chore: release v7.0.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Feb 3, 2025
1 parent 2a170f6 commit f837d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "welcome-ui",
"version": "7.0.0",
"version": "7.0.1-alpha.0",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"files": [
"dist"
Expand Down
2 changes: 2 additions & 0 deletions lib/src/components/WuiProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ export const WuiProvider: React.FC<WuiProviderProps> = ({
</ThemeProvider>
)
}
const GlobalStyle = S.GlobalStyle
export { GlobalStyle }

WuiProvider.displayName = 'WuiProvider'

0 comments on commit f837d30

Please sign in to comment.