Skip to content

Commit

Permalink
Merge pull request #5151 from GeekyAnts/release/3.4.9
Browse files Browse the repository at this point in the history
Release/3.4.9
  • Loading branch information
Viraj-10 authored Jul 13, 2022
2 parents 099c77e + 9d2f564 commit f6051ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier --write"
]
},
"version": "3.4.8",
"version": "3.4.9",
"license": "MIT",
"private": false,
"main": "lib/commonjs/index",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,5 @@ export type {
IWrapProps,
};

export { StyledProps } from './theme';
export type { StyledProps } from './theme/types';
export type { ITheme, ICustomTheme } from './theme';
1 change: 0 additions & 1 deletion src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ export interface ITheme extends ICustomTheme, Omit<Theme, keyof ICustomTheme> {}
export { theme, tools as themeTools };

export { getColor } from './styled-system';
export type { StyledProps } from './types';
export * from './v33x-theme';

1 comment on commit f6051ab

@vercel
Copy link

@vercel vercel bot commented on f6051ab Jul 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.