Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jan 25, 2024
1 parent a5e7d2d commit 500d1c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swc-plugin-vue-jsx",
"description": "SWC plugin for transforming Vue JSX.",
"version": "0.2.6",
"version": "0.2.7",
"author": "Pig Fang <g-plane@hotmail.com>",
"repository": "g-plane/swc-plugin-vue-jsx",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "swc-plugin-vue-jsx"
description = "SWC plugin for transforming Vue JSX."
version = "0.2.6"
version = "0.2.7"
authors = ["Pig Fang <g-plane@hotmail.com>"]
license = "MIT"
repository = "https://github.com/g-plane/swc-plugin-vue-jsx"
Expand Down
2 changes: 1 addition & 1 deletion visitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "swc-vue-jsx-visitor"
description = "SWC visitor for transforming Vue JSX."
version = "0.2.6"
version = "0.2.7"
authors = ["Pig Fang <g-plane@hotmail.com>"]
license = "MIT"
repository = "https://github.com/g-plane/swc-plugin-vue-jsx"
Expand Down

0 comments on commit 500d1c8

Please sign in to comment.