Skip to content

Commit

Permalink
patch(button): version update (v1.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
100percentibrahim committed Apr 15, 2024
1 parent 7c969cd commit 0bcdea0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibrahimstudio/button",
"version": "1.1.4",
"version": "1.1.5",
"description": "This package provides a customizable button component for React applications.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -13,7 +13,8 @@
"test": "jest"
},
"workspaces": [
"../../utils/*"
"../../utils/*",
"../../components/*"
],
"jest": {
"testEnvironment": "jsdom",
Expand Down Expand Up @@ -65,6 +66,8 @@
"devDependencies": {
"@ibrahimstudio/jsx": "workspace:*",
"@ibrahimstudio/styles": "workspace:*",
"@ibrahimstudio/hooks": "workspace:*",
"@ibrahimstudio/tooltip": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit 0bcdea0

Please sign in to comment.