Skip to content

Commit d2db7ba

Browse files
committed
v0.4.0
1 parent 548fd8e commit d2db7ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.2",
4+
"version": "0.4.0",
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.3.2"
4+
version = "0.4.0"
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.3.2"
4+
version = "0.4.0"
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)