Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Feb 3, 2025
1 parent fbee943 commit 13d01d1
Show file tree
Hide file tree
Showing 51 changed files with 165 additions and 165 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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple esbuild unplugin example to test @stylexswc/unplugin/esbuild",
"private": true,
"scripts": {
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple farm unplugin example to test @stylexswc/unplugin/farm",
"private": true,
"type": "module",
Expand All @@ -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"
},
Expand Down
10 changes: 5 additions & 5 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.4-rc.2",
"version": "0.6.4",
"private": true,
"scripts": {
"clean": "rimraf .next",
Expand All @@ -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",
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.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",
Expand Down
12 changes: 6 additions & 6 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.4-rc.2",
"version": "0.6.4",
"private": true,
"scripts": {
"clean": "rimraf .next",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
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.4-rc.2",
"version": "0.6.4",
"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.4-rc.2"
"@stylexswc/rollup-plugin": "0.6.4"
}
}
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple rollup unplugin example to test @stylexswc/unplugin/rollup",
"private": true,
"scripts": {
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple rsbuild unplugin example to test @stylexswc/unplugin/rspack",
"private": true,
"scripts": {
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple rspack unplugin example to test @stylexswc/unplugin/rspack",
"private": true,
"scripts": {
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple solid unplugin example to test @stylexswc/unplugin/solid",
"private": true,
"type": "module",
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple vite unplugin example to test @stylexswc/unplugin/vite",
"private": true,
"scripts": {
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple vue unplugin example to test @stylexswc/unplugin/vue",
"private": true,
"scripts": {
Expand All @@ -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": {
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.4-rc.2",
"version": "0.6.4",
"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.4-rc.2",
"@stylexswc/webpack-plugin": "0.6.4",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
Expand Down
8 changes: 4 additions & 4 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.4-rc.2",
"version": "0.6.4",
"description": "A simple webpack unplugin example to test @stylexswc/unplugin/webpack",
"private": true,
"scripts": {
Expand All @@ -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"
},
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.4-rc.2"
version = "0.6.4"
edition = "2021"
rust-version = "1.84.1"
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.4-rc.2",
"version": "0.6.4",
"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.4-rc.2",
"version": "0.6.4",
"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.4-rc.2",
"version": "0.6.4",
"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.4-rc.2",
"version": "0.6.4",
"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.4-rc.2",
"version": "0.6.4",
"dependencies": {
"@stylex/theme-lib-main-dist": "workspace:^",
"@stylex/theme-lib": "workspace:^",
Expand Down
Loading

0 comments on commit 13d01d1

Please sign in to comment.