Skip to content

Commit

Permalink
Merge pull request #1401 from gluestack/release/@gluestack-ui/themed@…
Browse files Browse the repository at this point in the history
…1.0.17

Release: @gluestack-ui/[email protected]
  • Loading branch information
Viraj-10 authored Nov 22, 2023
2 parents 4bffb18 + e8987b4 commit d4bb8e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.17

### Patch Changes

- fix: cyclic dependency and avatar image

## 1.0.16

### Patch Changes
Expand Down
3 changes: 1 addition & 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.16",
"version": "1.0.17",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -38,7 +38,6 @@
"@gluestack-ui/avatar": "^0.1.15",
"@gluestack-ui/button": "^0.1.33",
"@gluestack-ui/checkbox": "^0.1.22",
"@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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Image } from 'react-native';
import { Image } from '../../Image';
import { styled } from '@gluestack-style/react';

export default styled(Image, {}, {
Expand Down

0 comments on commit d4bb8e7

Please sign in to comment.