Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Sep 13, 2021
1 parent 80f9097 commit 8f36f46
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 9 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.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)


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.18.1"
"version": "1.19.0"
}
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.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)


Expand Down
10 changes: 5 additions & 5 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.18.1",
"version": "1.19.0",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/varlet-markdown-loader/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.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
Expand Down
2 changes: 1 addition & 1 deletion 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.18.1",
"version": "1.19.0",
"description": "markdown loader of varlet",
"keywords": [
"loader",
Expand Down
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.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
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.18.1",
"version": "1.19.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.18.1"
"@varlet/cli": "^1.19.0"
},
"dependencies": {
"dayjs": "^1.10.4",
Expand Down

0 comments on commit 8f36f46

Please sign in to comment.