Skip to content

Commit 5dccc8d

Browse files
committed
Bump version to 0.11.1-toss.2
1 parent 8cdd44b commit 5dccc8d

File tree

53 files changed

+202
-282
lines changed

Some content is hidden

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

53 files changed

+202
-282
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.11.1-rc.1"
7+
version = "0.11.1-toss.2"
88
edition = "2024"
99
rust-version = "1.89.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": "@toss/stylexswc-esbuild-unplugin-example",
33
"description": "A simple esbuild unplugin example to test @toss/stylexswc-unplugin/esbuild",
4-
"version": "0.11.1-rc.1",
4+
"version": "0.11.1-toss.2",
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.4",
16-
"@toss/stylexswc-design-system": "0.11.1-rc.1",
17-
"@toss/stylexswc-rs-compiler": "0.11.1-rc.1",
18-
"@toss/stylexswc-unplugin": "0.11.1-rc.1",
16+
"@toss/stylexswc-design-system": "0.11.1-toss.2",
17+
"@toss/stylexswc-rs-compiler": "0.11.1-toss.2",
18+
"@toss/stylexswc-unplugin": "0.11.1-toss.2",
1919
"react": "^19.1.1",
2020
"react-dom": "^19.1.1"
2121
},
2222
"devDependencies": {
2323
"@playwright/test": "^1.54.2",
24-
"@toss/stylexswc-playwright": "0.11.1-rc.1",
24+
"@toss/stylexswc-playwright": "0.11.1-toss.2",
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": "@toss/stylexswc-farm-unplugin-example",
33
"description": "A simple farm unplugin example to test @toss/stylexswc-unplugin/farm",
4-
"version": "0.11.1-rc.1",
4+
"version": "0.11.1-toss.2",
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.4",
16-
"@toss/stylexswc-design-system": "0.11.1-rc.1",
17-
"@toss/stylexswc-rs-compiler": "0.11.1-rc.1",
18-
"@toss/stylexswc-unplugin": "0.11.1-rc.1",
16+
"@toss/stylexswc-design-system": "0.11.1-toss.2",
17+
"@toss/stylexswc-rs-compiler": "0.11.1-toss.2",
18+
"@toss/stylexswc-unplugin": "0.11.1-toss.2",
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-
"@toss/stylexswc-playwright": "0.11.1-rc.1",
27+
"@toss/stylexswc-playwright": "0.11.1-toss.2",
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": "@toss/stylexswc-next-example",
3-
"version": "0.11.1-rc.1",
3+
"version": "0.11.1-toss.2",
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.4",
25-
"@toss/stylexswc-design-system": "0.11.1-rc.1",
26-
"@toss/stylexswc-nextjs-plugin": "0.11.1-rc.1",
25+
"@toss/stylexswc-design-system": "0.11.1-toss.2",
26+
"@toss/stylexswc-nextjs-plugin": "0.11.1-toss.2",
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.4",
34-
"@toss/stylexswc-jest": "0.11.1-rc.1",
35-
"@toss/stylexswc-playwright": "0.11.1-rc.1",
36-
"@toss/stylexswc-rs-compiler": "0.11.1-rc.1",
34+
"@toss/stylexswc-jest": "0.11.1-toss.2",
35+
"@toss/stylexswc-playwright": "0.11.1-toss.2",
36+
"@toss/stylexswc-rs-compiler": "0.11.1-toss.2",
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": "@toss/stylexswc-next-postcss-example",
3-
"version": "0.11.1-rc.1",
3+
"version": "0.11.1-toss.2",
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.4",
25-
"@toss/stylexswc-design-system": "0.11.1-rc.1",
26-
"@toss/stylexswc-nextjs-plugin": "0.11.1-rc.1",
27-
"@toss/stylexswc-postcss-plugin": "0.11.1-rc.1",
25+
"@toss/stylexswc-design-system": "0.11.1-toss.2",
26+
"@toss/stylexswc-nextjs-plugin": "0.11.1-toss.2",
27+
"@toss/stylexswc-postcss-plugin": "0.11.1-toss.2",
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.4",
35-
"@toss/stylexswc-jest": "0.11.1-rc.1",
36-
"@toss/stylexswc-playwright": "0.11.1-rc.1",
37-
"@toss/stylexswc-rs-compiler": "0.11.1-rc.1",
35+
"@toss/stylexswc-jest": "0.11.1-toss.2",
36+
"@toss/stylexswc-playwright": "0.11.1-toss.2",
37+
"@toss/stylexswc-rs-compiler": "0.11.1-toss.2",
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": "@toss/stylexswc-rollup-example",
33
"description": "A simple rollup example to test @toss/stylexswc-rollup-plugin",
4-
"version": "0.11.1-rc.1",
4+
"version": "0.11.1-toss.2",
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-
"@toss/stylexswc-playwright": "0.11.1-rc.1",
26-
"@toss/stylexswc-rollup-plugin": "0.11.1-rc.1",
25+
"@toss/stylexswc-playwright": "0.11.1-toss.2",
26+
"@toss/stylexswc-rollup-plugin": "0.11.1-toss.2",
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": "@toss/stylexswc-rollup-large-example",
33
"description": "A simple rollup example to test @toss/stylexswc-rollup-plugin",
4-
"version": "0.11.1-rc.1",
4+
"version": "0.11.1-toss.2",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@stylexjs/stylex": "^0.15.4",
13-
"@toss/stylexswc-rollup-plugin": "0.11.1-rc.1"
13+
"@toss/stylexswc-rollup-plugin": "0.11.1-toss.2"
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": "@toss/stylexswc-rollup-unplugin-example",
33
"description": "A simple rollup unplugin example to test @toss/stylexswc-unplugin/rollup",
4-
"version": "0.11.1-rc.1",
4+
"version": "0.11.1-toss.2",
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.4",
16-
"@toss/stylexswc-design-system": "0.11.1-rc.1",
17-
"@toss/stylexswc-rs-compiler": "0.11.1-rc.1",
18-
"@toss/stylexswc-unplugin": "0.11.1-rc.1",
16+
"@toss/stylexswc-design-system": "0.11.1-toss.2",
17+
"@toss/stylexswc-rs-compiler": "0.11.1-toss.2",
18+
"@toss/stylexswc-unplugin": "0.11.1-toss.2",
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-
"@toss/stylexswc-playwright": "0.11.1-rc.1",
29+
"@toss/stylexswc-playwright": "0.11.1-toss.2",
3030
"rollup": "^4.46.2",
3131
"rollup-plugin-serve": "^3.0.0",
3232
"serve": "^14.2.4"

apps/rsbuild-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": "@toss/stylexswc-rsbuild-unplugin-example",
33
"description": "A simple rsbuild unplugin example to test @toss/stylexswc-unplugin/rspack",
4-
"version": "0.11.1-rc.1",
4+
"version": "0.11.1-toss.2",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -13,17 +13,17 @@
1313
"dependencies": {
1414
"@stylexjs/open-props": "^0.11.1",
1515
"@stylexjs/stylex": "^0.15.4",
16-
"@toss/stylexswc-design-system": "0.11.1-rc.1",
17-
"@toss/stylexswc-rs-compiler": "0.11.1-rc.1",
18-
"@toss/stylexswc-unplugin": "0.11.1-rc.1",
16+
"@toss/stylexswc-design-system": "0.11.1-toss.2",
17+
"@toss/stylexswc-rs-compiler": "0.11.1-toss.2",
18+
"@toss/stylexswc-unplugin": "0.11.1-toss.2",
1919
"react": "^19.1.1",
2020
"react-dom": "^19.1.1"
2121
},
2222
"devDependencies": {
2323
"@playwright/test": "^1.54.2",
2424
"@rsbuild/core": "^1.4.3",
2525
"@rsbuild/plugin-react": "^1.3.2",
26-
"@toss/stylexswc-playwright": "0.11.1-rc.1",
26+
"@toss/stylexswc-playwright": "0.11.1-toss.2",
2727
"@types/react": "^19.1.9",
2828
"@types/react-dom": "^19.1.7",
2929
"serve": "^14.2.4"

0 commit comments

Comments
 (0)