Skip to content

Commit

Permalink
v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pspaczek committed May 15, 2024
1 parent 2c700ed commit af15ea6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components-api-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6087,7 +6087,7 @@
},
"defaultValue": {
"func": false,
"value": "false"
"value": "'vertical'"
}
},
{
Expand Down
9 changes: 9 additions & 0 deletions docs/releases/v1.7.x/v1.7.5/changelog.stories.mdx.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { Meta } from '@storybook/blocks';

<Meta title="Releases/v1.7.x/v1.7.5/Changelog"/>

# 1.7.5 (May 15, 2024)

## 🐛 Fixes
* textarea resize issue ([#485](https://github.com/infermedica/component-library/pull/485))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infermedica/component-library",
"version": "1.7.4",
"version": "1.7.5",
"description": "Vue 3 UI library for healthcare and not only.",
"license": "MIT",
"sideEffects": [
Expand Down

0 comments on commit af15ea6

Please sign in to comment.