diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18afc7e4..ffe7667f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/packages/babel-plugin-styled-resolver/CHANGELOG.md b/packages/babel-plugin-styled-resolver/CHANGELOG.md index 12b87d55..b729b841 100644 --- a/packages/babel-plugin-styled-resolver/CHANGELOG.md +++ b/packages/babel-plugin-styled-resolver/CHANGELOG.md @@ -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 diff --git a/packages/babel-plugin-styled-resolver/package.json b/packages/babel-plugin-styled-resolver/package.json index a7fbd3ab..19a28b6e 100644 --- a/packages/babel-plugin-styled-resolver/package.json +++ b/packages/babel-plugin-styled-resolver/package.json @@ -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",