Skip to content

Commit

Permalink
patch(input): version update (stable v1.1.19)
Browse files Browse the repository at this point in the history
  • Loading branch information
100percentibrahim committed Apr 13, 2024
1 parent eda5abf commit 279b01b
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 229 deletions.
6 changes: 4 additions & 2 deletions packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibrahimstudio/input",
"version": "1.1.14",
"version": "1.1.19",
"description": "This package provides a customizable input component for React applications.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -14,7 +14,8 @@
},
"workspaces": [
"../../utils/*",
"../../ui/*"
"../../ui/*",
"../../components/*"
],
"keywords": [
"input",
Expand Down Expand Up @@ -47,6 +48,7 @@
"@ibrahimstudio/icons": "workspace:*",
"@ibrahimstudio/jsx": "workspace:*",
"@ibrahimstudio/styles": "workspace:*",
"@ibrahimstudio/tooltip": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Loading

0 comments on commit 279b01b

Please sign in to comment.