Skip to content

Commit d32a85e

Browse files
committed
Bump version to 0.17.1
1 parent ccc8617 commit d32a85e

79 files changed

Lines changed: 457 additions & 457 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/Dwlad90/stylex-swc-plugin.git"
1010
rust-version = "1.96.1"
11-
version = "0.17.1-rc.1"
11+
version = "0.17.1"
1212

1313

1414
# Set the options for dependencies (not crates in the workspace), this mostly impacts cold builds

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StyleX SWC Compiler — StyleX in Rust
22

3-
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Dwlad90/stylex-swc-plugin/blob/develop/LICENSE) [![npm version](https://img.shields.io/npm/v/@stylexswc/rs-compiler.svg?style=flat)](https://www.npmjs.com/package/@stylexswc/rs-compiler) ![GitHub tag check runs](https://img.shields.io/github/check-runs/Dwlad90/stylex-swc-plugin/0.17.0?label=Release%20status) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Dwlad90/stylex-swc-plugin/pr-validation.yml?branch=develop&label=Project%20Health) <!-- stylex-compatibility:start -->[![StyleX compatibility](https://img.shields.io/badge/StyleX%20compatibility-v0.19.0-blue)](https://stylexjs.com/blog)<!-- stylex-compatibility:end -->
3+
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Dwlad90/stylex-swc-plugin/blob/develop/LICENSE) [![npm version](https://img.shields.io/npm/v/@stylexswc/rs-compiler.svg?style=flat)](https://www.npmjs.com/package/@stylexswc/rs-compiler) ![GitHub tag check runs](https://img.shields.io/github/check-runs/Dwlad90/stylex-swc-plugin/0.17.1?label=Release%20status) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Dwlad90/stylex-swc-plugin/pr-validation.yml?branch=develop&label=Project%20Health) <!-- stylex-compatibility:start -->[![StyleX compatibility](https://img.shields.io/badge/StyleX%20compatibility-v0.19.0-blue)](https://stylexjs.com/blog)<!-- stylex-compatibility:end -->
44

55
> **Rust/NAPI-RS/SWC compiler for [StyleX](https://stylexjs.com) that replaces
66
> the official Babel transform and adds fast integrations for Next.js, Vite,

apps/esbuild-unplugin-example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stylexswc/esbuild-unplugin-example",
33
"description": "A simple esbuild unplugin example to test @stylexswc/unplugin/esbuild",
4-
"version": "0.17.1-rc.1",
4+
"version": "0.17.1",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -19,15 +19,15 @@
1919
"dependencies": {
2020
"@stylexjs/open-props": "^0.11.1",
2121
"@stylexjs/stylex": "^0.19.0",
22-
"@stylexswc/design-system": "0.17.1-rc.1",
23-
"@stylexswc/rs-compiler": "0.17.1-rc.1",
24-
"@stylexswc/unplugin": "0.17.1-rc.1",
22+
"@stylexswc/design-system": "0.17.1",
23+
"@stylexswc/rs-compiler": "0.17.1",
24+
"@stylexswc/unplugin": "0.17.1",
2525
"react": "^19.2.7",
2626
"react-dom": "^19.2.7"
2727
},
2828
"devDependencies": {
2929
"@playwright/test": "^1.61.1",
30-
"@stylexswc/playwright": "0.17.1-rc.1",
30+
"@stylexswc/playwright": "0.17.1",
3131
"@types/react": "^19.2.17",
3232
"@types/react-dom": "^19.2.3",
3333
"esbuild": "^0.28.1",

apps/example-storybook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylexswc/example-storybook",
3-
"version": "0.17.1-rc.1",
3+
"version": "0.17.1",
44
"private": true,
55
"scripts": {
66
"build": "storybook build",
@@ -31,9 +31,9 @@
3131
"@storybook/react": "^10.3.6",
3232
"@storybook/react-vite": "^10.4.6",
3333
"@stylexjs/stylex": "^0.19.0",
34-
"@stylexswc/playwright": "0.17.1-rc.1",
35-
"@stylexswc/postcss-plugin": "0.17.1-rc.1",
36-
"@stylexswc/unplugin": "0.17.1-rc.1",
34+
"@stylexswc/playwright": "0.17.1",
35+
"@stylexswc/postcss-plugin": "0.17.1",
36+
"@stylexswc/unplugin": "0.17.1",
3737
"@testing-library/react": "^16.3.2",
3838
"@types/react": "^19.2.17",
3939
"@types/react-dom": "^19.2.3",

apps/farm-unplugin-example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stylexswc/farm-unplugin-example",
33
"description": "A simple farm unplugin example to test @stylexswc/unplugin/farm",
4-
"version": "0.17.1-rc.1",
4+
"version": "0.17.1",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -13,9 +13,9 @@
1313
"dependencies": {
1414
"@stylexjs/open-props": "^0.11.1",
1515
"@stylexjs/stylex": "^0.19.0",
16-
"@stylexswc/design-system": "0.17.1-rc.1",
17-
"@stylexswc/rs-compiler": "0.17.1-rc.1",
18-
"@stylexswc/unplugin": "0.17.1-rc.1",
16+
"@stylexswc/design-system": "0.17.1",
17+
"@stylexswc/rs-compiler": "0.17.1",
18+
"@stylexswc/unplugin": "0.17.1",
1919
"react": "^19.2.7",
2020
"react-dom": "^19.2.7"
2121
},
@@ -24,7 +24,7 @@
2424
"@farmfe/core": "^1.7.11",
2525
"@farmfe/plugin-react": "^1.2.6",
2626
"@playwright/test": "^1.61.1",
27-
"@stylexswc/playwright": "0.17.1-rc.1",
27+
"@stylexswc/playwright": "0.17.1",
2828
"@types/react": "^19.2.17",
2929
"@types/react-dom": "^19.2.3",
3030
"react-refresh": "^0.18.0",

apps/nextjs-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "@stylexswc/next-example",
3-
"version": "0.17.1-rc.1",
3+
"version": "0.17.1",
44
"dependencies": {
55
"@stylexjs/open-props": "^0.11.1",
66
"@stylexjs/stylex": "^0.19.0",
7-
"@stylexswc/design-system": "0.17.1-rc.1",
8-
"@stylexswc/nextjs-plugin": "0.17.1-rc.1",
7+
"@stylexswc/design-system": "0.17.1",
8+
"@stylexswc/nextjs-plugin": "0.17.1",
99
"next": "^16.2.9",
1010
"react": "^19.2.7",
1111
"react-dom": "^19.2.7"
1212
},
1313
"devDependencies": {
1414
"@playwright/test": "^1.61.1",
1515
"@stylexjs/eslint-plugin": "^0.19.0",
16-
"@stylexswc/jest": "0.17.1-rc.1",
17-
"@stylexswc/playwright": "0.17.1-rc.1",
18-
"@stylexswc/rs-compiler": "0.17.1-rc.1",
16+
"@stylexswc/jest": "0.17.1",
17+
"@stylexswc/playwright": "0.17.1",
18+
"@stylexswc/rs-compiler": "0.17.1",
1919
"@swc/jest": "^0.2.39",
2020
"@testing-library/jest-dom": "^6.9.1",
2121
"@testing-library/react": "^16.3.2",

apps/nextjs-postcss-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@stylexswc/next-postcss-example",
3-
"version": "0.17.1-rc.1",
3+
"version": "0.17.1",
44
"dependencies": {
55
"@stylexjs/open-props": "^0.11.1",
66
"@stylexjs/stylex": "^0.19.0",
7-
"@stylexswc/design-system": "0.17.1-rc.1",
8-
"@stylexswc/nextjs-plugin": "0.17.1-rc.1",
9-
"@stylexswc/postcss-plugin": "0.17.1-rc.1",
7+
"@stylexswc/design-system": "0.17.1",
8+
"@stylexswc/nextjs-plugin": "0.17.1",
9+
"@stylexswc/postcss-plugin": "0.17.1",
1010
"next": "^16.2.9",
1111
"react": "^19.2.7",
1212
"react-dom": "^19.2.7"
1313
},
1414
"devDependencies": {
1515
"@playwright/test": "^1.61.1",
1616
"@stylexjs/eslint-plugin": "^0.19.0",
17-
"@stylexswc/jest": "0.17.1-rc.1",
18-
"@stylexswc/playwright": "0.17.1-rc.1",
19-
"@stylexswc/rs-compiler": "0.17.1-rc.1",
17+
"@stylexswc/jest": "0.17.1",
18+
"@stylexswc/playwright": "0.17.1",
19+
"@stylexswc/rs-compiler": "0.17.1",
2020
"@swc/jest": "^0.2.39",
2121
"@testing-library/jest-dom": "^6.9.1",
2222
"@testing-library/react": "^16.3.2",

apps/nextjs-rspack-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@stylexswc/next-rspack-example",
3-
"version": "0.17.1-rc.1",
3+
"version": "0.17.1",
44
"dependencies": {
55
"@stylexjs/open-props": "^0.11.1",
66
"@stylexjs/stylex": "^0.19.0",
7-
"@stylexswc/design-system": "0.17.1-rc.1",
8-
"@stylexswc/nextjs-plugin": "0.17.1-rc.1",
7+
"@stylexswc/design-system": "0.17.1",
8+
"@stylexswc/nextjs-plugin": "0.17.1",
99
"next": "^16.2.9",
1010
"next-rspack": "^16.2.9",
1111
"react": "^19.2.7",
@@ -14,9 +14,9 @@
1414
"devDependencies": {
1515
"@playwright/test": "^1.61.1",
1616
"@stylexjs/eslint-plugin": "^0.19.0",
17-
"@stylexswc/jest": "0.17.1-rc.1",
18-
"@stylexswc/playwright": "0.17.1-rc.1",
19-
"@stylexswc/rs-compiler": "0.17.1-rc.1",
17+
"@stylexswc/jest": "0.17.1",
18+
"@stylexswc/playwright": "0.17.1",
19+
"@stylexswc/rs-compiler": "0.17.1",
2020
"@swc/jest": "^0.2.39",
2121
"@testing-library/jest-dom": "^6.9.1",
2222
"@testing-library/react": "^16.3.2",

apps/nextjs-turbopack-example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "@stylexswc/next-turbopack-example",
3-
"version": "0.17.1-rc.1",
3+
"version": "0.17.1",
44
"dependencies": {
55
"@stylexjs/open-props": "^0.11.1",
66
"@stylexjs/stylex": "^0.19.0",
7-
"@stylexswc/design-system": "0.17.1-rc.1",
8-
"@stylexswc/nextjs-plugin": "0.17.1-rc.1",
9-
"@stylexswc/postcss-plugin": "0.17.1-rc.1",
7+
"@stylexswc/design-system": "0.17.1",
8+
"@stylexswc/nextjs-plugin": "0.17.1",
9+
"@stylexswc/postcss-plugin": "0.17.1",
1010
"next": "^16.2.9",
1111
"react": "^19.2.7",
1212
"react-dom": "^19.2.7"
1313
},
1414
"devDependencies": {
1515
"@playwright/test": "^1.61.1",
1616
"@stylexjs/eslint-plugin": "^0.19.0",
17-
"@stylexswc/jest": "0.17.1-rc.1",
18-
"@stylexswc/playwright": "0.17.1-rc.1",
19-
"@stylexswc/rs-compiler": "0.17.1-rc.1",
20-
"@stylexswc/turbopack-plugin": "0.17.1-rc.1",
17+
"@stylexswc/jest": "0.17.1",
18+
"@stylexswc/playwright": "0.17.1",
19+
"@stylexswc/rs-compiler": "0.17.1",
20+
"@stylexswc/turbopack-plugin": "0.17.1",
2121
"@swc/jest": "^0.2.39",
2222
"@testing-library/jest-dom": "^6.9.1",
2323
"@testing-library/react": "^16.3.2",

0 commit comments

Comments
 (0)