Skip to content

Commit

Permalink
v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Sep 9, 2021
1 parent 32dbf2a commit 42905fe
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **cli:** generators add commitlint ([32dbf2a](https://github.com/haoziqaq/varlet/commit/32dbf2abdb2bc9f75f7447483d4ce6eaa87e5897))


### Features

* **cli:** add gen command ([abdec46](https://github.com/haoziqaq/varlet/commit/abdec46ac7ef39962bb3025b37b12749f767a777))





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


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.3"
"version": "1.17.0"
}
16 changes: 16 additions & 0 deletions packages/varlet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **cli:** generators add commitlint ([32dbf2a](https://github.com/haoziqaq/varlet/commit/32dbf2abdb2bc9f75f7447483d4ce6eaa87e5897))


### Features

* **cli:** add gen command ([abdec46](https://github.com/haoziqaq/varlet/commit/abdec46ac7ef39962bb3025b37b12749f767a777))





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


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.3",
"version": "1.17.0",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -41,7 +41,7 @@
"@varlet/icons": "^1.0.0",
"@varlet/markdown-loader": "^1.16.3",
"@varlet/touch-emulator": "^1.0.1",
"@varlet/ui": "^1.16.3",
"@varlet/ui": "^1.17.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
Expand All @@ -65,6 +65,7 @@
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^5.1.0",
"husky": "^7.0.1",
"inquirer": "^8.1.2",
"jest": "^26.6.3",
"less": "^3.12.2",
"less-loader": "^7.0.2",
Expand All @@ -86,8 +87,7 @@
"webpack": "^5.23.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.3.0",
"webpackbar": "^5.0.0-3",
"inquirer": "^8.1.2"
"webpackbar": "^5.0.0-3"
},
"devDependencies": {
"@types/babel__core": "^7.1.12",
Expand Down
11 changes: 11 additions & 0 deletions packages/varlet-ui/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.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09)


### Features

* **cli:** add gen command ([abdec46](https://github.com/haoziqaq/varlet/commit/abdec46ac7ef39962bb3025b37b12749f767a777))





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


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

0 comments on commit 42905fe

Please sign in to comment.