Skip to content

Commit

Permalink
v1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Sep 9, 2021
1 parent 7e62811 commit 1a650a5
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09)


### Bug Fixes

* **cli:** add site theme config property ([9bf4945](https://github.com/haoziqaq/varlet/commit/9bf49450a9b6082d5e384ae78d4f8bace568d209))
* **cli:** fix generators progress color ([7e62811](https://github.com/haoziqaq/varlet/commit/7e62811e5fa8fa4d87ac7d0bf98cd510f5900eb6))
* **cli:** handle sfc style block's lang non-existent ([96c8551](https://github.com/haoziqaq/varlet/commit/96c85513937e97eebd5c43575e96b689ae3cf3df))
* **cli:** optimized Baidu statistics, add varlet-cli-app generators template, fix cli depend version ([703517e](https://github.com/haoziqaq/varlet/commit/703517eddf8842093897800e4a940906bb632c5f))
* **cli:** themes add progress color config ([f804915](https://github.com/haoziqaq/varlet/commit/f80491508fb80bd7c15c9e014eac78f95430dc57))
* **cli, markdown-loader:** optimize generators, markdown-loader lock highlight version ([9b3e3bb](https://github.com/haoziqaq/varlet/commit/9b3e3bba6e0c67fa53df23718fddfb8e9f09990f))
* **cli,markdown-loader:** markdown-loader add style option, linter ignore generators ([7ca8844](https://github.com/haoziqaq/varlet/commit/7ca884425eb94df89995ab502a491a26bbefc9d4))
* **cli/compile-types:** fix the component name of types ([4d999ee](https://github.com/haoziqaq/varlet/commit/4d999ee876e90b2c22dd93a0d17da8c181307378))


### Performance Improvements

* **site:** remove useless mobile image ([c55d7cf](https://github.com/haoziqaq/varlet/commit/c55d7cff289ac442672cf77636f87465c763fb93))





## [1.16.2](https://github.com/haoziqaq/varlet/compare/v1.16.1...v1.16.2) (2021-09-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"ignoreChanges": [
"**/*.md"
],
"version": "1.16.2"
"version": "1.16.3"
}
23 changes: 23 additions & 0 deletions packages/varlet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09)


### Bug Fixes

* **cli:** add site theme config property ([9bf4945](https://github.com/haoziqaq/varlet/commit/9bf49450a9b6082d5e384ae78d4f8bace568d209))
* **cli:** fix generators progress color ([7e62811](https://github.com/haoziqaq/varlet/commit/7e62811e5fa8fa4d87ac7d0bf98cd510f5900eb6))
* **cli:** handle sfc style block's lang non-existent ([96c8551](https://github.com/haoziqaq/varlet/commit/96c85513937e97eebd5c43575e96b689ae3cf3df))
* **cli:** optimized Baidu statistics, add varlet-cli-app generators template, fix cli depend version ([703517e](https://github.com/haoziqaq/varlet/commit/703517eddf8842093897800e4a940906bb632c5f))
* **cli:** themes add progress color config ([f804915](https://github.com/haoziqaq/varlet/commit/f80491508fb80bd7c15c9e014eac78f95430dc57))
* **cli, markdown-loader:** optimize generators, markdown-loader lock highlight version ([9b3e3bb](https://github.com/haoziqaq/varlet/commit/9b3e3bba6e0c67fa53df23718fddfb8e9f09990f))
* **cli,markdown-loader:** markdown-loader add style option, linter ignore generators ([7ca8844](https://github.com/haoziqaq/varlet/commit/7ca884425eb94df89995ab502a491a26bbefc9d4))
* **cli/compile-types:** fix the component name of types ([4d999ee](https://github.com/haoziqaq/varlet/commit/4d999ee876e90b2c22dd93a0d17da8c181307378))


### Performance Improvements

* **site:** remove useless mobile image ([c55d7cf](https://github.com/haoziqaq/varlet/commit/c55d7cff289ac442672cf77636f87465c763fb93))





## [1.16.2](https://github.com/haoziqaq/varlet/compare/v1.16.1...v1.16.2) (2021-09-01)


Expand Down
8 changes: 4 additions & 4 deletions packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/cli",
"version": "1.16.2",
"version": "1.16.3",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -38,10 +38,10 @@
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@varlet/markdown-loader": "^1.16.1",
"@varlet/touch-emulator": "^1.0.1",
"@varlet/ui": "^1.16.2",
"@varlet/icons": "^1.0.0",
"@varlet/markdown-loader": "^1.16.3",
"@varlet/touch-emulator": "^1.0.1",
"@varlet/ui": "^1.16.3",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/varlet-markdown-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09)


### Bug Fixes

* **cli, markdown-loader:** optimize generators, markdown-loader lock highlight version ([9b3e3bb](https://github.com/haoziqaq/varlet/commit/9b3e3bba6e0c67fa53df23718fddfb8e9f09990f))
* **cli,markdown-loader:** markdown-loader add style option, linter ignore generators ([7ca8844](https://github.com/haoziqaq/varlet/commit/7ca884425eb94df89995ab502a491a26bbefc9d4))





## [1.16.1](https://github.com/haoziqaq/varlet/compare/v1.16.0...v1.16.1) (2021-08-31)


Expand Down
6 changes: 3 additions & 3 deletions packages/varlet-markdown-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/markdown-loader",
"version": "1.16.1",
"version": "1.16.3",
"description": "markdown loader of varlet",
"keywords": [
"loader",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"highlight.js": "10.3.2",
"markdown-it": "^12.0.2",
"loader-utils": "^2.0.0"
"loader-utils": "^2.0.0",
"markdown-it": "^12.0.2"
},
"gitHead": "42554856ff028f6f411a35f468e0f763978270b0"
}
13 changes: 13 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09)


### Bug Fixes

* **cli:** optimized Baidu statistics, add varlet-cli-app generators template, fix cli depend version ([703517e](https://github.com/haoziqaq/varlet/commit/703517eddf8842093897800e4a940906bb632c5f))
* **cli:** themes add progress color config ([f804915](https://github.com/haoziqaq/varlet/commit/f80491508fb80bd7c15c9e014eac78f95430dc57))
* **cli/compile-types:** fix the component name of types ([4d999ee](https://github.com/haoziqaq/varlet/commit/4d999ee876e90b2c22dd93a0d17da8c181307378))





## [1.16.2](https://github.com/haoziqaq/varlet/compare/v1.16.1...v1.16.2) (2021-09-01)

**Note:** Version bump only for package @varlet/ui
Expand Down
4 changes: 2 additions & 2 deletions packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "1.16.2",
"version": "1.16.3",
"description": "A material like components library",
"module": "es/index.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f",
"devDependencies": {
"@varlet/cli": "^1.16.2"
"@varlet/cli": "^1.16.3"
},
"dependencies": {
"dayjs": "^1.10.4",
Expand Down

0 comments on commit 1a650a5

Please sign in to comment.