From 5f7c77ad88630e9041802edae5c97478c0556e64 Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Thu, 28 May 2020 12:47:25 +0800 Subject: [PATCH] bump 1.0.0-alpha.4 --- packages/babel-plugin-jsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-jsx/package.json b/packages/babel-plugin-jsx/package.json index eec109f..23e6cad 100644 --- a/packages/babel-plugin-jsx/package.json +++ b/packages/babel-plugin-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design-vue/babel-plugin-jsx", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Babel plugin for Vue 3.0 JSX", "author": "Amour1688 ", "homepage": "https://github.com/vueComponent/jsx/tree/master/packages/babel-plugin-jsx#readme",