Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #522 from gluestack/release/@gluestack-style/babel…
Browse files Browse the repository at this point in the history
…-plugin-styled-resolver/1.0.1

Release/@gluestack style/babel plugin styled resolver/1.0.1
  • Loading branch information
ankit-tailor authored Nov 7, 2023
2 parents 0f8c04a + 64db470 commit a5c7cc0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/babel-plugin-styled-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-style/babel-plugin-styled-resolver

## 1.0.1

### Features

- Added utility props resolution [PR](https://github.com/gluestack/gluestack-style/pull/519)

## 0.1.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-styled-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-style/babel-plugin-styled-resolver",
"version": "1.0.0",
"version": "1.0.1",
"description": "A gluestack-style babel plugin that transpiles your styled function calls and resolves the component styling in build time.",
"keywords": [
"css-in-js",
Expand All @@ -20,7 +20,7 @@
"dev:web": "cd example/native && yarn web --clear"
},
"peerDependencies": {
"@gluestack-style/react": ">=0.1"
"@gluestack-style/react": ">=1.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"styled-components": "^5.3.0"
},
"devDependencies": {
"@gluestack-style/babel-plugin-styled-resolver": "1.0.0",
"@gluestack-style/babel-plugin-styled-resolver": "1.0.1",
"@gluestack-style/react": "1.0.8",
"@emotion/styled": "^11.3.0",
"@expo/next-adapter": "^4.0.13",
Expand Down

0 comments on commit a5c7cc0

Please sign in to comment.