Skip to content

Commit

Permalink
chore(release): bump version of @ui-button to 0.2.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
halvaradop authored Sep 23, 2024
1 parent f4baa05 commit 1ef9a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ui-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ui-button",
"version": "0.2.0",
"version": "0.2.1",
"description": "A customizable button component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-button/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@halvaradop/ui-core/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"jsx": "preserve"
"jsx": "react-jsx"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/src/tsup.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const tsupConfig: Options = {
dts: true,
clean: true,
minify: true,
external: ["vite", "react", "react-dom", "tailwindcss"],
external: ["vite", "tailwindcss"],
}

0 comments on commit 1ef9a02

Please sign in to comment.