From 9777f62c858ab8da37729ec0980ac97287d3664a Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Sun, 1 Aug 2021 02:36:09 +0800 Subject: [PATCH] v1.13.5 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 8 ++++++++ packages/varlet-cli/package.json | 4 ++-- packages/varlet-ui/CHANGELOG.md | 8 ++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5160b492e4..17c50055ca7 100644 --- a/CHANGELOG.md +++ b/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.5](https://github.com/haoziqaq/varlet/compare/v1.13.4...v1.13.5) (2021-07-31) + +**Note:** Version bump only for package root + + + + + ## [1.13.4](https://github.com/haoziqaq/varlet/compare/v1.13.3...v1.13.4) (2021-07-31) diff --git a/lerna.json b/lerna.json index cc4bfc7e91d..c41fe49af0e 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.13.4" + "version": "1.13.5" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index b03c0bd41f4..39f2ea74b56 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/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.5](https://github.com/haoziqaq/varlet/compare/v1.13.4...v1.13.5) (2021-07-31) + +**Note:** Version bump only for package @varlet/cli + + + + + ## [1.13.4](https://github.com/haoziqaq/varlet/compare/v1.13.3...v1.13.4) (2021-07-31) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index cc96368b9e6..f73fa5f2b81 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.13.4", + "version": "1.13.5", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -38,7 +38,7 @@ "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@varlet/markdown-loader": "^1.9.0", - "@varlet/ui": "^1.13.4", + "@varlet/ui": "^1.13.5", "@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 2bdbec1c88d..d05c8e665e2 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.5](https://github.com/haoziqaq/varlet/compare/v1.13.4...v1.13.5) (2021-07-31) + +**Note:** Version bump only for package @varlet/ui + + + + + ## [1.13.4](https://github.com/haoziqaq/varlet/compare/v1.13.3...v1.13.4) (2021-07-31) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 0d0afe10461..f35eed9ee2a 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.13.4", + "version": "1.13.5", "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.4" + "@varlet/cli": "^1.13.5" }, "dependencies": { "@varlet/icons": "^1.0.0",