Skip to content

Commit

Permalink
v1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Feb 14, 2024
1 parent 3155e6e commit a10e063
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/styled/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-style/react

## 1.0.48

### Patch Changes

- Fixed React Native style props in utility props

## 1.0.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-style/react",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "1.0.47",
"version": "1.0.48",
"keywords": [
"React Native",
"Next.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gluestack-ui/themed

## 1.1.5

### Patch Changes

- Fixed React Native style props in utility props
- Updated dependencies
- @gluestack-style/react@1.0.48

## 1.1.4

### 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.1.4",
"version": "1.1.5",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@gluestack-style/react": "^1.0.44",
"@gluestack-style/react": "^1.0.48",
"@types/react-native": "^0.72.3",
"file-loader": "^6.2.0",
"react": "^18.2.0",
Expand Down

0 comments on commit a10e063

Please sign in to comment.