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

Backmerge: main #523

Merged
merged 2 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion 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 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