From 04fb7f7780a47a7c82f8c7f34b548950f288b4e5 Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Sun, 17 Oct 2021 17:47:23 +0800 Subject: [PATCH] v1.1.1 --- lerna.json | 2 +- packages/babel-plugin-jsx/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 5bb72370..0533f2d6 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages": [ "packages/*" ], - "version": "1.1.0" + "version": "1.1.1" } diff --git a/packages/babel-plugin-jsx/package.json b/packages/babel-plugin-jsx/package.json index 844b7787..deb30104 100644 --- a/packages/babel-plugin-jsx/package.json +++ b/packages/babel-plugin-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@vue/babel-plugin-jsx", - "version": "1.1.0", + "version": "1.1.1", "description": "Babel plugin for Vue 3.0 JSX", "author": "Amour1688 ", "homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",