Skip to content

Commit 0143307

Browse files
committed
Bump version to 0.10.6
1 parent 7a94e1a commit 0143307

File tree

54 files changed

+203
-203
lines changed

Some content is hidden

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

54 files changed

+203
-203
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -4,7 +4,7 @@ resolver = "2"
44
members = ["crates/stylex-*"]
55

66
[workspace.package]
7-
version = "0.10.6-rc.1"
7+
version = "0.10.6"
88
edition = "2024"
99
rust-version = "1.86.0"
1010
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# StyleX in Rust · [![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.10.5?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)
1+
# StyleX in Rust · [![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.10.6?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)
22

33
> **Community-driven, high-performance StyleX compiler and tooling ecosystem built with Rust**
44

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.10.6-rc.1",
4+
"version": "0.10.6",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -13,15 +13,15 @@
1313
"dependencies": {
1414
"@stylexjs/open-props": "^0.11.1",
1515
"@stylexjs/stylex": "^0.15.0",
16-
"@stylexswc/design-system": "0.10.6-rc.1",
17-
"@stylexswc/rs-compiler": "0.10.6-rc.1",
18-
"@stylexswc/unplugin": "0.10.6-rc.1",
16+
"@stylexswc/design-system": "0.10.6",
17+
"@stylexswc/rs-compiler": "0.10.6",
18+
"@stylexswc/unplugin": "0.10.6",
1919
"react": "^19.1.1",
2020
"react-dom": "^19.1.1"
2121
},
2222
"devDependencies": {
2323
"@playwright/test": "^1.54.2",
24-
"@stylexswc/playwright": "0.10.6-rc.1",
24+
"@stylexswc/playwright": "0.10.6",
2525
"@types/react": "^19.1.9",
2626
"@types/react-dom": "^19.1.7",
2727
"esbuild": "^0.25.8",

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.10.6-rc.1",
4+
"version": "0.10.6",
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.15.0",
16-
"@stylexswc/design-system": "0.10.6-rc.1",
17-
"@stylexswc/rs-compiler": "0.10.6-rc.1",
18-
"@stylexswc/unplugin": "0.10.6-rc.1",
16+
"@stylexswc/design-system": "0.10.6",
17+
"@stylexswc/rs-compiler": "0.10.6",
18+
"@stylexswc/unplugin": "0.10.6",
1919
"react": "^19.1.1",
2020
"react-dom": "^19.1.1"
2121
},
@@ -24,7 +24,7 @@
2424
"@farmfe/core": "^1.7.10",
2525
"@farmfe/plugin-react": "^1.2.6",
2626
"@playwright/test": "^1.54.2",
27-
"@stylexswc/playwright": "0.10.6-rc.1",
27+
"@stylexswc/playwright": "0.10.6",
2828
"@types/react": "^19.1.9",
2929
"@types/react-dom": "^19.1.7",
3030
"serve": "^14.2.4"

