diff --git a/CHANGELOG.md b/CHANGELOG.md index 89577d356a4..adedb3ebf11 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.16.1](https://github.com/haoziqaq/varlet/compare/v1.16.0...v1.16.1) (2021-08-31) + + +### Bug Fixes + +* **markdown-loader:** fix the bug of parse doc cause by template string ([6e35002](https://github.com/haoziqaq/varlet/commit/6e35002003e3197e0af74c87a4cf778e862405df)) + + + + + # [1.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30) diff --git a/lerna.json b/lerna.json index 998fdb21607..1a29c19fb44 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.16.0" + "version": "1.16.1" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 29d7244c9df..7cb55409891 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.16.1](https://github.com/haoziqaq/varlet/compare/v1.16.0...v1.16.1) (2021-08-31) + +**Note:** Version bump only for package @varlet/cli + + + + + # [1.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 3a73a20df88..245a16fab2b 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.16.0", + "version": "1.16.1", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -37,8 +37,8 @@ "@babel/preset-typescript": "^7.14.5", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", - "@varlet/markdown-loader": "^1.16.0", - "@varlet/ui": "^1.16.0", + "@varlet/markdown-loader": "^1.16.1", + "@varlet/ui": "^1.16.1", "@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-markdown-loader/CHANGELOG.md b/packages/varlet-markdown-loader/CHANGELOG.md index 822ee081d9a..c50256097c3 100644 --- a/packages/varlet-markdown-loader/CHANGELOG.md +++ b/packages/varlet-markdown-loader/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.16.1](https://github.com/haoziqaq/varlet/compare/v1.16.0...v1.16.1) (2021-08-31) + + +### Bug Fixes + +* **markdown-loader:** fix the bug of parse doc cause by template string ([6e35002](https://github.com/haoziqaq/varlet/commit/6e35002003e3197e0af74c87a4cf778e862405df)) + + + + + # [1.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30) **Note:** Version bump only for package @varlet/markdown-loader diff --git a/packages/varlet-markdown-loader/package.json b/packages/varlet-markdown-loader/package.json index 7fd7974fc42..990099a753d 100644 --- a/packages/varlet-markdown-loader/package.json +++ b/packages/varlet-markdown-loader/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/markdown-loader", - "version": "1.16.0", + "version": "1.16.1", "description": "markdown loader of varlet", "keywords": [ "loader", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index cc4417717c9..f6ecbd93054 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.16.1](https://github.com/haoziqaq/varlet/compare/v1.16.0...v1.16.1) (2021-08-31) + +**Note:** Version bump only for package @varlet/ui + + + + + # [1.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30) **Note:** Version bump only for package @varlet/ui diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 76261d31330..884e5e88d03 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.16.0", + "version": "1.16.1", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts", @@ -47,7 +47,7 @@ }, "gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f", "devDependencies": { - "@varlet/cli": "^1.16.0" + "@varlet/cli": "^1.16.1" }, "dependencies": { "@varlet/icons": "^1.0.0",