diff --git a/Cargo.lock b/Cargo.lock index 2a84db0f..c2f1e67c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2032,7 +2032,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "stylex_compiler_rs" -version = "0.6.2-rc.5" +version = "0.6.2" dependencies = [ "color-backtrace", "napi", @@ -2049,7 +2049,7 @@ dependencies = [ [[package]] name = "stylex_path_resolver" -version = "0.6.2-rc.5" +version = "0.6.2" dependencies = [ "anyhow", "color-backtrace", @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "stylex_shared" -version = "0.6.2-rc.5" +version = "0.6.2" dependencies = [ "anyhow", "color-backtrace", @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "stylex_swc_plugin" -version = "0.6.2-rc.5" +version = "0.6.2" dependencies = [ "color-backtrace", "ctor", @@ -2121,7 +2121,7 @@ dependencies = [ [[package]] name = "stylex_test_parser" -version = "0.6.2-rc.5" +version = "0.6.2" dependencies = [ "anyhow", "clap", diff --git a/README.md b/README.md index d0baa8c2..644272b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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.6.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 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.6.2?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) This is a monorepo for an unofficial [`napi-rs`](https://napi.rs/) compiler and an [SWC](https://swc.rs/) plugin for diff --git a/apps/esbuild-unplugin-example/package.json b/apps/esbuild-unplugin-example/package.json index c1146355..ab09f767 100644 --- a/apps/esbuild-unplugin-example/package.json +++ b/apps/esbuild-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/esbuild-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple esbuild unplugin example to test @stylexswc/unplugin/esbuild", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/farm-unplugin-example/package.json b/apps/farm-unplugin-example/package.json index 8512d382..a469f836 100644 --- a/apps/farm-unplugin-example/package.json +++ b/apps/farm-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/farm-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple farm unplugin example to test @stylexswc/unplugin/farm", "private": true, "type": "module", @@ -10,10 +10,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/nextjs-example/package.json b/apps/nextjs-example/package.json index dfed03d0..df220b73 100644 --- a/apps/nextjs-example/package.json +++ b/apps/nextjs-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": true, "scripts": { "clean": "rimraf .next", @@ -16,8 +16,8 @@ "test": "pnpm test:ci" }, "dependencies": { - "@stylexswc/jest": "0.6.2-rc.5", - "@stylexswc/nextjs-plugin": "0.6.2-rc.5", + "@stylexswc/jest": "0.6.2", + "@stylexswc/nextjs-plugin": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", "next": "15.1.2", @@ -33,7 +33,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "29.7.0", "@stylexjs/eslint-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@types/node": "^22.5.1", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", diff --git a/apps/nextjs-postcss-example/package.json b/apps/nextjs-postcss-example/package.json index 2cfee654..86fe7fb9 100644 --- a/apps/nextjs-postcss-example/package.json +++ b/apps/nextjs-postcss-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-postcss-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": true, "scripts": { "clean": "rimraf .next", @@ -21,7 +21,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", - "@stylexswc/postcss-plugin": "0.6.2-rc.5", + "@stylexswc/postcss-plugin": "0.6.2", "@stylexjs/eslint-plugin": "^0.10.1", "@types/node": "^22.5.1", "@types/react": "^19.0.1", diff --git a/apps/nextjs-swc-example/package.json b/apps/nextjs-swc-example/package.json index cad51e14..89892636 100644 --- a/apps/nextjs-swc-example/package.json +++ b/apps/nextjs-swc-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-swc-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": true, "deprecated": "This example deprecated since v0.5.0. Please use @stylexswc/next-example instead.", "scripts": { @@ -22,8 +22,8 @@ }, "devDependencies": { "@stylexjs/eslint-plugin": "^0.10.1", - "@stylexswc/nextjs-swc-plugin": "0.6.2-rc.5", - "@stylexswc/swc-plugin": "0.6.2-rc.5", + "@stylexswc/nextjs-swc-plugin": "0.6.2", + "@stylexswc/swc-plugin": "0.6.2", "@types/node": "^22.5.1", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", diff --git a/apps/rollup-example/package.json b/apps/rollup-example/package.json index 411de801..7504142f 100644 --- a/apps/rollup-example/package.json +++ b/apps/rollup-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple rollup example to test @stylexswc/rollup-plugin", "private": true, "scripts": { @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "@stylexjs/stylex": "^0.10.1", - "@stylexswc/rollup-plugin": "0.6.2-rc.5" + "@stylexswc/rollup-plugin": "0.6.2" } } diff --git a/apps/rollup-unplugin-example/package.json b/apps/rollup-unplugin-example/package.json index eda0902f..6516a7a7 100644 --- a/apps/rollup-unplugin-example/package.json +++ b/apps/rollup-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple rollup unplugin example to test @stylexswc/unplugin/rollup", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/rsbuild-unplugin-example/package.json b/apps/rsbuild-unplugin-example/package.json index dd9d6bc4..3d4c021e 100644 --- a/apps/rsbuild-unplugin-example/package.json +++ b/apps/rsbuild-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rsbuild-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple rsbuild unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/rspack-unplugin-example/package.json b/apps/rspack-unplugin-example/package.json index 7f2b085b..f617dcf8 100644 --- a/apps/rspack-unplugin-example/package.json +++ b/apps/rspack-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rspack-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple rspack unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/solid-unplugin-example/package.json b/apps/solid-unplugin-example/package.json index 830fa1a1..e860e220 100644 --- a/apps/solid-unplugin-example/package.json +++ b/apps/solid-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/solid-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple solid unplugin example to test @stylexswc/unplugin/solid", "private": true, "type": "module", @@ -10,10 +10,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/vite-unplugin-example/package.json b/apps/vite-unplugin-example/package.json index 6525f919..b14caf65 100644 --- a/apps/vite-unplugin-example/package.json +++ b/apps/vite-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/vite-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple vite unplugin example to test @stylexswc/unplugin/vite", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/vue-unplugin-example/package.json b/apps/vue-unplugin-example/package.json index 9da1b548..41693ddd 100644 --- a/apps/vue-unplugin-example/package.json +++ b/apps/vue-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/vue-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple vue unplugin example to test @stylexswc/unplugin/vue", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "vue": "^3.5.12" }, "devDependencies": { diff --git a/apps/webpack-example/package.json b/apps/webpack-example/package.json index e7770ea5..6e1401dc 100644 --- a/apps/webpack-example/package.json +++ b/apps/webpack-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple webpack example to test stylexswc/webpack-plugin", "main": "./dist/index.js", "private": true, @@ -13,7 +13,7 @@ "@stylexjs/stylex": "^0.10.1" }, "devDependencies": { - "@stylexswc/webpack-plugin": "0.6.2-rc.5", + "@stylexswc/webpack-plugin": "0.6.2", "html-webpack-plugin": "^5.6.0", "webpack": "^5.94.0", "webpack-cli": "^5.1.4", diff --git a/apps/webpack-unplugin-example/package.json b/apps/webpack-unplugin-example/package.json index a46dac46..bd314031 100644 --- a/apps/webpack-unplugin-example/package.json +++ b/apps/webpack-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-unplugin-example", - "version": "0.6.2-rc.5", + "version": "0.6.2", "description": "A simple webpack unplugin example to test @stylexswc/unplugin/webpack", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.2-rc.5", + "@stylexswc/unplugin": "0.6.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/crates/stylex-path-resolver/Cargo.toml b/crates/stylex-path-resolver/Cargo.toml index 4bd32292..19714680 100644 --- a/crates/stylex-path-resolver/Cargo.toml +++ b/crates/stylex-path-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_path_resolver" -version = "0.6.2-rc.5" +version = "0.6.2" edition = "2021" rust-version = "1.82.0" description = "Path resolver for StyleX SWC plugin" diff --git a/crates/stylex-path-resolver/fixtures/application/package.json b/crates/stylex-path-resolver/fixtures/application/package.json index 1a90de6e..c9e2d765 100644 --- a/crates/stylex-path-resolver/fixtures/application/package.json +++ b/crates/stylex-path-resolver/fixtures/application/package.json @@ -1,6 +1,6 @@ { "name": "appplication", - "version": "0.6.2-rc.5", + "version": "0.6.2", "dependencies": { "stylex-lib-pnpm": "*", "@stylex/lib-exports-dist-pnpm": "*", diff --git a/crates/stylex-path-resolver/fixtures/exports/package.json b/crates/stylex-path-resolver/fixtures/exports/package.json index c3d58e04..25b85b1d 100644 --- a/crates/stylex-path-resolver/fixtures/exports/package.json +++ b/crates/stylex-path-resolver/fixtures/exports/package.json @@ -1,6 +1,6 @@ { "name": "exports-app", - "version": "0.6.2-rc.5", + "version": "0.6.2", "dependencies": { "stylex-lib-dist-main": "*", "stylex-lib-dist-module": "*", diff --git a/crates/stylex-path-resolver/fixtures/workspace/package.json b/crates/stylex-path-resolver/fixtures/workspace/package.json index 00bc1ec9..dd5a77ec 100644 --- a/crates/stylex-path-resolver/fixtures/workspace/package.json +++ b/crates/stylex-path-resolver/fixtures/workspace/package.json @@ -1,6 +1,6 @@ { "name": "workspace-app", - "version": "0.6.2-rc.5", + "version": "0.6.2", "dependencies": { "@stylex/theme-lib-main-dist": "workspace:^", "@stylex/theme-lib": "workspace:^", diff --git a/crates/stylex-path-resolver/package.json b/crates/stylex-path-resolver/package.json index 20b0f0d0..574e7c48 100644 --- a/crates/stylex-path-resolver/package.json +++ b/crates/stylex-path-resolver/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/path-resolver", "description": "SWC lib for path imports resolving for SWC StyleX plugin", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-rs-compiler/Cargo.toml b/crates/stylex-rs-compiler/Cargo.toml index c622261a..377a5597 100644 --- a/crates/stylex-rs-compiler/Cargo.toml +++ b/crates/stylex-rs-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_compiler_rs" -version = "0.6.2-rc.5" +version = "0.6.2" edition = "2021" license.workspace = true repository.workspace = true diff --git a/crates/stylex-rs-compiler/__test__/package.json b/crates/stylex-rs-compiler/__test__/package.json index e66ca23d..d651287e 100644 --- a/crates/stylex-rs-compiler/__test__/package.json +++ b/crates/stylex-rs-compiler/__test__/package.json @@ -1,4 +1,4 @@ { "type": "module", - "version": "0.6.2-rc.5" + "version": "0.6.2" } diff --git a/crates/stylex-rs-compiler/benchmark/package.json b/crates/stylex-rs-compiler/benchmark/package.json index e66ca23d..d651287e 100644 --- a/crates/stylex-rs-compiler/benchmark/package.json +++ b/crates/stylex-rs-compiler/benchmark/package.json @@ -1,4 +1,4 @@ { "type": "module", - "version": "0.6.2-rc.5" + "version": "0.6.2" } diff --git a/crates/stylex-rs-compiler/npm/darwin-arm64/package.json b/crates/stylex-rs-compiler/npm/darwin-arm64/package.json index 6e4d0d5a..c7de5b8a 100644 --- a/crates/stylex-rs-compiler/npm/darwin-arm64/package.json +++ b/crates/stylex-rs-compiler/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-darwin-arm64", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": false, "os": [ "darwin" diff --git a/crates/stylex-rs-compiler/npm/darwin-x64/package.json b/crates/stylex-rs-compiler/npm/darwin-x64/package.json index 3c9252c6..bb06bfdc 100644 --- a/crates/stylex-rs-compiler/npm/darwin-x64/package.json +++ b/crates/stylex-rs-compiler/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-darwin-x64", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": false, "os": [ "darwin" diff --git a/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json b/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json index d316d01e..8f01e17e 100644 --- a/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json +++ b/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-linux-arm64-gnu", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": false, "os": [ "linux" diff --git a/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json b/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json index 502248bc..16c73885 100644 --- a/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json +++ b/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-linux-x64-gnu", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": false, "os": [ "linux" diff --git a/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json b/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json index 8c3659f3..00dd047d 100644 --- a/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json +++ b/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-linux-x64-musl", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": false, "os": [ "linux" diff --git a/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json b/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json index 0db21836..2ef89040 100644 --- a/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json +++ b/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-win32-x64-msvc", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": false, "os": [ "win32" diff --git a/crates/stylex-rs-compiler/package.json b/crates/stylex-rs-compiler/package.json index 7c3b861f..82b98759 100644 --- a/crates/stylex-rs-compiler/package.json +++ b/crates/stylex-rs-compiler/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/rs-compiler", "description": "NAPI-RS compiler for transform StyleX code", - "version": "0.6.2-rc.5", + "version": "0.6.2", "ava": { "extensions": { "ts": "module" diff --git a/crates/stylex-shared/Cargo.toml b/crates/stylex-shared/Cargo.toml index c67086e5..afbdc813 100644 --- a/crates/stylex-shared/Cargo.toml +++ b/crates/stylex-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_shared" -version = "0.6.2-rc.5" +version = "0.6.2" edition = "2021" rust-version = "1.82.0" description = "Shared SWC tranformer for StyleX" diff --git a/crates/stylex-shared/package.json b/crates/stylex-shared/package.json index 9ed96064..984537c7 100644 --- a/crates/stylex-shared/package.json +++ b/crates/stylex-shared/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/shared", "description": "Shared code for stylex-swc-plugin and stylex-rs-compiler", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json index b7acdf03..8f14b143 100644 --- a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json +++ b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json @@ -1,4 +1,4 @@ { "name": "package_json_with_name", - "version": "0.6.2-rc.5" + "version": "0.6.2" } diff --git a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json index 4423de12..ed347386 100644 --- a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json +++ b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json @@ -1,3 +1,3 @@ { - "version": "0.6.2-rc.5" + "version": "0.6.2" } diff --git a/crates/stylex-swc-plugin/Cargo.toml b/crates/stylex-swc-plugin/Cargo.toml index 31079798..3bd1898e 100644 --- a/crates/stylex-swc-plugin/Cargo.toml +++ b/crates/stylex-swc-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_swc_plugin" -version = "0.6.2-rc.5" +version = "0.6.2" edition = "2021" rust-version = "1.82.0" description = "SWC plugin for StyleX" diff --git a/crates/stylex-swc-plugin/package.json b/crates/stylex-swc-plugin/package.json index 1a0bcf1b..3e9e2770 100644 --- a/crates/stylex-swc-plugin/package.json +++ b/crates/stylex-swc-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/swc-plugin", "description": "SWC plugin for transforming StyleX code", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-test-parser/Cargo.toml b/crates/stylex-test-parser/Cargo.toml index 738aaf61..0399873f 100644 --- a/crates/stylex-test-parser/Cargo.toml +++ b/crates/stylex-test-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_test_parser" -version = "0.6.2-rc.5" +version = "0.6.2" edition = "2021" rust-version = "1.82.0" description = "Test parser for StyleX" diff --git a/crates/stylex-test-parser/package.json b/crates/stylex-test-parser/package.json index 31f5fb21..637923a1 100644 --- a/crates/stylex-test-parser/package.json +++ b/crates/stylex-test-parser/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/test-parser", "description": "Parse origin jest stylex test files", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/package.json b/package.json index 724eb38d..70c621fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/stylexswc", - "version": "0.6.2-rc.5", + "version": "0.6.2", "private": true, "scripts": { "build": "turbo run -r build", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ffd2b823..8a54acc9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/eslint-config", - "version": "0.6.2-rc.5", + "version": "0.6.2", "dependencies": { "eslint": "^8.57.0" }, diff --git a/packages/jest/package.json b/packages/jest/package.json index 4f87464e..6b16b4e7 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/jest", "description": "Jest transformer for Stylex SWC", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" @@ -11,9 +11,9 @@ "@babel/types": "^7.23.9", "@jest/transform": "^29.7.0", "@jest/types": "^29.5.14", - "@stylexswc/eslint-config": "0.6.2-rc.5", - "@stylexswc/rs-compiler": "0.6.2-rc.5", - "@stylexswc/typescript-config": "0.6.2-rc.5" + "@stylexswc/eslint-config": "0.6.2", + "@stylexswc/rs-compiler": "0.6.2", + "@stylexswc/typescript-config": "0.6.2" }, "files": [ "dist" diff --git a/packages/nextjs-plugin/package.json b/packages/nextjs-plugin/package.json index 295f46e8..a4b5296f 100644 --- a/packages/nextjs-plugin/package.json +++ b/packages/nextjs-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/nextjs-plugin", "description": "StyleX NextJS plugin with NAPI-RS compiler", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,10 +9,10 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.2-rc.5", - "@stylexswc/rs-compiler": "0.6.2-rc.5", - "@stylexswc/typescript-config": "0.6.2-rc.5", - "@stylexswc/webpack-plugin": "0.6.2-rc.5", + "@stylexswc/eslint-config": "0.6.2", + "@stylexswc/rs-compiler": "0.6.2", + "@stylexswc/typescript-config": "0.6.2", + "@stylexswc/webpack-plugin": "0.6.2", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "next": "^15.1.2", diff --git a/packages/nextjs-swc-plugin/package.json b/packages/nextjs-swc-plugin/package.json index d60b6baf..8c46cca1 100644 --- a/packages/nextjs-swc-plugin/package.json +++ b/packages/nextjs-swc-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/nextjs-swc-plugin", "description": "StyleX NextJS plugin with swc plugin", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" @@ -13,10 +13,10 @@ "deprecated": "Package deprecated since v0.5.0. Please use @stylexswc/nextjs-plugin instead. This package will be removed in the next minor release.", "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.2-rc.5", - "@stylexswc/swc-plugin": "0.6.2-rc.5", - "@stylexswc/typescript-config": "0.6.2-rc.5", - "@stylexswc/webpack-plugin": "0.6.2-rc.5", + "@stylexswc/eslint-config": "0.6.2", + "@stylexswc/swc-plugin": "0.6.2", + "@stylexswc/typescript-config": "0.6.2", + "@stylexswc/webpack-plugin": "0.6.2", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "next": "^15.1.2", diff --git a/packages/postcss-plugin/package.json b/packages/postcss-plugin/package.json index fabc8dbf..01be8c9d 100644 --- a/packages/postcss-plugin/package.json +++ b/packages/postcss-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/postcss-plugin", "description": "StyleX PostCSS plugin with NAPI-RS compiler", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" @@ -16,9 +16,9 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.2-rc.5", - "@stylexswc/rs-compiler": "0.6.2-rc.5", - "@stylexswc/typescript-config": "0.6.2-rc.5", + "@stylexswc/eslint-config": "0.6.2", + "@stylexswc/rs-compiler": "0.6.2", + "@stylexswc/typescript-config": "0.6.2", "@types/babel__core": "^7.20.5", "@types/glob-parent": "^5.1.3", "@types/is-glob": "^4.0.4", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index df8b1454..6665f8cb 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/rollup-plugin", "description": "StyleX rollup plugin with NAPI-RS compiler", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" @@ -12,7 +12,7 @@ "lightningcss": "^1.27.0" }, "devDependencies": { - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "@types/node": "^22.5.1", "browserslist": "^4.24.2", "rollup": "^4.25.0" diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 8b8b2363..c766e71e 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/typescript-config", - "version": "0.6.2-rc.5", + "version": "0.6.2", "license": "MIT", "private": true, "publishConfig": { diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index fc755b3a..f3d7f97b 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/unplugin", "type": "module", - "version": "0.6.2-rc.5", + "version": "0.6.2", "packageManager": "pnpm@9.9.0", "description": "Unplugin for StyleX RS compiler", "license": "MIT", @@ -146,7 +146,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.2-rc.5", + "@stylexswc/rs-compiler": "0.6.2", "unplugin": "^1.16.1", "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7" diff --git a/packages/unplugin/playground/package.json b/packages/unplugin/playground/package.json index e4c5d118..5175acbc 100644 --- a/packages/unplugin/playground/package.json +++ b/packages/unplugin/playground/package.json @@ -7,5 +7,5 @@ "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7" }, - "version": "0.6.2-rc.5" + "version": "0.6.2" } diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 80f77f0d..91b883e7 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/webpack-plugin", "description": "StyleX webpack plugin with NAPI-RS compiler", - "version": "0.6.2-rc.5", + "version": "0.6.2", "config": { "scripty": { "path": "../../scripts/packages" @@ -13,9 +13,9 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.2-rc.5", - "@stylexswc/rs-compiler": "0.6.2-rc.5", - "@stylexswc/typescript-config": "0.6.2-rc.5", + "@stylexswc/eslint-config": "0.6.2", + "@stylexswc/rs-compiler": "0.6.2", + "@stylexswc/typescript-config": "0.6.2", "@types/babel__core": "^7.20.5", "@types/loader-utils": "^2.0.6", "@types/node": "^22.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85e7ec94..3a28bfa9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,10 +79,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -110,10 +110,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -150,10 +150,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/jest': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/jest '@stylexswc/nextjs-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/nextjs-plugin next: specifier: 15.1.2 @@ -169,7 +169,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@swc/jest': specifier: ^0.2.37 @@ -239,7 +239,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/postcss-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/postcss-plugin '@types/node': specifier: ^22.5.1 @@ -291,10 +291,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/nextjs-swc-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/nextjs-swc-plugin '@stylexswc/swc-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-swc-plugin '@types/node': specifier: ^22.5.1 @@ -327,7 +327,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rollup-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/rollup-plugin apps/rollup-unplugin-example: @@ -339,10 +339,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -382,10 +382,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -416,10 +416,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -456,10 +456,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -490,10 +490,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -524,10 +524,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin vue: specifier: ^3.5.12 @@ -556,7 +556,7 @@ importers: version: 0.10.1 devDependencies: '@stylexswc/webpack-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/webpack-plugin css-loader: specifier: ^7.1.2 @@ -583,10 +583,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -763,13 +763,13 @@ importers: specifier: ^29.5.14 version: 29.6.3 '@stylexswc/eslint-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../typescript-config packages/nextjs-plugin: @@ -778,16 +778,16 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../typescript-config '@stylexswc/webpack-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../webpack-plugin '@types/babel__core': specifier: ^7.20.5 @@ -821,16 +821,16 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../eslint-config '@stylexswc/swc-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-swc-plugin '@stylexswc/typescript-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../typescript-config '@stylexswc/webpack-plugin': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../webpack-plugin '@types/babel__core': specifier: ^7.20.5 @@ -876,13 +876,13 @@ importers: specifier: ^7.23.9 version: 7.26.0 '@stylexswc/eslint-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -910,7 +910,7 @@ importers: version: 1.27.0 devDependencies: '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@types/node': specifier: ^22.5.1 @@ -933,7 +933,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler esbuild: specifier: '*' @@ -1001,13 +1001,13 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.6.2-rc.5 + specifier: 0.6.2 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5