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 #553 from gluestack/main
Browse files Browse the repository at this point in the history
backmerge: main
  • Loading branch information
ankit-tailor authored Dec 1, 2023
2 parents 24c0e2e + 6776c34 commit a17c4fb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 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
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-style/react

## 1.0.20

### Patch Changes

- Fixed build time to be injected styles [PR](https://github.com/gluestack/gluestack-style/pull/550)

## 1.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.19",
"version": "1.0.20",
"keywords": [
"React Native",
"Next.js",
Expand Down

0 comments on commit a17c4fb

Please sign in to comment.