Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Jan 19, 2025
1 parent 5239b69 commit 0665f1a
Show file tree
Hide file tree
Showing 51 changed files with 144 additions and 144 deletions.
10 changes: 5 additions & 5 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.1?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.2?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
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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"private": true,
"scripts": {
"clean": "rimraf .next",
Expand All @@ -16,8 +16,8 @@
"test": "pnpm test:ci"
},
"dependencies": {
"@stylexswc/jest": "0.6.2-rc.5",
"@stylexswc/nextjs-plugin": "0.6.2-rc.5",
"@stylexswc/jest": "0.6.2",
"@stylexswc/nextjs-plugin": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"next": "15.1.2",
Expand All @@ -33,7 +33,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"@stylexjs/eslint-plugin": "^0.10.1",
"@stylexswc/rs-compiler": "0.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@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/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.2-rc.5",
"version": "0.6.2",
"private": true,
"scripts": {
"clean": "rimraf .next",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"@stylexswc/postcss-plugin": "0.6.2-rc.5",
"@stylexswc/postcss-plugin": "0.6.2",
"@stylexjs/eslint-plugin": "^0.10.1",
"@types/node": "^22.5.1",
"@types/react": "^19.0.1",
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.6.2-rc.5",
"version": "0.6.2",
"private": true,
"deprecated": "This example deprecated since v0.5.0. Please use @stylexswc/next-example instead.",
"scripts": {
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@stylexjs/eslint-plugin": "^0.10.1",
"@stylexswc/nextjs-swc-plugin": "0.6.2-rc.5",
"@stylexswc/swc-plugin": "0.6.2-rc.5",
"@stylexswc/nextjs-swc-plugin": "0.6.2",
"@stylexswc/swc-plugin": "0.6.2",
"@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.2-rc.5",
"version": "0.6.2",
"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.2-rc.5"
"@stylexswc/rollup-plugin": "0.6.2"
}
}
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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.2-rc.5",
"@stylexswc/webpack-plugin": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.6.2-rc.5",
"@stylexswc/rs-compiler": "0.6.2",
"@stylexjs/open-props": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexswc/unplugin": "0.6.2-rc.5",
"@stylexswc/unplugin": "0.6.2",
"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.2-rc.5"
version = "0.6.2"
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": "appplication",
"version": "0.6.2-rc.5",
"version": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.2-rc.5",
"version": "0.6.2",
"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.2-rc.5"
version = "0.6.2"
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.2-rc.5"
"version": "0.6.2"
}
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.2-rc.5"
"version": "0.6.2"
}
Loading

0 comments on commit 0665f1a

Please sign in to comment.