Skip to content

Commit 3b75d42

Browse files
committed
Bump version to 0.13.0-rc.6
1 parent 2b962a1 commit 3b75d42

File tree

58 files changed

+255
-255
lines changed

Some content is hidden

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

58 files changed

+255
-255
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.13.0-rc.5"
7+
version = "0.13.0-rc.6"
88
edition = "2024"
99
rust-version = "1.90.0"
1010
license = "MIT"

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.13.0-rc.5",
4+
"version": "0.13.0-rc.6",
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.16.3",
22-
"@stylexswc/design-system": "0.13.0-rc.5",
23-
"@stylexswc/rs-compiler": "0.13.0-rc.5",
24-
"@stylexswc/unplugin": "0.13.0-rc.5",
22+
"@stylexswc/design-system": "0.13.0-rc.6",
23+
"@stylexswc/rs-compiler": "0.13.0-rc.6",
24+
"@stylexswc/unplugin": "0.13.0-rc.6",
2525
"react": "^19.2.0",
2626
"react-dom": "^19.2.0"
2727
},
2828
"devDependencies": {
2929
"@playwright/test": "^1.56.1",
30-
"@stylexswc/playwright": "0.13.0-rc.5",
30+
"@stylexswc/playwright": "0.13.0-rc.6",
3131
"@types/react": "^19.2.2",
3232
"@types/react-dom": "^19.2.2",
3333
"esbuild": "^0.25.11",

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.13.0-rc.5",
3+
"version": "0.13.0-rc.6",
44
"private": true,
55
"scripts": {
66
"build": "storybook build",
@@ -32,9 +32,9 @@
3232
"@storybook/react-vite": "^9.1.7",
3333
"@stylexjs/eslint-plugin": "^0.16.3",
3434
"@stylexjs/stylex": "^0.16.3",
35-
"@stylexswc/playwright": "0.13.0-rc.5",
36-
"@stylexswc/postcss-plugin": "0.13.0-rc.5",
37-
"@stylexswc/unplugin": "0.13.0-rc.5",
35+
"@stylexswc/playwright": "0.13.0-rc.6",
36+
"@stylexswc/postcss-plugin": "0.13.0-rc.6",
37+
"@stylexswc/unplugin": "0.13.0-rc.6",
3838
"@testing-library/react": "^16.3.0",
3939
"@types/react": "^19.2.2",
4040
"@types/react-dom": "^19.2.2",

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.13.0-rc.5",
4+
"version": "0.13.0-rc.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.16.3",
16-
"@stylexswc/design-system": "0.13.0-rc.5",
17-
"@stylexswc/rs-compiler": "0.13.0-rc.5",
18-
"@stylexswc/unplugin": "0.13.0-rc.5",
16+
"@stylexswc/design-system": "0.13.0-rc.6",
17+
"@stylexswc/rs-compiler": "0.13.0-rc.6",
18+
"@stylexswc/unplugin": "0.13.0-rc.6",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0"
2121
},
@@ -24,7 +24,7 @@
2424
"@farmfe/core": "^1.7.10",
2525
"@farmfe/plugin-react": "^1.2.6",
2626
"@playwright/test": "^1.56.1",
27-
"@stylexswc/playwright": "0.13.0-rc.5",
27+
"@stylexswc/playwright": "0.13.0-rc.6",
2828
"@types/react": "^19.2.2",
2929
"@types/react-dom": "^19.2.2",
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,6 +1,6 @@
11
{
22
"name": "@stylexswc/next-example",
3-
"version": "0.13.0-rc.5",
3+
"version": "0.13.0-rc.6",
44
"private": true,
55
"scripts": {
66
"build": "next build --webpack",
@@ -22,18 +22,18 @@
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
2424
"@stylexjs/stylex": "^0.16.3",
25-
"@stylexswc/design-system": "0.13.0-rc.5",
26-
"@stylexswc/nextjs-plugin": "0.13.0-rc.5",
25+
"@stylexswc/design-system": "0.13.0-rc.6",
26+
"@stylexswc/nextjs-plugin": "0.13.0-rc.6",
2727
"next": "^16.0.1",
2828
"react": "^19.2.0",
2929
"react-dom": "^19.2.0"
3030
},
3131
"devDependencies": {
3232
"@playwright/test": "^1.56.1",
3333
"@stylexjs/eslint-plugin": "^0.16.3",
34-
"@stylexswc/jest": "0.13.0-rc.5",
35-
"@stylexswc/playwright": "0.13.0-rc.5",
36-
"@stylexswc/rs-compiler": "0.13.0-rc.5",
34+
"@stylexswc/jest": "0.13.0-rc.6",
35+
"@stylexswc/playwright": "0.13.0-rc.6",
36+
"@stylexswc/rs-compiler": "0.13.0-rc.6",
3737
"@swc/jest": "^0.2.39",
3838
"@testing-library/jest-dom": "^6.9.1",
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.13.0-rc.5",
3+
"version": "0.13.0-rc.6",
44
"private": true,
55
"scripts": {
66
"build": "next build --webpack",
@@ -22,19 +22,19 @@
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
2424
"@stylexjs/stylex": "^0.16.3",
25-
"@stylexswc/design-system": "0.13.0-rc.5",
26-
"@stylexswc/nextjs-plugin": "0.13.0-rc.5",
27-
"@stylexswc/postcss-plugin": "0.13.0-rc.5",
25+
"@stylexswc/design-system": "0.13.0-rc.6",
26+
"@stylexswc/nextjs-plugin": "0.13.0-rc.6",
27+
"@stylexswc/postcss-plugin": "0.13.0-rc.6",
2828
"next": "^16.0.1",
2929
"react": "^19.2.0",
3030
"react-dom": "^19.2.0"
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "^1.56.1",
3434
"@stylexjs/eslint-plugin": "^0.16.3",
35-
"@stylexswc/jest": "0.13.0-rc.5",
36-
"@stylexswc/playwright": "0.13.0-rc.5",
37-
"@stylexswc/rs-compiler": "0.13.0-rc.5",
35+
"@stylexswc/jest": "0.13.0-rc.6",
36+
"@stylexswc/playwright": "0.13.0-rc.6",
37+
"@stylexswc/rs-compiler": "0.13.0-rc.6",
3838
"@swc/jest": "^0.2.39",
3939
"@testing-library/jest-dom": "^6.9.1",
4040
"@testing-library/react": "^16.3.0",

apps/nextjs-turbopack-example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylexswc/next-turbopack-example",
3-
"version": "0.13.0-rc.5",
3+
"version": "0.13.0-rc.6",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -22,20 +22,20 @@
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
2424
"@stylexjs/stylex": "^0.16.3",
25-
"@stylexswc/design-system": "0.13.0-rc.5",
26-
"@stylexswc/nextjs-plugin": "0.13.0-rc.5",
27-
"@stylexswc/postcss-plugin": "0.13.0-rc.5",
25+
"@stylexswc/design-system": "0.13.0-rc.6",
26+
"@stylexswc/nextjs-plugin": "0.13.0-rc.6",
27+
"@stylexswc/postcss-plugin": "0.13.0-rc.6",
2828
"next": "^16.0.1",
2929
"react": "^19.2.0",
3030
"react-dom": "^19.2.0"
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "^1.56.1",
3434
"@stylexjs/eslint-plugin": "^0.16.3",
35-
"@stylexswc/jest": "0.13.0-rc.5",
36-
"@stylexswc/playwright": "0.13.0-rc.5",
37-
"@stylexswc/rs-compiler": "0.13.0-rc.5",
38-
"@stylexswc/turbopack-plugin": "0.13.0-rc.5",
35+
"@stylexswc/jest": "0.13.0-rc.6",
36+
"@stylexswc/playwright": "0.13.0-rc.6",
37+
"@stylexswc/rs-compiler": "0.13.0-rc.6",
38+
"@stylexswc/turbopack-plugin": "0.13.0-rc.6",
3939
"@swc/jest": "^0.2.39",
4040
"@testing-library/jest-dom": "^6.9.1",
4141
"@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.13.0-rc.5",
4+
"version": "0.13.0-rc.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.13.0-rc.5",
26-
"@stylexswc/rollup-plugin": "0.13.0-rc.5",
25+
"@stylexswc/playwright": "0.13.0-rc.6",
26+
"@stylexswc/rollup-plugin": "0.13.0-rc.6",
2727
"rollup": "^4.52.5",
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.13.0-rc.5",
4+
"version": "0.13.0-rc.6",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@stylexjs/stylex": "^0.16.3",
13-
"@stylexswc/rollup-plugin": "0.13.0-rc.5"
13+
"@stylexswc/rollup-plugin": "0.13.0-rc.6"
1414
}
1515
}

0 commit comments

Comments
 (0)