Skip to content

Commit

Permalink
Merge pull request #155 from alley-rs/main
Browse files Browse the repository at this point in the history
0.3.5
  • Loading branch information
thep0y authored Sep 4, 2024
2 parents 0f1df86 + 9edcd4e commit ad08804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alley-components",
"version": "0.3.4",
"version": "0.3.5",
"repository": "https://github.com/alley-rs/alley-components",
"keywords": [
"solid",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/text-area.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { mergeProps, type JSX } from "solid-js";

type TextAreaTag = Omit<
JSX.HTMLElementTags["textarea"],
"size" | "style" | "onChange" | "onInput" | "prefix"
"size" | "onChange" | "onInput" | "prefix"
>;

export interface TextAreaProps extends TextAreaTag {
Expand Down

0 comments on commit ad08804

Please sign in to comment.