apps/nextjs-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylexswc/next-example",
3-
"version": "0.10.6-rc.1",
3+
"version": "0.10.6",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -22,18 +22,18 @@
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
2424
"@stylexjs/stylex": "^0.15.0",
25-
"@stylexswc/design-system": "0.10.6-rc.1",
26-
"@stylexswc/nextjs-plugin": "0.10.6-rc.1",
25+
"@stylexswc/design-system": "0.10.6",
26+
"@stylexswc/nextjs-plugin": "0.10.6",
2727
"next": "^15.4.7",
2828
"react": "^19.1.1",
2929
"react-dom": "^19.1.1"
3030
},
3131
"devDependencies": {
3232
"@playwright/test": "^1.54.2",
3333
"@stylexjs/eslint-plugin": "^0.15.0",
34-
"@stylexswc/jest": "0.10.6-rc.1",
35-
"@stylexswc/playwright": "0.10.6-rc.1",
36-
"@stylexswc/rs-compiler": "0.10.6-rc.1",
34+
"@stylexswc/jest": "0.10.6",
35+
"@stylexswc/playwright": "0.10.6",
36+
"@stylexswc/rs-compiler": "0.10.6",
3737
"@swc/jest": "^0.2.39",
3838
"@testing-library/jest-dom": "^6.6.4",
3939
"@testing-library/react": "^16.3.0",

apps/nextjs-postcss-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylexswc/next-postcss-example",
3-
"version": "0.10.6-rc.1",
3+
"version": "0.10.6",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -22,19 +22,19 @@
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
2424
"@stylexjs/stylex": "^0.15.0",
25-
"@stylexswc/design-system": "0.10.6-rc.1",
26-
"@stylexswc/nextjs-plugin": "0.10.6-rc.1",
27-
"@stylexswc/postcss-plugin": "0.10.6-rc.1",
25+
"@stylexswc/design-system": "0.10.6",
26+
"@stylexswc/nextjs-plugin": "0.10.6",
27+
"@stylexswc/postcss-plugin": "0.10.6",
2828
"next": "^15.4.7",
2929
"react": "^19.1.1",
3030
"react-dom": "^19.1.1"
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "^1.54.2",
3434
"@stylexjs/eslint-plugin": "^0.15.0",
35-
"@stylexswc/jest": "0.10.6-rc.1",
36-
"@stylexswc/playwright": "0.10.6-rc.1",
37-
"@stylexswc/rs-compiler": "0.10.6-rc.1",
35+
"@stylexswc/jest": "0.10.6",
36+
"@stylexswc/playwright": "0.10.6",
37+
"@stylexswc/rs-compiler": "0.10.6",
3838
"@swc/jest": "^0.2.39",
3939
"@testing-library/jest-dom": "^6.6.4",
4040
"@testing-library/react": "^16.3.0",

apps/rollup-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stylexswc/rollup-example",
33
"description": "A simple rollup example to test @stylexswc/rollup-plugin",
4-
"version": "0.10.6-rc.1",
4+
"version": "0.10.6",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -22,8 +22,8 @@
2222
"@rollup/plugin-node-resolve": "^16.0.1",
2323
"@rollup/plugin-replace": "^6.0.2",
2424
"@rollup/plugin-swc": "^0.4.0",
25-
"@stylexswc/playwright": "0.10.6-rc.1",
26-
"@stylexswc/rollup-plugin": "0.10.6-rc.1",
25+
"@stylexswc/playwright": "0.10.6",
26+
"@stylexswc/rollup-plugin": "0.10.6",
2727
"rollup": "^4.46.2",
2828
"rollup-plugin-serve": "^3.0.0",
2929
"serve": "^14.2.4"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stylexswc/rollup-large-example",
33
"description": "A simple rollup example to test @stylexswc/rollup-plugin",
4-
"version": "0.10.6-rc.1",
4+
"version": "0.10.6",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@stylexjs/stylex": "^0.15.0",
13-
"@stylexswc/rollup-plugin": "0.10.6-rc.1"
13+
"@stylexswc/rollup-plugin": "0.10.6"
1414
}
1515
}

apps/rollup-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/rollup-unplugin-example",
33
"description": "A simple rollup unplugin example to test @stylexswc/unplugin/rollup",
4-
"version": "0.10.6-rc.1",
4+
"version": "0.10.6",
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.15.0",
16-
"@stylexswc/design-system": "0.10.6-rc.1",
17-
"@stylexswc/rs-compiler": "0.10.6-rc.1",
18-
"@stylexswc/unplugin": "0.10.6-rc.1",
16+
"@stylexswc/design-system": "0.10.6",
17+
"@stylexswc/rs-compiler": "0.10.6",
18+
"@stylexswc/unplugin": "0.10.6",
1919
"react": "^19.1.1",
2020
"react-dom": "^19.1.1"
2121
},
@@ -26,7 +26,7 @@
2626
"@rollup/plugin-node-resolve": "^16.0.1",
2727
"@rollup/plugin-replace": "^6.0.2",
2828
"@rollup/plugin-swc": "^0.4.0",
29-
"@stylexswc/playwright": "0.10.6-rc.1",
29+
"@stylexswc/playwright": "0.10.6",
3030
"rollup": "^4.46.2",
3131
"rollup-plugin-serve": "^3.0.0",
3232
"serve": "^14.2.4"

0 commit comments

Comments
 (0)