From 63ccd6e1de6b699b044518d8192f4e45c96be7d3 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 8 Oct 2021 18:07:36 +0800 Subject: [PATCH] v1.22.0 --- CHANGELOG.md | 38 +++++++++++++++++++ lerna.json | 6 ++- packages/varlet-cli/CHANGELOG.md | 22 +++++++++++ packages/varlet-cli/package.json | 8 ++-- packages/varlet-icons/CHANGELOG.md | 11 ++++++ packages/varlet-icons/package.json | 2 +- .../varlet-markdown-vite-plugin/CHANGELOG.md | 11 ++++++ .../varlet-markdown-vite-plugin/package.json | 2 +- packages/varlet-ui/CHANGELOG.md | 34 +++++++++++++++++ packages/varlet-ui/package.json | 4 +- 10 files changed, 128 insertions(+), 10 deletions(-) create mode 100644 packages/varlet-markdown-vite-plugin/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 353876e1885..ba52b4d0e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.22.0](https://github.com/haoziqaq/varlet/compare/v1.21.0...v1.22.0) (2021-10-08) + + +### Bug Fixes + +* **back-top:** cover the style of button ([b5046ae](https://github.com/haoziqaq/varlet/commit/b5046ae8e2b1c90e1583718d989e9c62528eadbb)) +* **cli:** fix dev server logger ([4e9f81d](https://github.com/haoziqaq/varlet/commit/4e9f81dabf854961e3bd99c445a0a8566b26db66)) +* **cli:** fix dev server port log error ([2e82806](https://github.com/haoziqaq/varlet/commit/2e82806817f23e4da2f4d80e4200c3da5a4dc439)) +* **cli:** remove unuseful code and opt dev logger ([18da4b5](https://github.com/haoziqaq/varlet/commit/18da4b590bf4194581d10edff8f4b1a052ff2b69)) +* **cli/gen:** add default themes ([2d68e91](https://github.com/haoziqaq/varlet/commit/2d68e91c2fc83d1db4063ae576144815e24f17e5)) +* **cli/site:** increase app-bar vars weight ([b3e8d15](https://github.com/haoziqaq/varlet/commit/b3e8d150b843c603b090d8e2da3ec05e02f2a32e)) +* **input:** text-color of disabled in safari ([dd33256](https://github.com/haoziqaq/varlet/commit/dd33256c87f3d708583694e12f17ea19961812a3)) +* **pagination:** add keydown event to switch page ([414decb](https://github.com/haoziqaq/varlet/commit/414decb43bd8009776111a0bf84ad8b967ccb38e)) +* **pagination:** fix current and size not update ([463d891](https://github.com/haoziqaq/varlet/commit/463d8916960c8c9d1a32555f0a405c4b073d0502)) +* **pagination:** remove padding ([83d214a](https://github.com/haoziqaq/varlet/commit/83d214ad80423b67829b9cedf2f338f5ffe4ab25)) +* **ui/button:** remove line-height ([c0d2422](https://github.com/haoziqaq/varlet/commit/c0d2422e1a8735f7acf0459c2c4a2d8ba20bd4e2)) +* **ui/ripple:** add style variables ([551a666](https://github.com/haoziqaq/varlet/commit/551a66696c2e87fdbc2fe9b04f89350affc64d8a)) +* **ui/ripple, ui/menu:** opt ripple animation, fix menu left error on transition animation running ([0f714de](https://github.com/haoziqaq/varlet/commit/0f714de1c40af46116fd07d7717525c2c63d0470)) +* **ui/skeleton:** add avatar-border-radius css vars ([ddf259f](https://github.com/haoziqaq/varlet/commit/ddf259fab66bb0630e78c48fccd63429b87d2f0f)) +* **ui/table:** add table-tbody-td-font-size variable ([861217e](https://github.com/haoziqaq/varlet/commit/861217e49fc1594d66182a076c648bef4d462942)) +* fix component path name ([bbd8b1f](https://github.com/haoziqaq/varlet/commit/bbd8b1fbd62bdc4a084eb53f63f3d896f7ca4c1a)) +* remove console ([3ee3548](https://github.com/haoziqaq/varlet/commit/3ee35486f9ad760e7463a7fe981edcf29eb336be)) + + +### Features + +* **cli:** add preview command that can preview document site for production ([3fea1f1](https://github.com/haoziqaq/varlet/commit/3fea1f1fed8a2f0fdb0d2fd5e7880531335a6711)) +* **pagination:** add declaration file ([30fd32b](https://github.com/haoziqaq/varlet/commit/30fd32b9f5af842c7fd187e5aed9535d0eb5d195)) +* **table:** add declaration file ([30072d3](https://github.com/haoziqaq/varlet/commit/30072d3ccd2f6cddcf7ddbc734d85266489d9d32)) +* pagination ([62b27a8](https://github.com/haoziqaq/varlet/commit/62b27a8fde6c647cd072093ca0398348498a56e2)) +* **cli:** migrate the build tool to vite ([c0eb94c](https://github.com/haoziqaq/varlet/commit/c0eb94c3c82683abb49b8561e181e75aa843aac4)) +* **ui/pagination:** ui/pagination ([3f8e24c](https://github.com/haoziqaq/varlet/commit/3f8e24c075c31853b2a6de94bcd02b4bb4195d2c)) +* **ui/table:** ui/table ([abd3f7d](https://github.com/haoziqaq/varlet/commit/abd3f7da5001902870ad7a322cfa5122c41ed395)) + + + + + # [1.21.0](https://github.com/haoziqaq/varlet/compare/v1.20.0...v1.21.0) (2021-09-22) diff --git a/lerna.json b/lerna.json index 9d80891ed98..0d349d70b0e 100644 --- a/lerna.json +++ b/lerna.json @@ -18,6 +18,8 @@ "publishConfig": { "access": "public" }, - "ignoreChanges": ["**/*.md"], - "version": "1.21.0" + "ignoreChanges": [ + "**/*.md" + ], + "version": "1.22.0" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index fc44858ab11..7ccc0b073b8 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.22.0](https://github.com/haoziqaq/varlet/compare/v1.21.0...v1.22.0) (2021-10-08) + + +### Bug Fixes + +* **cli:** fix dev server logger ([4e9f81d](https://github.com/haoziqaq/varlet/commit/4e9f81dabf854961e3bd99c445a0a8566b26db66)) +* **cli:** fix dev server port log error ([2e82806](https://github.com/haoziqaq/varlet/commit/2e82806817f23e4da2f4d80e4200c3da5a4dc439)) +* **cli:** remove unuseful code and opt dev logger ([18da4b5](https://github.com/haoziqaq/varlet/commit/18da4b590bf4194581d10edff8f4b1a052ff2b69)) +* **cli/gen:** add default themes ([2d68e91](https://github.com/haoziqaq/varlet/commit/2d68e91c2fc83d1db4063ae576144815e24f17e5)) +* **cli/site:** increase app-bar vars weight ([b3e8d15](https://github.com/haoziqaq/varlet/commit/b3e8d150b843c603b090d8e2da3ec05e02f2a32e)) +* **ui/ripple, ui/menu:** opt ripple animation, fix menu left error on transition animation running ([0f714de](https://github.com/haoziqaq/varlet/commit/0f714de1c40af46116fd07d7717525c2c63d0470)) + + +### Features + +* **cli:** add preview command that can preview document site for production ([3fea1f1](https://github.com/haoziqaq/varlet/commit/3fea1f1fed8a2f0fdb0d2fd5e7880531335a6711)) +* **cli:** migrate the build tool to vite ([c0eb94c](https://github.com/haoziqaq/varlet/commit/c0eb94c3c82683abb49b8561e181e75aa843aac4)) + + + + + # [1.21.0](https://github.com/haoziqaq/varlet/compare/v1.20.0...v1.21.0) (2021-09-22) **Note:** Version bump only for package @varlet/cli diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index c3581ff7d65..cb58fe6bb4c 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.21.0", + "version": "1.22.0", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -40,8 +40,8 @@ "@commitlint/config-conventional": "^11.0.0", "@release-it/conventional-changelog": "^3.3.0", "@varlet/eslint-config": "^1.13.0", - "@varlet/icons": "^1.0.0", - "@varlet/markdown-vite-plugin": "^1.20.0", + "@varlet/icons": "^1.22.0", + "@varlet/markdown-vite-plugin": "^1.22.0", "@varlet/stylelint-config": "^1.9.0", "@varlet/touch-emulator": "^1.0.1", "@vitejs/plugin-vue": "1.9.2", @@ -49,6 +49,7 @@ "@vue/babel-plugin-jsx": "^1.0.7", "@vue/compiler-sfc": "3.2.16", "@vue/test-utils": "^2.0.0-rc.6", + "address": "^1.1.2", "babel-jest": "26.6.3", "chalk": "^4.1.0", "clipboard": "^2.0.6", @@ -76,7 +77,6 @@ "ts-jest": "^26.5.1", "typescript": "^4.3.5", "vite": "2.6.2", - "address": "^1.1.2", "vite-plugin-html": "^2.1.0", "vue-jest": "^5.0.0-alpha.8", "vue-router": "4.0.0-rc.1" diff --git a/packages/varlet-icons/CHANGELOG.md b/packages/varlet-icons/CHANGELOG.md index c994a563a4e..6ad48c8c9f4 100644 --- a/packages/varlet-icons/CHANGELOG.md +++ b/packages/varlet-icons/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.22.0](https://github.com/haoziqaq/varlet/compare/v1.21.0...v1.22.0) (2021-10-08) + + +### Features + +* **cli:** migrate the build tool to vite ([c0eb94c](https://github.com/haoziqaq/varlet/commit/c0eb94c3c82683abb49b8561e181e75aa843aac4)) + + + + + # [1.0.0](https://github.com/haoziqaq/varlet/compare/v0.13.3...v1.0.0) (2021-04-21) **Note:** Version bump only for package @varlet/icons diff --git a/packages/varlet-icons/package.json b/packages/varlet-icons/package.json index 0bc3229e95f..40e05c7cb81 100644 --- a/packages/varlet-icons/package.json +++ b/packages/varlet-icons/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/icons", - "version": "1.0.0", + "version": "1.22.0", "description": "Icons of varlet", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/varlet-markdown-vite-plugin/CHANGELOG.md b/packages/varlet-markdown-vite-plugin/CHANGELOG.md new file mode 100644 index 00000000000..f744cc1f6f2 --- /dev/null +++ b/packages/varlet-markdown-vite-plugin/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.22.0](https://github.com/haoziqaq/varlet/compare/v1.21.0...v1.22.0) (2021-10-08) + + +### Features + +* **cli:** migrate the build tool to vite ([c0eb94c](https://github.com/haoziqaq/varlet/commit/c0eb94c3c82683abb49b8561e181e75aa843aac4)) diff --git a/packages/varlet-markdown-vite-plugin/package.json b/packages/varlet-markdown-vite-plugin/package.json index 5f24e9b826f..7726820b5f2 100644 --- a/packages/varlet-markdown-vite-plugin/package.json +++ b/packages/varlet-markdown-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/markdown-vite-plugin", - "version": "1.20.0", + "version": "1.22.0", "description": "markdown vite plugin of varlet", "keywords": [ "vite", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 55ca831f73d..fde27e27cb2 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.22.0](https://github.com/haoziqaq/varlet/compare/v1.21.0...v1.22.0) (2021-10-08) + + +### Bug Fixes + +* **back-top:** cover the style of button ([b5046ae](https://github.com/haoziqaq/varlet/commit/b5046ae8e2b1c90e1583718d989e9c62528eadbb)) +* **cli/gen:** add default themes ([2d68e91](https://github.com/haoziqaq/varlet/commit/2d68e91c2fc83d1db4063ae576144815e24f17e5)) +* **input:** text-color of disabled in safari ([dd33256](https://github.com/haoziqaq/varlet/commit/dd33256c87f3d708583694e12f17ea19961812a3)) +* **pagination:** add keydown event to switch page ([414decb](https://github.com/haoziqaq/varlet/commit/414decb43bd8009776111a0bf84ad8b967ccb38e)) +* **pagination:** fix current and size not update ([463d891](https://github.com/haoziqaq/varlet/commit/463d8916960c8c9d1a32555f0a405c4b073d0502)) +* **pagination:** remove padding ([83d214a](https://github.com/haoziqaq/varlet/commit/83d214ad80423b67829b9cedf2f338f5ffe4ab25)) +* **ui/button:** remove line-height ([c0d2422](https://github.com/haoziqaq/varlet/commit/c0d2422e1a8735f7acf0459c2c4a2d8ba20bd4e2)) +* **ui/ripple:** add style variables ([551a666](https://github.com/haoziqaq/varlet/commit/551a66696c2e87fdbc2fe9b04f89350affc64d8a)) +* **ui/ripple, ui/menu:** opt ripple animation, fix menu left error on transition animation running ([0f714de](https://github.com/haoziqaq/varlet/commit/0f714de1c40af46116fd07d7717525c2c63d0470)) +* **ui/skeleton:** add avatar-border-radius css vars ([ddf259f](https://github.com/haoziqaq/varlet/commit/ddf259fab66bb0630e78c48fccd63429b87d2f0f)) +* **ui/table:** add table-tbody-td-font-size variable ([861217e](https://github.com/haoziqaq/varlet/commit/861217e49fc1594d66182a076c648bef4d462942)) +* fix component path name ([bbd8b1f](https://github.com/haoziqaq/varlet/commit/bbd8b1fbd62bdc4a084eb53f63f3d896f7ca4c1a)) +* remove console ([3ee3548](https://github.com/haoziqaq/varlet/commit/3ee35486f9ad760e7463a7fe981edcf29eb336be)) + + +### Features + +* **cli:** add preview command that can preview document site for production ([3fea1f1](https://github.com/haoziqaq/varlet/commit/3fea1f1fed8a2f0fdb0d2fd5e7880531335a6711)) +* **pagination:** add declaration file ([30fd32b](https://github.com/haoziqaq/varlet/commit/30fd32b9f5af842c7fd187e5aed9535d0eb5d195)) +* **table:** add declaration file ([30072d3](https://github.com/haoziqaq/varlet/commit/30072d3ccd2f6cddcf7ddbc734d85266489d9d32)) +* pagination ([62b27a8](https://github.com/haoziqaq/varlet/commit/62b27a8fde6c647cd072093ca0398348498a56e2)) +* **cli:** migrate the build tool to vite ([c0eb94c](https://github.com/haoziqaq/varlet/commit/c0eb94c3c82683abb49b8561e181e75aa843aac4)) +* **ui/pagination:** ui/pagination ([3f8e24c](https://github.com/haoziqaq/varlet/commit/3f8e24c075c31853b2a6de94bcd02b4bb4195d2c)) +* **ui/table:** ui/table ([abd3f7d](https://github.com/haoziqaq/varlet/commit/abd3f7da5001902870ad7a322cfa5122c41ed395)) + + + + + # [1.21.0](https://github.com/haoziqaq/varlet/compare/v1.20.0...v1.21.0) (2021-09-22) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index f64c6107c0d..182ac08c44f 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.21.0", + "version": "1.22.0", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts", @@ -48,7 +48,7 @@ }, "gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f", "devDependencies": { - "@varlet/cli": "^1.21.0" + "@varlet/cli": "^1.22.0" }, "dependencies": { "dayjs": "^1.10.4",