From 0432af76f269aa4e614235ee8cdce939207460a5 Mon Sep 17 00:00:00 2001 From: Dwlad90 Date: Mon, 25 Nov 2024 00:50:03 +0200 Subject: [PATCH] chore: bump version to 0.4.4-rc.3 --- apps/esbuild-unplugin-example/package.json | 6 +- apps/farm-unplugin-example/package.json | 6 +- apps/nextjs-example/package.json | 6 +- apps/nextjs-swc-example/package.json | 6 +- apps/rollup-example/package.json | 4 +- apps/rollup-unplugin-example/package.json | 6 +- apps/rsbuild-unplugin-example/package.json | 6 +- apps/rspack-unplugin-example/package.json | 6 +- apps/solid-unplugin-example/package.json | 6 +- apps/vite-unplugin-example/package.json | 6 +- apps/vue-unplugin-example/package.json | 6 +- apps/webpack-example/package.json | 4 +- apps/webpack-unplugin-example/package.json | 6 +- crates/stylex-path-resolver/Cargo.toml | 2 +- crates/stylex-path-resolver/package.json | 2 +- crates/stylex-rs-compiler/Cargo.toml | 2 +- crates/stylex-rs-compiler/package.json | 2 +- crates/stylex-shared/Cargo.toml | 2 +- crates/stylex-shared/package.json | 2 +- crates/stylex-swc-plugin/Cargo.toml | 2 +- crates/stylex-swc-plugin/package.json | 2 +- crates/stylex-test-parser/Cargo.toml | 2 +- crates/stylex-test-parser/package.json | 2 +- package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/nextjs-plugin/package.json | 8 +-- packages/nextjs-swc-plugin/package.json | 6 +- packages/rollup-plugin/package.json | 4 +- packages/typescript-config/package.json | 2 +- packages/unplugin/package.json | 4 +- packages/webpack-plugin/package.json | 8 +-- pnpm-lock.yaml | 68 +++++++++++----------- 32 files changed, 99 insertions(+), 99 deletions(-) diff --git a/apps/esbuild-unplugin-example/package.json b/apps/esbuild-unplugin-example/package.json index 3400b5ce..3a5da4f7 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/apps/farm-unplugin-example/package.json b/apps/farm-unplugin-example/package.json index 53c0a2e3..d239dc1c 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/apps/nextjs-example/package.json b/apps/nextjs-example/package.json index 888ec306..a0f6a7d5 100644 --- a/apps/nextjs-example/package.json +++ b/apps/nextjs-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-example", - "version": "0.4.4-rc.2", + "version": "0.4.4-rc.3", "private": true, "scripts": { "clean": "rimraf .next", @@ -22,8 +22,8 @@ }, "devDependencies": { "@stylexjs/eslint-plugin": "^0.9.3", - "@stylexswc/nextjs-plugin": "0.4.4-rc.2", - "@stylexswc/rs-compiler": "0.4.4-rc.2", + "@stylexswc/nextjs-plugin": "0.4.4-rc.3", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@types/node": "^22.5.1", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", diff --git a/apps/nextjs-swc-example/package.json b/apps/nextjs-swc-example/package.json index 32630794..2382752d 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.4.4-rc.2", + "version": "0.4.4-rc.3", "private": true, "scripts": { "clean": "rimraf .next", @@ -22,8 +22,8 @@ }, "devDependencies": { "@stylexjs/eslint-plugin": "^0.9.3", - "@stylexswc/nextjs-swc-plugin": "0.4.4-rc.2", - "@stylexswc/swc-plugin": "0.4.4-rc.2", + "@stylexswc/nextjs-swc-plugin": "0.4.4-rc.3", + "@stylexswc/swc-plugin": "0.4.4-rc.3", "@types/node": "^22.5.1", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", diff --git a/apps/rollup-example/package.json b/apps/rollup-example/package.json index 6a9cf13f..52a8c4ff 100644 --- a/apps/rollup-example/package.json +++ b/apps/rollup-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-example", - "version": "0.4.4-rc.2", + "version": "0.4.4-rc.3", "description": "A simple rollup example to test @stylexswc/rollup-plugin", "private": true, "scripts": { @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "@stylexjs/stylex": "^0.9.3", - "@stylexswc/rollup-plugin": "0.4.4-rc.2" + "@stylexswc/rollup-plugin": "0.4.4-rc.3" } } diff --git a/apps/rollup-unplugin-example/package.json b/apps/rollup-unplugin-example/package.json index 4dbced73..2473ae17 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/apps/rsbuild-unplugin-example/package.json b/apps/rsbuild-unplugin-example/package.json index cacd04b7..d8498bc2 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/apps/rspack-unplugin-example/package.json b/apps/rspack-unplugin-example/package.json index 86f6b0a9..c18cc056 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/apps/solid-unplugin-example/package.json b/apps/solid-unplugin-example/package.json index 88f6cd76..fb2d9b97 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/apps/vite-unplugin-example/package.json b/apps/vite-unplugin-example/package.json index ff0dc82e..b76ae8c7 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/apps/vue-unplugin-example/package.json b/apps/vue-unplugin-example/package.json index 8681c3d4..320e20e0 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "vue": "^3.5.12" }, "devDependencies": { diff --git a/apps/webpack-example/package.json b/apps/webpack-example/package.json index 7357542b..8b08624e 100644 --- a/apps/webpack-example/package.json +++ b/apps/webpack-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-example", - "version": "0.4.4-rc.2", + "version": "0.4.4-rc.3", "description": "A simple webpack example to test stylexswc/webpack-plugin", "main": "./dist/index.js", "private": true, @@ -13,7 +13,7 @@ "@stylexjs/stylex": "^0.9.3" }, "devDependencies": { - "@stylexswc/webpack-plugin": "0.4.4-rc.2", + "@stylexswc/webpack-plugin": "0.4.4-rc.3", "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 7cbf3844..03792a1f 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.4.4-rc.2", + "version": "0.4.4-rc.3", "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.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.4.4-rc.2", + "@stylexswc/unplugin": "0.4.4-rc.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/crates/stylex-path-resolver/Cargo.toml b/crates/stylex-path-resolver/Cargo.toml index 6846737f..927fddc4 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.4.4-rc.2" +version = "0.4.4-rc.3" edition = "2021" rust-version = "1.82.0" description = "Path resolver for StyleX SWC plugin" diff --git a/crates/stylex-path-resolver/package.json b/crates/stylex-path-resolver/package.json index 069d6557..312621dd 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-rs-compiler/Cargo.toml b/crates/stylex-rs-compiler/Cargo.toml index d48517ee..d788380f 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.4.4-rc.2" +version = "0.4.4-rc.3" edition = "2021" license.workspace = true repository.workspace = true diff --git a/crates/stylex-rs-compiler/package.json b/crates/stylex-rs-compiler/package.json index 64309d6a..c058ed7c 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.4.4-rc.2", + "version": "0.4.4-rc.3", "ava": { "extensions": { "ts": "module" diff --git a/crates/stylex-shared/Cargo.toml b/crates/stylex-shared/Cargo.toml index 08cd3b92..9faf51a7 100644 --- a/crates/stylex-shared/Cargo.toml +++ b/crates/stylex-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_shared" -version = "0.4.4-rc.2" +version = "0.4.4-rc.3" 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 20439734..24cc5b91 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-swc-plugin/Cargo.toml b/crates/stylex-swc-plugin/Cargo.toml index ff977e92..53364899 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.4.4-rc.2" +version = "0.4.4-rc.3" 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 c8a8051a..f2ee40cc 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-test-parser/Cargo.toml b/crates/stylex-test-parser/Cargo.toml index fe27d54d..42f45fab 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.4.4-rc.2" +version = "0.4.4-rc.3" 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 747dc551..f43084a6 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/package.json b/package.json index adeb381d..d2976394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/stylexswc", - "version": "0.4.4-rc.2", + "version": "0.4.4-rc.3", "private": true, "scripts": { "build": "pnpm run -r build", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f3d6d1a0..277eafac 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/eslint-config", - "version": "0.4.4-rc.2", + "version": "0.4.4-rc.3", "dependencies": { "eslint": "^8.57.0" }, diff --git a/packages/nextjs-plugin/package.json b/packages/nextjs-plugin/package.json index dd51e768..66692fae 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" @@ -12,9 +12,9 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.4.4-rc.2", - "@stylexswc/rs-compiler": "0.4.4-rc.2", - "@stylexswc/typescript-config": "0.4.4-rc.2", + "@stylexswc/eslint-config": "0.4.4-rc.3", + "@stylexswc/rs-compiler": "0.4.4-rc.3", + "@stylexswc/typescript-config": "0.4.4-rc.3", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "next": "^14.2.10", diff --git a/packages/nextjs-swc-plugin/package.json b/packages/nextjs-swc-plugin/package.json index ae813048..51a42e7b 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" @@ -12,8 +12,8 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.4.4-rc.2", - "@stylexswc/typescript-config": "0.4.4-rc.2", + "@stylexswc/eslint-config": "0.4.4-rc.3", + "@stylexswc/typescript-config": "0.4.4-rc.3", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "next": "^14.2.10", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 38fbe7be..26c8b6e4 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,7 +9,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.9.3", - "@stylexswc/rs-compiler": "0.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "lightningcss": "^1.27.0" }, "devDependencies": { diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index b87f769b..872e13aa 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/typescript-config", - "version": "0.4.4-rc.2", + "version": "0.4.4-rc.3", "license": "MIT", "private": true, "publishConfig": { diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index d73addac..da7bce9b 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/unplugin", "type": "module", - "version": "0.4.4-rc.2", + "version": "0.4.4-rc.3", "packageManager": "pnpm@9.9.0", "description": "Unplugin for StyleX RS compiler", "license": "MIT", @@ -142,7 +142,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.9.3", - "@stylexswc/rs-compiler": "0.4.4-rc.2", + "@stylexswc/rs-compiler": "0.4.4-rc.3", "unplugin": "^1.12.2", "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7" diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 4be63d1c..9c38c376 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.4.4-rc.2", + "version": "0.4.4-rc.3", "config": { "scripty": { "path": "../../scripts/packages" @@ -12,9 +12,9 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.4.4-rc.2", - "@stylexswc/rs-compiler": "0.4.4-rc.2", - "@stylexswc/typescript-config": "0.4.4-rc.2", + "@stylexswc/eslint-config": "0.4.4-rc.3", + "@stylexswc/rs-compiler": "0.4.4-rc.3", + "@stylexswc/typescript-config": "0.4.4-rc.3", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "webpack": "^5.94.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9abcc0a9..71e3d455 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,10 +67,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -98,10 +98,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -154,10 +154,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/nextjs-plugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/nextjs-plugin '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@types/node': specifier: ^22.5.1 @@ -209,10 +209,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/nextjs-swc-plugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/nextjs-swc-plugin '@stylexswc/swc-plugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-swc-plugin '@types/node': specifier: ^22.5.1 @@ -245,7 +245,7 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rollup-plugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/rollup-plugin apps/rollup-unplugin-example: @@ -257,10 +257,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -300,10 +300,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -334,10 +334,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -368,10 +368,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -402,10 +402,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -436,10 +436,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin vue: specifier: ^3.5.12 @@ -468,7 +468,7 @@ importers: version: 0.9.3 devDependencies: '@stylexswc/webpack-plugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/webpack-plugin html-webpack-plugin: specifier: ^5.6.0 @@ -489,10 +489,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../packages/unplugin react: specifier: ^18.3.0 @@ -626,13 +626,13 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -663,10 +663,10 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -693,7 +693,7 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler lightningcss: specifier: ^1.27.0 @@ -720,7 +720,7 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler esbuild: specifier: '*' @@ -785,13 +785,13 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.4.4-rc.2 + specifier: 0.4.4-rc.3 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5