Skip to content

Commit

Permalink
docs: update sd-input component version (#539)
Browse files Browse the repository at this point in the history
correct version from 1.0 to 1.24.0.  Closes #539
  • Loading branch information
abudd1094 authored Nov 13, 2023
1 parent f75df32 commit f2e5eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/input/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const isFirefox = isChromium ? false : navigator.userAgent.includes('Firefox');
* @summary Inputs collect data from the user.
* @documentation https://solid.union-investment.com/[storybook-link]/input
* @status stable
* @since 1.0
* @since 1.24.0
*
* @dependency sd-icon
*
Expand Down

0 comments on commit f2e5eae

Please sign in to comment.