From fb8c5a51d2c65c2a0e5703bab3314156a931fe58 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Sat, 31 Jul 2021 19:46:12 +0800 Subject: [PATCH] v1.13.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 11 +++++++++++ packages/varlet-cli/package.json | 4 ++-- packages/varlet-ui/CHANGELOG.md | 8 ++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 35 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 773c6df75f4..574d66db414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.3](https://github.com/haoziqaq/varlet/compare/v1.13.1...v1.13.3) (2021-07-31) + + +### Bug Fixes + +* **cli:** jsx tsx is not processed as an index ([4079361](https://github.com/haoziqaq/varlet/commit/4079361bb4c4273199653a02b51be0df1d738274)) + + + + + ## [1.13.1](https://github.com/haoziqaq/varlet/compare/v1.13.0...v1.13.1) (2021-07-31) diff --git a/lerna.json b/lerna.json index da66e7f6db4..c067058fdc6 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.13.1" + "version": "1.13.3" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 02cdebbfa73..34f079e0063 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.3](https://github.com/haoziqaq/varlet/compare/v1.13.1...v1.13.3) (2021-07-31) + + +### Bug Fixes + +* **cli:** jsx tsx is not processed as an index ([4079361](https://github.com/haoziqaq/varlet/commit/4079361bb4c4273199653a02b51be0df1d738274)) + + + + + ## [1.13.1](https://github.com/haoziqaq/varlet/compare/v1.13.0...v1.13.1) (2021-07-31) **Note:** Version bump only for package @varlet/cli diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 07832ff0eb9..8732cca8d09 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.13.1", + "version": "1.13.3", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -39,7 +39,7 @@ "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@varlet/markdown-loader": "^1.9.0", - "@varlet/ui": "^1.13.1", + "@varlet/ui": "^1.13.3", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "^3.1.4", "@vue/test-utils": "^2.0.0-rc.6", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 7ad82456771..8a195d34763 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.3](https://github.com/haoziqaq/varlet/compare/v1.13.1...v1.13.3) (2021-07-31) + +**Note:** Version bump only for package @varlet/ui + + + + + ## [1.13.1](https://github.com/haoziqaq/varlet/compare/v1.13.0...v1.13.1) (2021-07-31) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 31d6a37f1a2..0cc200dc5ac 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.13.2", + "version": "1.13.3", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts", @@ -47,7 +47,7 @@ }, "gitHead": "04cbbd571a061f5d5651515132a8ef079de5673e", "devDependencies": { - "@varlet/cli": "^1.13.1" + "@varlet/cli": "^1.13.3" }, "dependencies": { "@babel/runtime": "^7.13.10",