Skip to content

Commit 6a83545

Browse files
committed
v0.0.7
1 parent 22c9610 commit 6a83545

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*", "tasks/*"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.0.6"
6+
version = "0.0.7"
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/eve0415/oxc-plugin-react-compiler"

napi/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-plugin-react-compiler/binding-darwin-arm64",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Rust port of babel-plugin-react-compiler for OXC/Vite v8",
55
"license": "MIT",
66
"author": "eve0415",

napi/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-plugin-react-compiler/binding-darwin-x64",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Rust port of babel-plugin-react-compiler for OXC/Vite v8",
55
"license": "MIT",
66
"author": "eve0415",

napi/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-plugin-react-compiler/binding-linux-arm64-gnu",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Rust port of babel-plugin-react-compiler for OXC/Vite v8",
55
"license": "MIT",
66
"author": "eve0415",

napi/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-plugin-react-compiler/binding-linux-x64-gnu",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Rust port of babel-plugin-react-compiler for OXC/Vite v8",
55
"license": "MIT",
66
"author": "eve0415",

napi/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-plugin-react-compiler/binding-win32-x64-msvc",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Rust port of babel-plugin-react-compiler for OXC/Vite v8",
55
"license": "MIT",
66
"author": "eve0415",

napi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-plugin-react-compiler",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Rust port of babel-plugin-react-compiler for OXC/Vite v8",
55
"keywords": [
66
"compiler",

0 commit comments

Comments
 (0)