Skip to content

Commit

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


### Bug Fixes

* **cli:** fix commitlint config, add changelog command ([5688425](https://github.com/haoziqaq/varlet/commit/5688425757e2d6d60fcaa25e9eef254f417d3180))





## [1.17.2](https://github.com/haoziqaq/varlet/compare/v1.17.1...v1.17.2) (2021-09-09)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"publishConfig": {
"access": "public"
},
"ignoreChanges": ["**/*.md"],
"version": "1.17.2"
"ignoreChanges": [
"**/*.md"
],
"version": "1.17.3"
}
11 changes: 11 additions & 0 deletions packages/varlet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.3](https://github.com/haoziqaq/varlet/compare/v1.17.2...v1.17.3) (2021-09-09)


### Bug Fixes

* **cli:** fix commitlint config, add changelog command ([5688425](https://github.com/haoziqaq/varlet/commit/5688425757e2d6d60fcaa25e9eef254f417d3180))





## [1.17.2](https://github.com/haoziqaq/varlet/compare/v1.17.1...v1.17.2) (2021-09-09)


Expand Down
6 changes: 3 additions & 3 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.17.2",
"version": "1.17.3",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -38,13 +38,12 @@
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"cz-conventional-changelog": "^3.3.0",
"@varlet/eslint-config": "^1.13.0",
"@varlet/icons": "^1.0.0",
"@varlet/markdown-loader": "^1.16.3",
"@varlet/stylelint-config": "^1.9.0",
"@varlet/touch-emulator": "^1.0.1",
"@varlet/ui": "^1.17.2",
"@varlet/ui": "^1.17.3",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
Expand All @@ -61,6 +60,7 @@
"commitizen": "^4.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.30.0",
"execa": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^5.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.3](https://github.com/haoziqaq/varlet/compare/v1.17.2...v1.17.3) (2021-09-09)

**Note:** Version bump only for package @varlet/ui





## [1.17.2](https://github.com/haoziqaq/varlet/compare/v1.17.1...v1.17.2) (2021-09-09)

**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.17.2",
"version": "1.17.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.17.2"
"@varlet/cli": "^1.17.3"
},
"dependencies": {
"dayjs": "^1.10.4",
Expand Down

0 comments on commit 3dc94ef

Please sign in to comment.