Skip to content

Commit

Permalink
feat: fixed role for image and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Meenu Makkar authored and Meenu Makkar committed Nov 15, 2023
1 parent 50a4791 commit faa25f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/themed

## 1.0.14

### Patch Changes

- fixed role for image and icon to img instead of image

## 1.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/themed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/themed",
"version": "1.0.13",
"version": "1.0.14",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@gluestack-ui/avatar": "^0.1.15",
"@gluestack-ui/button": "^0.1.33",
"@gluestack-ui/checkbox": "^0.1.22",
"@gluestack-ui/config": "1.0.1",
"@gluestack-ui/config": "^1.0.3",
"@gluestack-ui/divider": "^0.1.8",
"@gluestack-ui/fab": "^0.1.17",
"@gluestack-ui/form-control": "^0.1.15",
Expand Down

0 comments on commit faa25f0

Please sign in to comment.