diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ead40c1fb..9ea3fd46a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.19.0](https://github.com/haoziqaq/varlet/compare/v1.18.1...v1.19.0) (2021-09-13) + + +### Bug Fixes + +* **cli:** add public folder to linter ignore ([d10a799](https://github.com/haoziqaq/varlet/commit/d10a7996efe9963a4f3c7247b1c5d2f2baac2502)) +* **cli:** fix prepare scripts to husky ([d0ff087](https://github.com/haoziqaq/varlet/commit/d0ff087834a5b2c4e1cacd6cb6e7e7ad0412aeda)) +* **cli:** fix the parameter passing method of webpack-dev-server ([0d88843](https://github.com/haoziqaq/varlet/commit/0d88843af5b15b59b27321f61f2701e562d4f8af)) +* **cli:** optimize site style ([f789d77](https://github.com/haoziqaq/varlet/commit/f789d7795a86736ad4f67f758759a17283e7dcdb)) +* **cli:** optimize site style ([9287d7b](https://github.com/haoziqaq/varlet/commit/9287d7b004f9b6508d065f62bb3d2e7b370499f5)) +* **cli/gen:** localize static resources ([80f9097](https://github.com/haoziqaq/varlet/commit/80f9097fde3c5e18f3ac162979b45bdb0147ffe4)) +* **doc:** fix typo ([6371e4e](https://github.com/haoziqaq/varlet/commit/6371e4e7e53fa03589ac99247ab2abec8330e5c5)) + + +### Features + +* **cli:** add release for template ([5078838](https://github.com/haoziqaq/varlet/commit/5078838cfee1cd8232aaef7fafd5eec0a03f1569)) +* **cli:** webpack-dev-server upgrade to 4.x version ([4d1fe95](https://github.com/haoziqaq/varlet/commit/4d1fe9570198b73910c0926c6f1e030753b52cda)) + + + + + ## [1.18.1](https://github.com/haoziqaq/varlet/compare/v1.18.0...v1.18.1) (2021-09-10) diff --git a/lerna.json b/lerna.json index 4dc9dbb3ba3..24e56b261d5 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.18.1" + "version": "1.19.0" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 534fa6cfba0..9a0a2701bf1 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.19.0](https://github.com/haoziqaq/varlet/compare/v1.18.1...v1.19.0) (2021-09-13) + + +### Bug Fixes + +* **cli:** add public folder to linter ignore ([d10a799](https://github.com/haoziqaq/varlet/commit/d10a7996efe9963a4f3c7247b1c5d2f2baac2502)) +* **cli:** fix prepare scripts to husky ([d0ff087](https://github.com/haoziqaq/varlet/commit/d0ff087834a5b2c4e1cacd6cb6e7e7ad0412aeda)) +* **cli:** fix the parameter passing method of webpack-dev-server ([0d88843](https://github.com/haoziqaq/varlet/commit/0d88843af5b15b59b27321f61f2701e562d4f8af)) +* **cli:** optimize site style ([f789d77](https://github.com/haoziqaq/varlet/commit/f789d7795a86736ad4f67f758759a17283e7dcdb)) +* **cli:** optimize site style ([9287d7b](https://github.com/haoziqaq/varlet/commit/9287d7b004f9b6508d065f62bb3d2e7b370499f5)) +* **cli/gen:** localize static resources ([80f9097](https://github.com/haoziqaq/varlet/commit/80f9097fde3c5e18f3ac162979b45bdb0147ffe4)) +* **doc:** fix typo ([6371e4e](https://github.com/haoziqaq/varlet/commit/6371e4e7e53fa03589ac99247ab2abec8330e5c5)) + + +### Features + +* **cli:** add release for template ([5078838](https://github.com/haoziqaq/varlet/commit/5078838cfee1cd8232aaef7fafd5eec0a03f1569)) +* **cli:** webpack-dev-server upgrade to 4.x version ([4d1fe95](https://github.com/haoziqaq/varlet/commit/4d1fe9570198b73910c0926c6f1e030753b52cda)) + + + + + ## [1.18.1](https://github.com/haoziqaq/varlet/compare/v1.18.0...v1.18.1) (2021-09-10) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index c9b0aa42a98..abec9f64f65 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.18.1", + "version": "1.19.0", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -38,17 +38,16 @@ "@babel/preset-typescript": "^7.14.5", "@commitlint/cli": "^11.0.0", "@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-loader": "^1.18.1", + "@varlet/markdown-loader": "^1.19.0", "@varlet/stylelint-config": "^1.9.0", "@varlet/touch-emulator": "^1.0.1", - "@varlet/ui": "^1.18.1", + "@varlet/ui": "^1.19.0", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "3.1.4", "@vue/test-utils": "^2.0.0-rc.6", - "@release-it/conventional-changelog": "^3.3.0", - "release-it": "^14.11.5", "autoprefixer": "9", "babel-jest": "26.6.3", "babel-loader": "^8.2.2", @@ -81,6 +80,7 @@ "postcss": "7", "postcss-loader": "^4.0.4", "prettier": "^2.3.2", + "release-it": "^14.11.5", "slash": "^3.0.0", "style-loader": "^2.0.0", "stylelint": "^13.13.1", diff --git a/packages/varlet-markdown-loader/CHANGELOG.md b/packages/varlet-markdown-loader/CHANGELOG.md index 11fe3c55650..ae4c87e5729 100644 --- a/packages/varlet-markdown-loader/CHANGELOG.md +++ b/packages/varlet-markdown-loader/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.19.0](https://github.com/haoziqaq/varlet/compare/v1.18.1...v1.19.0) (2021-09-13) + +**Note:** Version bump only for package @varlet/markdown-loader + + + + + ## [1.18.1](https://github.com/haoziqaq/varlet/compare/v1.18.0...v1.18.1) (2021-09-10) **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 3ebf48b71ff..2bc12bbe447 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.18.1", + "version": "1.19.0", "description": "markdown loader of varlet", "keywords": [ "loader", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 6396add63e7..4b5e7651874 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.19.0](https://github.com/haoziqaq/varlet/compare/v1.18.1...v1.19.0) (2021-09-13) + + +### Bug Fixes + +* **cli:** add public folder to linter ignore ([d10a799](https://github.com/haoziqaq/varlet/commit/d10a7996efe9963a4f3c7247b1c5d2f2baac2502)) +* **cli:** fix the parameter passing method of webpack-dev-server ([0d88843](https://github.com/haoziqaq/varlet/commit/0d88843af5b15b59b27321f61f2701e562d4f8af)) +* **doc:** fix typo ([6371e4e](https://github.com/haoziqaq/varlet/commit/6371e4e7e53fa03589ac99247ab2abec8330e5c5)) + + + + + ## [1.18.1](https://github.com/haoziqaq/varlet/compare/v1.18.0...v1.18.1) (2021-09-10) **Note:** Version bump only for package @varlet/ui diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 38a753b1fa0..948799ef823 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.18.1", + "version": "1.19.0", "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.18.1" + "@varlet/cli": "^1.19.0" }, "dependencies": { "dayjs": "^1.10.4",