Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jul 17, 2021
1 parent cf2cf3e commit 56b1f5b
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* adjust the execution position of the remove function ([7fc61de](https://github.com/haoziqaq/varlet/commit/7fc61deb9eca3bf30a4ecf1d37f531d2c1b154e8))
* **ui/swipe:** fix vertical swipe indicator margin error ([a23a266](https://github.com/haoziqaq/varlet/commit/a23a2664462b5a785e713f29951ed8f7a31b27b8))
* enhance type import ([ae000e5](https://github.com/haoziqaq/varlet/commit/ae000e5755fe3e7618c96a46fa5f3cde89dcb86f))
* remove unnecessary inheritAttrs prop ([91d9503](https://github.com/haoziqaq/varlet/commit/91d95033ed94111c49b7af75713ec7cfd8504a58))
* remove unnecessary inheritAttrs prop and update way of import type ([72522ba](https://github.com/haoziqaq/varlet/commit/72522ba93c2e5c69f3a7e3cd4ee0ee6b8463e107))
* remove unnecessary less import ([a10ee49](https://github.com/haoziqaq/varlet/commit/a10ee49f5aa839f957268f981d156b405fed9f46))


### Features

* **extension:** add siteMap ([a01d726](https://github.com/haoziqaq/varlet/commit/a01d726e922d8a9f36f79f16184bf2d474b60241))





# [1.8.0](https://github.com/haoziqaq/varlet/compare/v1.7.1...v1.8.0) (2021-07-02)


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

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


### Bug Fixes

* adjust the execution position of the remove function ([7fc61de](https://github.com/haoziqaq/varlet/commit/7fc61deb9eca3bf30a4ecf1d37f531d2c1b154e8))
* enhance type import ([ae000e5](https://github.com/haoziqaq/varlet/commit/ae000e5755fe3e7618c96a46fa5f3cde89dcb86f))





# [1.8.0](https://github.com/haoziqaq/varlet/compare/v1.7.1...v1.8.0) (2021-07-02)


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.9.0-alpha.10+7638540",
"version": "1.9.0",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -36,8 +36,8 @@
"@babel/plugin-transform-typescript": "^7.12.17",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@varlet/markdown-loader": "^1.0.0",
"@varlet/ui": "^1.8.0",
"@varlet/markdown-loader": "^1.9.0",
"@varlet/ui": "^1.9.0",
"@vue/compiler-sfc": "^3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "9",
Expand Down
8 changes: 8 additions & 0 deletions packages/varlet-eslint-config/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.9.0](https://github.com/haoziqaq/varlet/compare/v1.8.0...v1.9.0) (2021-07-17)

**Note:** Version bump only for package @varlet/eslint-config





# [1.8.0](https://github.com/haoziqaq/varlet/compare/v1.7.1...v1.8.0) (2021-07-02)

**Note:** Version bump only for package @varlet/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/eslint-config",
"version": "1.8.0",
"version": "1.9.0",
"description": "eslint config of varlet",
"keywords": [
"eslint",
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.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





# [1.0.0](https://github.com/haoziqaq/varlet/compare/v0.13.3...v1.0.0) (2021-04-21)

**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.0.0",
"version": "1.9.0",
"description": "markdown loader of varlet",
"keywords": [
"loader",
Expand Down
8 changes: 8 additions & 0 deletions packages/varlet-stylelint-config/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.9.0](https://github.com/haoziqaq/varlet/compare/v1.8.0...v1.9.0) (2021-07-17)

**Note:** Version bump only for package @varlet/stylelint-config





# [1.0.0](https://github.com/haoziqaq/varlet/compare/v0.13.3...v1.0.0) (2021-04-21)

**Note:** Version bump only for package @varlet/stylelint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/stylelint-config",
"version": "1.0.0",
"version": "1.9.0",
"description": "stylelint config of varlet",
"keywords": [
"stylelint",
Expand Down
14 changes: 14 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **ui/swipe:** fix vertical swipe indicator margin error ([a23a266](https://github.com/haoziqaq/varlet/commit/a23a2664462b5a785e713f29951ed8f7a31b27b8))
* remove unnecessary inheritAttrs prop ([91d9503](https://github.com/haoziqaq/varlet/commit/91d95033ed94111c49b7af75713ec7cfd8504a58))
* remove unnecessary inheritAttrs prop and update way of import type ([72522ba](https://github.com/haoziqaq/varlet/commit/72522ba93c2e5c69f3a7e3cd4ee0ee6b8463e107))
* remove unnecessary less import ([a10ee49](https://github.com/haoziqaq/varlet/commit/a10ee49f5aa839f957268f981d156b405fed9f46))





# [1.8.0](https://github.com/haoziqaq/varlet/compare/v1.7.1...v1.8.0) (2021-07-02)


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.8.0",
"version": "1.9.0",
"description": "A material like components library",
"module": "es/index.js",
"typings": "types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/varlet-vscode-extension/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.9.0](https://github.com/haoziqaq/varlet/compare/v1.8.0...v1.9.0) (2021-07-17)


### Features

* **extension:** add siteMap ([a01d726](https://github.com/haoziqaq/varlet/commit/a01d726e922d8a9f36f79f16184bf2d474b60241))





# [1.7.0](https://github.com/haoziqaq/varlet/compare/v1.6.0...v1.7.0) (2021-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "src/icon.png",
"description": "varlet extension for vscode",
"publisher": "haoziqaq",
"version": "1.7.0",
"version": "1.9.0",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

0 comments on commit 56b1f5b

Please sign in to comment.