Skip to content

Commit

Permalink
chore: bump version to 0.4.4-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Nov 24, 2024
1 parent 9db57a9 commit 0432af7
Show file tree
Hide file tree
Showing 32 changed files with 99 additions and 99 deletions.
6 changes: 3 additions & 3 deletions apps/esbuild-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/farm-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions apps/nextjs-swc-example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions apps/rollup-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions apps/rollup-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/rsbuild-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/rspack-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/solid-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/vite-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/vue-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions apps/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions apps/webpack-unplugin-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-path-resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-path-resolver/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-rs-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-rs-compiler/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-shared/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-swc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-swc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-test-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-test-parser/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/nextjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 0432af7

Please sign in to comment.