Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Aug 30, 2021
1 parent 3da0433 commit 9556795
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30)


### Bug Fixes

* **cli:** bump version ([3da0433](https://github.com/haoziqaq/varlet/commit/3da04335751955cc0596fddecdcd671add0177de))
* **cli/eslint:** add ext ([6fa3971](https://github.com/haoziqaq/varlet/commit/6fa39716015036c891aaff9cc3452b044baa0eda))
* **compile:** remove unnecessary camelize method ([e9fd509](https://github.com/haoziqaq/varlet/commit/e9fd509fb07e29be47f11333e595a852bdc1971c))
* **site:** remove import ([2b6c499](https://github.com/haoziqaq/varlet/commit/2b6c4996275dba15ce7bc0a8a83cd7a5f1e7ba8c))


### Features

* **site:** add theme config ([1d2c04c](https://github.com/haoziqaq/varlet/commit/1d2c04c862e8403655ec8bf5a13b84ddf2c3a801))





# [1.15.0](https://github.com/haoziqaq/varlet/compare/v1.14.2...v1.15.0) (2021-08-13)


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

# [1.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30)


### Bug Fixes

* **cli:** bump version ([3da0433](https://github.com/haoziqaq/varlet/commit/3da04335751955cc0596fddecdcd671add0177de))
* **cli/eslint:** add ext ([6fa3971](https://github.com/haoziqaq/varlet/commit/6fa39716015036c891aaff9cc3452b044baa0eda))
* **compile:** remove unnecessary camelize method ([e9fd509](https://github.com/haoziqaq/varlet/commit/e9fd509fb07e29be47f11333e595a852bdc1971c))
* **site:** remove import ([2b6c499](https://github.com/haoziqaq/varlet/commit/2b6c4996275dba15ce7bc0a8a83cd7a5f1e7ba8c))


### Features

* **site:** add theme config ([1d2c04c](https://github.com/haoziqaq/varlet/commit/1d2c04c862e8403655ec8bf5a13b84ddf2c3a801))





# [1.15.0](https://github.com/haoziqaq/varlet/compare/v1.14.2...v1.15.0) (2021-08-13)

**Note:** Version bump only for package @varlet/cli
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.15.0",
"version": "1.16.0",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -37,8 +37,8 @@
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@varlet/markdown-loader": "^1.9.0",
"@varlet/ui": "^1.15.0",
"@varlet/markdown-loader": "^1.16.0",
"@varlet/ui": "^1.16.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
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.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30)

**Note:** Version bump only for package @varlet/markdown-loader





# [1.9.0](https://github.com/haoziqaq/varlet/compare/v1.8.0...v1.9.0) (2021-07-17)

**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.9.0",
"version": "1.16.0",
"description": "markdown loader of varlet",
"keywords": [
"loader",
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.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30)

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





# [1.15.0](https://github.com/haoziqaq/varlet/compare/v1.14.2...v1.15.0) (2021-08-13)


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.15.0",
"version": "1.16.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.15.0"
"@varlet/cli": "^1.16.0"
},
"dependencies": {
"@varlet/icons": "^1.0.0",
Expand Down

0 comments on commit 9556795

Please sign in to comment.