Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Apr 26, 2021
1 parent 0e5dfa7 commit 7fcb10e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 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.2.0](https://github.com/haoziqaq/varlet/compare/v1.1.0...v1.2.0) (2021-04-26)


### Bug Fixes

* **cli/site:** 添加禁止站点强缓存meta标签 ([761b991](https://github.com/haoziqaq/varlet/commit/761b991dd4b95ee8a3ed543e9b41a1294e1bd944))


### Features

* **switch:** add activeValue prop and inactiveValue prop ([7e56ea7](https://github.com/haoziqaq/varlet/commit/7e56ea71d2a61b9263a132e4d441004040715c8c))





# [1.1.0](https://github.com/haoziqaq/varlet/compare/v1.0.1...v1.1.0) (2021-04-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"ignoreChanges": [
"**/*.md"
],
"version": "1.1.0"
"version": "1.2.0"
}
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.2.0](https://github.com/haoziqaq/varlet/compare/v1.1.0...v1.2.0) (2021-04-26)


### Bug Fixes

* **cli/site:** 添加禁止站点强缓存meta标签 ([761b991](https://github.com/haoziqaq/varlet/commit/761b991dd4b95ee8a3ed543e9b41a1294e1bd944))





# [1.1.0](https://github.com/haoziqaq/varlet/compare/v1.0.1...v1.1.0) (2021-04-26)


Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "1.2.0",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@varlet/markdown-loader": "^1.0.0",
"@varlet/ui": "^1.1.0",
"@varlet/ui": "^1.2.0",
"@vue/compiler-sfc": "^3.0.7",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "9",
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.2.0](https://github.com/haoziqaq/varlet/compare/v1.1.0...v1.2.0) (2021-04-26)


### Features

* **switch:** add activeValue prop and inactiveValue prop ([7e56ea7](https://github.com/haoziqaq/varlet/commit/7e56ea71d2a61b9263a132e4d441004040715c8c))





# [1.1.0](https://github.com/haoziqaq/varlet/compare/v1.0.1...v1.1.0) (2021-04-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "1.1.0",
"version": "1.2.0",
"description": "A material like components library",
"module": "es/index.js",
"main": "cjs/index.js",
Expand Down

0 comments on commit 7fcb10e

Please sign in to comment.