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 #552 from gluestack/release/@gluestack-style/babel…
Browse files Browse the repository at this point in the history
…-plugin-styled-resolver/1.0.2

Release/@gluestack style/babel plugin styled resolver/1.0.2
  • Loading branch information
ankit-tailor authored Dec 1, 2023
2 parents 286e70d + 79fe41a commit 6776c34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install Dependencies
run: |
Expand Down
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.2

### Patch Changes

- Added dynamic config resolution [PR](https://github.com/gluestack/gluestack-style/pull/550)

## 1.0.1

### Features
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.2-alpha.1",
"version": "1.0.2",
"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

0 comments on commit 6776c34

Please sign in to comment.