From 7b08316b5f79cf33129769b3e9e46a8665cbb811 Mon Sep 17 00:00:00 2001 From: Dwlad90 <22377836+Dwlad90@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:00:27 +0000 Subject: [PATCH] Bump version to 0.6.4 --- Cargo.lock | 8 +- README.md | 2 +- apps/esbuild-unplugin-example/package.json | 8 +- apps/farm-unplugin-example/package.json | 8 +- apps/nextjs-example/package.json | 10 +- apps/nextjs-postcss-example/package.json | 12 +- apps/rollup-example/package.json | 4 +- apps/rollup-unplugin-example/package.json | 8 +- apps/rsbuild-unplugin-example/package.json | 8 +- apps/rspack-unplugin-example/package.json | 8 +- apps/solid-unplugin-example/package.json | 8 +- apps/vite-unplugin-example/package.json | 8 +- apps/vue-unplugin-example/package.json | 8 +- apps/webpack-example/package.json | 4 +- apps/webpack-unplugin-example/package.json | 8 +- crates/stylex-path-resolver/Cargo.toml | 2 +- .../application-npm/apps/web/package.json | 2 +- .../fixtures/application-npm/package.json | 2 +- .../fixtures/application-pnpm/package.json | 2 +- .../fixtures/exports/package.json | 2 +- .../workspace-npm/apps/web/package.json | 2 +- .../fixtures/workspace-pnpm/package.json | 2 +- crates/stylex-path-resolver/package.json | 2 +- crates/stylex-rs-compiler/Cargo.toml | 2 +- .../stylex-rs-compiler/__test__/package.json | 2 +- .../stylex-rs-compiler/benchmark/package.json | 2 +- .../npm/darwin-arm64/package.json | 2 +- .../npm/darwin-x64/package.json | 2 +- .../npm/linux-arm64-gnu/package.json | 2 +- .../npm/linux-x64-gnu/package.json | 2 +- .../npm/linux-x64-musl/package.json | 2 +- .../npm/win32-x64-msvc/package.json | 2 +- crates/stylex-rs-compiler/package.json | 4 +- crates/stylex-shared/Cargo.toml | 2 +- crates/stylex-shared/package.json | 4 +- .../package_json_with_name/package.json | 2 +- .../package_json_without_name/package.json | 2 +- crates/stylex-test-parser/Cargo.toml | 2 +- crates/stylex-test-parser/package.json | 2 +- package.json | 2 +- packages/design-system/package.json | 4 +- packages/eslint-config/package.json | 2 +- packages/jest/package.json | 8 +- packages/nextjs-plugin/package.json | 10 +- packages/postcss-plugin/package.json | 8 +- packages/rollup-plugin/package.json | 4 +- packages/typescript-config/package.json | 2 +- packages/unplugin/package.json | 4 +- packages/unplugin/playground/package.json | 2 +- packages/webpack-plugin/package.json | 8 +- pnpm-lock.yaml | 112 +++++++++--------- 51 files changed, 165 insertions(+), 165 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a447ff3..8e7631a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2094,7 +2094,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "stylex_compiler_rs" -version = "0.6.4-rc.2" +version = "0.6.4" dependencies = [ "color-backtrace", "log", @@ -2112,7 +2112,7 @@ dependencies = [ [[package]] name = "stylex_path_resolver" -version = "0.6.4-rc.2" +version = "0.6.4" dependencies = [ "anyhow", "color-backtrace", @@ -2134,7 +2134,7 @@ dependencies = [ [[package]] name = "stylex_shared" -version = "0.6.4-rc.2" +version = "0.6.4" dependencies = [ "anyhow", "color-backtrace", @@ -2167,7 +2167,7 @@ dependencies = [ [[package]] name = "stylex_test_parser" -version = "0.6.4-rc.2" +version = "0.6.4" dependencies = [ "anyhow", "clap", diff --git a/README.md b/README.md index 11b188d7..cb827e7e 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.3?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.4?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 53363fa5..d04236cc 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.4-rc.2", + "version": "0.6.4", "description": "A simple esbuild unplugin example to test @stylexswc/unplugin/esbuild", "private": true, "scripts": { @@ -9,11 +9,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "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 86a24765..fbe7cb2a 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.4-rc.2", + "version": "0.6.4", "description": "A simple farm unplugin example to test @stylexswc/unplugin/farm", "private": true, "type": "module", @@ -10,11 +10,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/nextjs-example/package.json b/apps/nextjs-example/package.json index 9c0e6583..de8e2703 100644 --- a/apps/nextjs-example/package.json +++ b/apps/nextjs-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-example", - "version": "0.6.4-rc.2", + "version": "0.6.4", "private": true, "scripts": { "clean": "rimraf .next", @@ -16,9 +16,9 @@ "test": "pnpm test:ci" }, "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/jest": "0.6.4-rc.2", - "@stylexswc/nextjs-plugin": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/jest": "0.6.4", + "@stylexswc/nextjs-plugin": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", "next": "15.1.2", @@ -34,7 +34,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "29.7.0", "@stylexjs/eslint-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/rs-compiler": "0.6.4", "@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 8152a949..2d7327a9 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.4-rc.2", + "version": "0.6.4", "private": true, "scripts": { "clean": "rimraf .next", @@ -16,9 +16,9 @@ "test": "pnpm test:ci" }, "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/jest": "0.6.4-rc.2", - "@stylexswc/nextjs-plugin": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/jest": "0.6.4", + "@stylexswc/nextjs-plugin": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", "next": "15.1.2", @@ -27,7 +27,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", - "@stylexswc/postcss-plugin": "0.6.4-rc.2", + "@stylexswc/postcss-plugin": "0.6.4", "jest-chain-transform": "^0.0.8", "@swc/jest": "^0.2.37", "@testing-library/jest-dom": "^6.6.3", @@ -36,7 +36,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "29.7.0", "@stylexjs/eslint-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/rs-compiler": "0.6.4", "@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 feed973a..1ed25ae4 100644 --- a/apps/rollup-example/package.json +++ b/apps/rollup-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-example", - "version": "0.6.4-rc.2", + "version": "0.6.4", "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.4-rc.2" + "@stylexswc/rollup-plugin": "0.6.4" } } diff --git a/apps/rollup-unplugin-example/package.json b/apps/rollup-unplugin-example/package.json index 1419c611..2a47c831 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.4-rc.2", + "version": "0.6.4", "description": "A simple rollup unplugin example to test @stylexswc/unplugin/rollup", "private": true, "scripts": { @@ -9,11 +9,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "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 9f8cfc7b..d15ddc7b 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.4-rc.2", + "version": "0.6.4", "description": "A simple rsbuild unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -9,11 +9,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "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 9926111f..ef921e76 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.4-rc.2", + "version": "0.6.4", "description": "A simple rspack unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -9,11 +9,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "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 c104f2b1..fa8b4d99 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.4-rc.2", + "version": "0.6.4", "description": "A simple solid unplugin example to test @stylexswc/unplugin/solid", "private": true, "type": "module", @@ -10,11 +10,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "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 1a397530..eef77973 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.4-rc.2", + "version": "0.6.4", "description": "A simple vite unplugin example to test @stylexswc/unplugin/vite", "private": true, "scripts": { @@ -9,11 +9,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "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 2d629c55..df49487c 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.4-rc.2", + "version": "0.6.4", "description": "A simple vue unplugin example to test @stylexswc/unplugin/vue", "private": true, "scripts": { @@ -9,11 +9,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "vue": "^3.5.12" }, "devDependencies": { diff --git a/apps/webpack-example/package.json b/apps/webpack-example/package.json index 58bb74dd..cacdaf38 100644 --- a/apps/webpack-example/package.json +++ b/apps/webpack-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-example", - "version": "0.6.4-rc.2", + "version": "0.6.4", "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.4-rc.2", + "@stylexswc/webpack-plugin": "0.6.4", "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 e363ded3..43452f48 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.4-rc.2", + "version": "0.6.4", "description": "A simple webpack unplugin example to test @stylexswc/unplugin/webpack", "private": true, "scripts": { @@ -9,11 +9,11 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/design-system": "0.6.4-rc.2", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/design-system": "0.6.4", + "@stylexswc/rs-compiler": "0.6.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.4-rc.2", + "@stylexswc/unplugin": "0.6.4", "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 947bdbb4..e3ba6493 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.4-rc.2" +version = "0.6.4" edition = "2021" rust-version = "1.84.1" description = "Path resolver for StyleX SWC plugin" diff --git a/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json b/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json index e752134e..67a81222 100644 --- a/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json +++ b/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "application-npm", - "version": "0.6.4-rc.2", + "version": "0.6.4", "dependencies": { "stylex-lib-pnpm": "*", "@stylex/lib-exports-dist-pnpm": "*", diff --git a/crates/stylex-path-resolver/fixtures/application-npm/package.json b/crates/stylex-path-resolver/fixtures/application-npm/package.json index ef2b08d7..13be2010 100644 --- a/crates/stylex-path-resolver/fixtures/application-npm/package.json +++ b/crates/stylex-path-resolver/fixtures/application-npm/package.json @@ -1,6 +1,6 @@ { "name": "application-pnpm", - "version": "0.6.4-rc.2", + "version": "0.6.4", "workspaces": [ "apps/*", "packages/*" diff --git a/crates/stylex-path-resolver/fixtures/application-pnpm/package.json b/crates/stylex-path-resolver/fixtures/application-pnpm/package.json index 880da424..bfcfd0fd 100644 --- a/crates/stylex-path-resolver/fixtures/application-pnpm/package.json +++ b/crates/stylex-path-resolver/fixtures/application-pnpm/package.json @@ -1,6 +1,6 @@ { "name": "application-pnpm", - "version": "0.6.4-rc.2", + "version": "0.6.4", "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 4baa1d2e..41c0e2ae 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.4-rc.2", + "version": "0.6.4", "dependencies": { "stylex-lib-dist-main": "*", "stylex-lib-dist-module": "*", diff --git a/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json b/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json index 20ca3f38..34d8e3af 100644 --- a/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json +++ b/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "workspace-app", - "version": "0.6.4-rc.2", + "version": "0.6.4", "dependencies": { "@stylex/theme-lib-main-dist": "workspace:^", "@stylex/theme-lib": "workspace:^", diff --git a/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json b/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json index 20ca3f38..34d8e3af 100644 --- a/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json +++ b/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json @@ -1,6 +1,6 @@ { "name": "workspace-app", - "version": "0.6.4-rc.2", + "version": "0.6.4", "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 d3f9423c..054c3c84 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.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-rs-compiler/Cargo.toml b/crates/stylex-rs-compiler/Cargo.toml index c260e0fc..02871a15 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.4-rc.2" +version = "0.6.4" 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 46716fb7..dc259b1d 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.4-rc.2" + "version": "0.6.4" } diff --git a/crates/stylex-rs-compiler/benchmark/package.json b/crates/stylex-rs-compiler/benchmark/package.json index 46716fb7..dc259b1d 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.4-rc.2" + "version": "0.6.4" } diff --git a/crates/stylex-rs-compiler/npm/darwin-arm64/package.json b/crates/stylex-rs-compiler/npm/darwin-arm64/package.json index 2813f412..ec406bd2 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.4-rc.2", + "version": "0.6.4", "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 8b945b74..f66b913d 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.4-rc.2", + "version": "0.6.4", "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 4b607a54..20988923 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.4-rc.2", + "version": "0.6.4", "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 059c57df..7c7b9bd9 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.4-rc.2", + "version": "0.6.4", "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 d285bae1..82677a61 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.4-rc.2", + "version": "0.6.4", "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 aa9cd636..7077f81c 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.4-rc.2", + "version": "0.6.4", "private": false, "os": [ "win32" diff --git a/crates/stylex-rs-compiler/package.json b/crates/stylex-rs-compiler/package.json index 953d6988..724c6239 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.4-rc.2", + "version": "0.6.4", "ava": { "extensions": { "ts": "module" @@ -25,7 +25,7 @@ "@napi-rs/cli": "^2.18.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/shared": "0.6.4-rc.2", + "@stylexswc/shared": "0.6.4", "@swc-node/register": "^1.10.6", "@swc/core": "^1.6.13", "@taplo/cli": "^0.7.0", diff --git a/crates/stylex-shared/Cargo.toml b/crates/stylex-shared/Cargo.toml index 60ea9690..bfa7c0db 100644 --- a/crates/stylex-shared/Cargo.toml +++ b/crates/stylex-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_shared" -version = "0.6.4-rc.2" +version = "0.6.4" edition = "2021" rust-version = "1.84.1" description = "Shared SWC tranformer for StyleX" diff --git a/crates/stylex-shared/package.json b/crates/stylex-shared/package.json index 1d6c6308..47c60d34 100644 --- a/crates/stylex-shared/package.json +++ b/crates/stylex-shared/package.json @@ -1,14 +1,14 @@ { "name": "@stylexswc/shared", "description": "Shared code for stylex-swc-plugin and stylex-rs-compiler", - "version": "0.6.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" } }, "devDependencies": { - "@stylexswc/path-resolver": "0.6.4-rc.2", + "@stylexswc/path-resolver": "0.6.4", "@taplo/cli": "^0.7.0", "npm-run-all2": "^6.2.2", "prettier": "^3.3.3" 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 b3605546..2e11b692 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.4-rc.2" + "version": "0.6.4" } 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 05fc2da9..c92779da 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.4-rc.2" + "version": "0.6.4" } diff --git a/crates/stylex-test-parser/Cargo.toml b/crates/stylex-test-parser/Cargo.toml index 0eb1b2e0..34d0ad6e 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.4-rc.2" +version = "0.6.4" edition = "2021" rust-version = "1.84.1" description = "Test parser for StyleX" diff --git a/crates/stylex-test-parser/package.json b/crates/stylex-test-parser/package.json index 73326563..e968720e 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.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/package.json b/package.json index 2c1fb6b7..b4482642 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/stylexswc", - "version": "0.6.4-rc.2", + "version": "0.6.4", "private": true, "scripts": { "build": "turbo run build", diff --git a/packages/design-system/package.json b/packages/design-system/package.json index ae217948..296d8257 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/design-system", "description": "A design system for stylex workspace examples", - "version": "0.6.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,7 +9,7 @@ }, "dependencies": { "@stylexjs/stylex": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/rs-compiler": "0.6.4", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index dd61a4a0..f22ee2c0 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/eslint-config", - "version": "0.6.4-rc.2", + "version": "0.6.4", "dependencies": { "eslint": "^8.57.0" }, diff --git a/packages/jest/package.json b/packages/jest/package.json index 1eb31cfb..f36f8751 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,21 +1,21 @@ { "name": "@stylexswc/jest", "description": "Jest transformer for Stylex SWC", - "version": "0.6.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" } }, "dependencies": { - "@stylexswc/rs-compiler": "0.6.4-rc.2" + "@stylexswc/rs-compiler": "0.6.4" }, "devDependencies": { "@babel/types": "^7.23.9", "@jest/transform": "^29.7.0", "@jest/types": "^29.5.14", - "@stylexswc/eslint-config": "0.6.4-rc.2", - "@stylexswc/typescript-config": "0.6.4-rc.2" + "@stylexswc/eslint-config": "0.6.4", + "@stylexswc/typescript-config": "0.6.4" }, "files": [ "dist" diff --git a/packages/nextjs-plugin/package.json b/packages/nextjs-plugin/package.json index b5004fb0..102e8400 100644 --- a/packages/nextjs-plugin/package.json +++ b/packages/nextjs-plugin/package.json @@ -1,20 +1,20 @@ { "name": "@stylexswc/nextjs-plugin", "description": "StyleX NextJS plugin with NAPI-RS compiler", - "version": "0.6.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" } }, "dependencies": { - "@stylexswc/rs-compiler": "0.6.4-rc.2", - "@stylexswc/webpack-plugin": "0.6.4-rc.2" + "@stylexswc/rs-compiler": "0.6.4", + "@stylexswc/webpack-plugin": "0.6.4" }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.4-rc.2", - "@stylexswc/typescript-config": "0.6.4-rc.2", + "@stylexswc/eslint-config": "0.6.4", + "@stylexswc/typescript-config": "0.6.4", "@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 c81c95d8..43e3dbba 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.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,7 +9,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/rs-compiler": "0.6.4", "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", @@ -17,8 +17,8 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.4-rc.2", - "@stylexswc/typescript-config": "0.6.4-rc.2", + "@stylexswc/eslint-config": "0.6.4", + "@stylexswc/typescript-config": "0.6.4", "@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 4b9603ea..33787a52 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.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,7 +9,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/rs-compiler": "0.6.4", "lightningcss": "^1.27.0" }, "devDependencies": { diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index c3426825..ad484c2f 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/typescript-config", - "version": "0.6.4-rc.2", + "version": "0.6.4", "license": "MIT", "private": true, "publishConfig": { diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 6829bac7..5cfe6844 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/unplugin", "type": "module", - "version": "0.6.4-rc.2", + "version": "0.6.4", "packageManager": "pnpm@9.15.4", "description": "Unplugin for StyleX RS compiler", "license": "MIT", @@ -147,7 +147,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/rs-compiler": "0.6.4", "unplugin": "^1.16.1", "vite": "^5.4.12", "vite-plugin-inspect": "^0.8.7" diff --git a/packages/unplugin/playground/package.json b/packages/unplugin/playground/package.json index cff0256f..e74b740a 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.4-rc.2" + "version": "0.6.4" } diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 21cbeb10..eb509679 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.4-rc.2", + "version": "0.6.4", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,13 +9,13 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.4-rc.2", + "@stylexswc/rs-compiler": "0.6.4", "loader-utils": "^3.3.1" }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.4-rc.2", - "@stylexswc/typescript-config": "0.6.4-rc.2", + "@stylexswc/eslint-config": "0.6.4", + "@stylexswc/typescript-config": "0.6.4", "@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 7c5dcddb..6cc2857f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,13 +84,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -118,13 +118,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -161,13 +161,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/jest': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/jest '@stylexswc/nextjs-plugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/nextjs-plugin next: specifier: 15.1.2 @@ -183,7 +183,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@swc/jest': specifier: ^0.2.37 @@ -240,13 +240,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/jest': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/jest '@stylexswc/nextjs-plugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/nextjs-plugin next: specifier: 15.1.2 @@ -262,10 +262,10 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/postcss-plugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/postcss-plugin '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@swc/jest': specifier: ^0.2.37 @@ -322,7 +322,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rollup-plugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/rollup-plugin apps/rollup-unplugin-example: @@ -334,13 +334,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -380,13 +380,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -417,13 +417,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -460,13 +460,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -500,13 +500,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -537,13 +537,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin vue: specifier: ^3.5.12 @@ -572,7 +572,7 @@ importers: version: 0.10.1 devDependencies: '@stylexswc/webpack-plugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/webpack-plugin css-loader: specifier: ^7.1.2 @@ -599,13 +599,13 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/design-system': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -663,7 +663,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/shared': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../stylex-shared '@swc-node/register': specifier: ^1.10.6 @@ -711,7 +711,7 @@ importers: crates/stylex-shared: devDependencies: '@stylexswc/path-resolver': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../stylex-path-resolver '@taplo/cli': specifier: ^0.7.0 @@ -741,7 +741,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler react: specifier: ^19.0.0 @@ -785,7 +785,7 @@ importers: packages/jest: dependencies: '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler next: specifier: '>=14.0.0' @@ -801,29 +801,29 @@ importers: specifier: ^29.5.14 version: 29.6.3 '@stylexswc/eslint-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../typescript-config packages/nextjs-plugin: dependencies: '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler '@stylexswc/webpack-plugin': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../webpack-plugin devDependencies: '@babel/types': specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -853,7 +853,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler fast-glob: specifier: ^3.3.2 @@ -872,10 +872,10 @@ importers: specifier: ^7.23.9 version: 7.26.0 '@stylexswc/eslint-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -899,7 +899,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler lightningcss: specifier: ^1.27.0 @@ -926,7 +926,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler esbuild: specifier: '*' @@ -987,7 +987,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../../crates/stylex-rs-compiler loader-utils: specifier: ^3.3.1 @@ -997,10 +997,10 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.4-rc.2 + specifier: 0.6.4 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5