Skip to content

Commit

Permalink
Bump version to 0.6.4-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Jan 31, 2025
1 parent fdc1951 commit 9c7c057
Show file tree
Hide file tree
Showing 50 changed files with 254 additions and 176 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple esbuild unplugin example to test @stylexswc/unplugin/esbuild",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple farm unplugin example to test @stylexswc/unplugin/farm",
"private": true,
"type": "module",
Expand All @@ -11,10 +11,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
8 changes: 4 additions & 4 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.6.3",
"version": "0.6.4-rc.1",
"private": true,
"scripts": {
"clean": "rimraf .next",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/jest": "0.6.3",
"@stylexswc/nextjs-plugin": "0.6.3",
"@stylexswc/jest": "0.6.4-rc.1",
"@stylexswc/nextjs-plugin": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"next": "15.1.2",
Expand All @@ -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.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@types/node": "^22.5.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/nextjs-postcss-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylexswc/next-postcss-example",
"version": "0.6.3",
"version": "0.6.4-rc.1",
"private": true,
"scripts": {
"clean": "rimraf .next",
Expand All @@ -16,14 +16,14 @@
"@stylexswc/design-system": "workspace:*",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/nextjs-plugin": "0.6.3",
"@stylexswc/nextjs-plugin": "0.6.4-rc.1",
"next": "15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"@stylexswc/postcss-plugin": "0.6.3",
"@stylexswc/postcss-plugin": "0.6.4-rc.1",
"@stylexjs/eslint-plugin": "^0.10.1",
"@types/node": "^22.5.1",
"@types/react": "^19.0.1",
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.6.3",
"version": "0.6.4-rc.1",
"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.10.1",
"@stylexswc/rollup-plugin": "0.6.3"
"@stylexswc/rollup-plugin": "0.6.4-rc.1"
}
}
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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple rollup unplugin example to test @stylexswc/unplugin/rollup",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple rsbuild unplugin example to test @stylexswc/unplugin/rspack",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple rspack unplugin example to test @stylexswc/unplugin/rspack",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple solid unplugin example to test @stylexswc/unplugin/solid",
"private": true,
"type": "module",
Expand All @@ -11,10 +11,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple vite unplugin example to test @stylexswc/unplugin/vite",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple vue unplugin example to test @stylexswc/unplugin/vue",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"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.6.3",
"version": "0.6.4-rc.1",
"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.10.1"
},
"devDependencies": {
"@stylexswc/webpack-plugin": "0.6.3",
"@stylexswc/webpack-plugin": "0.6.4-rc.1",
"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.6.3",
"version": "0.6.4-rc.1",
"description": "A simple webpack unplugin example to test @stylexswc/unplugin/webpack",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"license": "MIT",
"dependencies": {
"@stylexswc/design-system": "workspace:*",
"@stylexswc/rs-compiler": "0.6.3",
"@stylexswc/rs-compiler": "0.6.4-rc.1",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.3",
"@stylexswc/unplugin": "0.6.4-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.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.6.3"
version = "0.6.4-rc.1"
edition = "2021"
rust-version = "1.82.0"
description = "Path resolver for StyleX SWC plugin"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "application-npm",
"version": "0.6.3",
"version": "0.6.4-rc.1",
"dependencies": {
"stylex-lib-pnpm": "*",
"@stylex/lib-exports-dist-pnpm": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "application-pnpm",
"version": "0.6.3",
"version": "0.6.4-rc.1",
"workspaces": [
"apps/*",
"packages/*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "application-pnpm",
"version": "0.6.3",
"version": "0.6.4-rc.1",
"dependencies": {
"stylex-lib-pnpm": "*",
"@stylex/lib-exports-dist-pnpm": "*",
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-path-resolver/fixtures/exports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exports-app",
"version": "0.6.3",
"version": "0.6.4-rc.1",
"dependencies": {
"stylex-lib-dist-main": "*",
"stylex-lib-dist-module": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-app",
"version": "0.6.3",
"version": "0.6.4-rc.1",
"dependencies": {
"@stylex/theme-lib-main-dist": "workspace:^",
"@stylex/theme-lib": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-app",
"version": "0.6.3",
"version": "0.6.4-rc.1",
"dependencies": {
"@stylex/theme-lib-main-dist": "workspace:^",
"@stylex/theme-lib": "workspace:^",
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.6.3",
"version": "0.6.4-rc.1",
"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.6.3"
version = "0.6.4-rc.1"
edition = "2021"
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/stylex-rs-compiler/__test__/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"type": "module",
"version": "0.6.3"
"version": "0.6.4-rc.1"
}
2 changes: 1 addition & 1 deletion crates/stylex-rs-compiler/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"type": "module",
"version": "0.6.3"
"version": "0.6.4-rc.1"
}
Loading

2 comments on commit 9c7c057

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 9c7c057 Previous: 6aff2a5 Ratio
buttons-demo 836.979373958501 ops/sec (±7.366029676356859%) 1276.577685652526 ops/sec (±0.2002166347232938%) 1.53
page-with-keyframes 101.16872130220918 ops/sec (±23.227129850349357%) 186.1459402707234 ops/sec (±4.016579439153081%) 1.84

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Dwlad90

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 9c7c057 Previous: 6aff2a5 Ratio
card 921.462398564696 ops/sec (±6.573787186077087%) 1399.1621033793213 ops/sec (±0.39488601549558844%) 1.52
page 697.365793232122 ops/sec (±7.1851372306567445%) 1246.9462630725268 ops/sec (±0.3727297544753852%) 1.79

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Dwlad90

Please sign in to comment.