Skip to content

Commit 8229aa8

Browse files
committed
Bump version to 0.16.0-rc.1
1 parent ff2ddfc commit 8229aa8

75 files changed

Lines changed: 423 additions & 423 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: 18 additions & 18 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.95.0"
11-
version = "0.15.5"
11+
version = "0.16.0-rc.1"
1212

1313

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

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.15.5",
4+
"version": "0.16.0-rc.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.18.3",
22-
"@stylexswc/design-system": "0.15.5",
23-
"@stylexswc/rs-compiler": "0.15.5",
24-
"@stylexswc/unplugin": "0.15.5",
22+
"@stylexswc/design-system": "0.16.0-rc.1",
23+
"@stylexswc/rs-compiler": "0.16.0-rc.1",
24+
"@stylexswc/unplugin": "0.16.0-rc.1",
2525
"react": "^19.2.5",
2626
"react-dom": "^19.2.5"
2727
},
2828
"devDependencies": {
2929
"@playwright/test": "^1.59.1",
30-
"@stylexswc/playwright": "0.15.5",
30+
"@stylexswc/playwright": "0.16.0-rc.1",
3131
"@types/react": "^19.2.14",
3232
"@types/react-dom": "^19.2.3",
3333
"esbuild": "^0.28.0",

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.15.5",
3+
"version": "0.16.0-rc.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.3.6",
3333
"@stylexjs/stylex": "^0.18.3",
34-
"@stylexswc/playwright": "0.15.5",
35-
"@stylexswc/postcss-plugin": "0.15.5",
36-
"@stylexswc/unplugin": "0.15.5",
34+
"@stylexswc/playwright": "0.16.0-rc.1",
35+
"@stylexswc/postcss-plugin": "0.16.0-rc.1",
36+
"@stylexswc/unplugin": "0.16.0-rc.1",
3737
"@testing-library/react": "^16.3.2",
3838
"@types/react": "^19.2.14",
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.15.5",
4+
"version": "0.16.0-rc.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.18.3",
16-
"@stylexswc/design-system": "0.15.5",
17-
"@stylexswc/rs-compiler": "0.15.5",
18-
"@stylexswc/unplugin": "0.15.5",
16+
"@stylexswc/design-system": "0.16.0-rc.1",
17+
"@stylexswc/rs-compiler": "0.16.0-rc.1",
18+
"@stylexswc/unplugin": "0.16.0-rc.1",
1919
"react": "^19.2.5",
2020
"react-dom": "^19.2.5"
2121
},
@@ -24,7 +24,7 @@
2424
"@farmfe/core": "^1.7.11",
2525
"@farmfe/plugin-react": "^1.2.6",
2626
"@playwright/test": "^1.59.1",
27-
"@stylexswc/playwright": "0.15.5",
27+
"@stylexswc/playwright": "0.16.0-rc.1",
2828
"@types/react": "^19.2.14",
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,6 +1,6 @@
11
{
22
"name": "@stylexswc/next-example",
3-
"version": "0.15.5",
3+
"version": "0.16.0-rc.1",
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.18.3",
25-
"@stylexswc/design-system": "0.15.5",
26-
"@stylexswc/nextjs-plugin": "0.15.5",
25+
"@stylexswc/design-system": "0.16.0-rc.1",
26+
"@stylexswc/nextjs-plugin": "0.16.0-rc.1",
2727
"next": "^16.2.4",
2828
"react": "^19.2.5",
2929
"react-dom": "^19.2.5"
3030
},
3131
"devDependencies": {
3232
"@playwright/test": "^1.59.1",
3333
"@stylexjs/eslint-plugin": "^0.18.3",
34-
"@stylexswc/jest": "0.15.5",
35-
"@stylexswc/playwright": "0.15.5",
36-
"@stylexswc/rs-compiler": "0.15.5",
34+
"@stylexswc/jest": "0.16.0-rc.1",
35+
"@stylexswc/playwright": "0.16.0-rc.1",
36+
"@stylexswc/rs-compiler": "0.16.0-rc.1",
3737
"@swc/jest": "^0.2.39",
3838
"@testing-library/jest-dom": "^6.9.1",
3939
"@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,6 +1,6 @@
11
{
22
"name": "@stylexswc/next-postcss-example",
3-
"version": "0.15.5",
3+
"version": "0.16.0-rc.1",
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.18.3",
25-
"@stylexswc/design-system": "0.15.5",
26-
"@stylexswc/nextjs-plugin": "0.15.5",
27-
"@stylexswc/postcss-plugin": "0.15.5",
25+
"@stylexswc/design-system": "0.16.0-rc.1",
26+
"@stylexswc/nextjs-plugin": "0.16.0-rc.1",
27+
"@stylexswc/postcss-plugin": "0.16.0-rc.1",
2828
"next": "^16.2.4",
2929
"react": "^19.2.5",
3030
"react-dom": "^19.2.5"
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "^1.59.1",
3434
"@stylexjs/eslint-plugin": "^0.18.3",
35-
"@stylexswc/jest": "0.15.5",
36-
"@stylexswc/playwright": "0.15.5",
37-
"@stylexswc/rs-compiler": "0.15.5",
35+
"@stylexswc/jest": "0.16.0-rc.1",
36+
"@stylexswc/playwright": "0.16.0-rc.1",
37+
"@stylexswc/rs-compiler": "0.16.0-rc.1",
3838
"@swc/jest": "^0.2.39",
3939
"@testing-library/jest-dom": "^6.9.1",
4040
"@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,6 +1,6 @@
11
{
22
"name": "@stylexswc/next-turbopack-example",
3-
"version": "0.15.5",
3+
"version": "0.16.0-rc.1",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -22,21 +22,21 @@
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
2424
"@stylexjs/stylex": "^0.18.3",
25-
"@stylexswc/design-system": "0.15.5",
26-
"@stylexswc/nextjs-plugin": "0.15.5",
27-
"@stylexswc/postcss-plugin": "0.15.5",
25+
"@stylexswc/design-system": "0.16.0-rc.1",
26+
"@stylexswc/nextjs-plugin": "0.16.0-rc.1",
27+
"@stylexswc/postcss-plugin": "0.16.0-rc.1",
2828
"next": "^16.2.4",
2929
"react": "^19.2.5",
3030
"react-dom": "^19.2.5"
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "^1.59.1",
3434
"@stylexjs/eslint-plugin": "^0.18.3",
35-
"@stylexswc/jest": "0.15.5",
36-
"@stylexswc/playwright": "0.15.5",
37-
"@stylexswc/rs-compiler": "0.15.5",
35+
"@stylexswc/jest": "0.16.0-rc.1",
36+
"@stylexswc/playwright": "0.16.0-rc.1",
37+
"@stylexswc/rs-compiler": "0.16.0-rc.1",
3838
"@swc/jest": "^0.2.39",
39-
"@stylexswc/turbopack-plugin": "0.15.5",
39+
"@stylexswc/turbopack-plugin": "0.16.0-rc.1",
4040
"@testing-library/jest-dom": "^6.9.1",
4141
"@testing-library/react": "^16.3.2",
4242
"@types/jest": "^30.0.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.15.5",
4+
"version": "0.16.0-rc.1",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -22,8 +22,8 @@
2222
"@rollup/plugin-node-resolve": "^16.0.3",
2323
"@rollup/plugin-replace": "^6.0.3",
2424
"@rollup/plugin-swc": "^0.4.0",
25-
"@stylexswc/playwright": "0.15.5",
26-
"@stylexswc/rollup-plugin": "0.15.5",
25+
"@stylexswc/playwright": "0.16.0-rc.1",
26+
"@stylexswc/rollup-plugin": "0.16.0-rc.1",
2727
"rollup": "^4.60.2",
2828
"rollup-plugin-serve": "^3.0.0",
2929
"serve": "^14.2.6"
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.15.5",
4+
"version": "0.16.0-rc.1",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@stylexjs/stylex": "^0.18.3",
13-
"@stylexswc/rollup-plugin": "0.15.5"
13+
"@stylexswc/rollup-plugin": "0.16.0-rc.1"
1414
}
1515
}

0 commit comments

Comments
 (0)