Skip to content

Commit

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

# [1.21.0](https://github.com/haoziqaq/varlet/compare/v1.20.0...v1.21.0) (2021-09-22)


### Bug Fixes

* **index-bar:** fix the bug of overlap ([52c1d9b](https://github.com/haoziqaq/varlet/commit/52c1d9be10f9ece2f70fd613a24fac6457d016a6))
* **index-bar:** fix the scrolling bug when index-bar is not 0 away from the top ([2f28954](https://github.com/haoziqaq/varlet/commit/2f28954d1ac4d14ffaa6d439675318dab273e0f9))
* **types:** add props type declaration ([a547cc9](https://github.com/haoziqaq/varlet/commit/a547cc9fa99436d82d0ae2ac2804b0b94d0d3da0))
* **ui/sticky:** remove auto check sticky support statement ([8a35d98](https://github.com/haoziqaq/varlet/commit/8a35d98487cc3c547d42a5c22ad32d8e2c96d19a))
* **ui/sticky:** use scroll mode as sticky default mode ([3769f8b](https://github.com/haoziqaq/varlet/commit/3769f8b0837bc16f9bc4d7ce3405cac61c1f79e1))


### Features

* **ui/sticky:** add disabled,css-mode props ([5dbfbca](https://github.com/haoziqaq/varlet/commit/5dbfbca81a04d41583827d40f2cb9b8ffe391ad3))





# [1.20.0](https://github.com/haoziqaq/varlet/compare/v1.19.0...v1.20.0) (2021-09-15)


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.20.0"
"version": "1.21.0"
}
8 changes: 8 additions & 0 deletions packages/varlet-cli/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.21.0](https://github.com/haoziqaq/varlet/compare/v1.20.0...v1.21.0) (2021-09-22)

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





# [1.20.0](https://github.com/haoziqaq/varlet/compare/v1.19.0...v1.20.0) (2021-09-15)


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.20.0",
"version": "1.21.0",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@varlet/markdown-loader": "^1.20.0",
"@varlet/stylelint-config": "^1.9.0",
"@varlet/touch-emulator": "^1.0.1",
"@varlet/ui": "^1.20.0",
"@varlet/ui": "^1.21.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
Expand Down
20 changes: 20 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.21.0](https://github.com/haoziqaq/varlet/compare/v1.20.0...v1.21.0) (2021-09-22)


### Bug Fixes

* **index-bar:** fix the bug of overlap ([52c1d9b](https://github.com/haoziqaq/varlet/commit/52c1d9be10f9ece2f70fd613a24fac6457d016a6))
* **index-bar:** fix the scrolling bug when index-bar is not 0 away from the top ([2f28954](https://github.com/haoziqaq/varlet/commit/2f28954d1ac4d14ffaa6d439675318dab273e0f9))
* **types:** add props type declaration ([a547cc9](https://github.com/haoziqaq/varlet/commit/a547cc9fa99436d82d0ae2ac2804b0b94d0d3da0))
* **ui/sticky:** remove auto check sticky support statement ([8a35d98](https://github.com/haoziqaq/varlet/commit/8a35d98487cc3c547d42a5c22ad32d8e2c96d19a))
* **ui/sticky:** use scroll mode as sticky default mode ([3769f8b](https://github.com/haoziqaq/varlet/commit/3769f8b0837bc16f9bc4d7ce3405cac61c1f79e1))


### Features

* **ui/sticky:** add disabled,css-mode props ([5dbfbca](https://github.com/haoziqaq/varlet/commit/5dbfbca81a04d41583827d40f2cb9b8ffe391ad3))





# [1.20.0](https://github.com/haoziqaq/varlet/compare/v1.19.0...v1.20.0) (2021-09-15)

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

0 comments on commit e6dfe7a

Please sign in to comment.