Skip to content

Commit 25a0d52

Browse files
committed
v0.2.4
1 parent f018bf8 commit 25a0d52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swc-plugin-vue-jsx",
33
"description": "SWC plugin for transforming Vue JSX.",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"author": "Pig Fang <g-plane@hotmail.com>",
66
"repository": "g-plane/swc-plugin-vue-jsx",
77
"license": "MIT",

plugin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "swc-plugin-vue-jsx"
33
description = "SWC plugin for transforming Vue JSX."
4-
version = "0.2.3"
4+
version = "0.2.4"
55
authors = ["Pig Fang <g-plane@hotmail.com>"]
66
license = "MIT"
77
repository = "https://github.com/g-plane/swc-plugin-vue-jsx"

visitor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "swc-vue-jsx-visitor"
33
description = "SWC visitor for transforming Vue JSX."
4-
version = "0.2.3"
4+
version = "0.2.4"
55
authors = ["Pig Fang <g-plane@hotmail.com>"]
66
license = "MIT"
77
repository = "https://github.com/g-plane/swc-plugin-vue-jsx"

0 commit comments

Comments
 (0)