Skip to content

Commit cf29013

Browse files
committed
1 parent 68b6049 commit cf29013

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

packages/vue2/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.9](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **BaseTree:** fix wrong display filter when virtualization list disabled ([68b6049](https://github.com/phphe/he-tree/commit/68b60491fd781e628dfdc6e730cbfaa4d1a2a086)), closes [#3](https://github.com/phphe/he-tree/issues/3)
12+
13+
14+
15+
16+
617
## [1.3.8](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-28)
718

819

packages/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@he-tree/vue2",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "Vue tree component. Features: draggable, drag sortable, virtualization list, Vue2, Vue3, Typescript, lazy load, RTL. Vue 树组件. 可拖拽, 拖拽排序, 虚拟列表, Vue2, Vue3, Typescript, 延迟加载子节点, 从右往左显示.",
55
"files": [
66
"dist",

packages/vue3/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.8](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **BaseTree:** fix wrong display filter when virtualization list disabled ([68b6049](https://github.com/phphe/he-tree/commit/68b60491fd781e628dfdc6e730cbfaa4d1a2a086)), closes [#3](https://github.com/phphe/he-tree/issues/3)
12+
13+
14+
15+
16+
617
## [1.2.7](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-28)
718

819

packages/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@he-tree/vue3",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "Vue tree component. Features: draggable, drag sortable, virtualization list, Vue2, Vue3, Typescript, lazy load, RTL. Vue 树组件. 可拖拽, 拖拽排序, 虚拟列表, Vue2, Vue3, Typescript, 延迟加载子节点, 从右往左显示.",
55
"files": [
66
"dist",

packages/website/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.13](https://github.com/phphe/he-tree/compare/[email protected]@1.0.13) (2021-12-29)
7+
8+
**Note:** Version bump only for package he-tree-website
9+
10+
11+
12+
13+
614
## [1.0.12](https://github.com/phphe/he-tree/compare/[email protected]@1.0.12) (2021-12-28)
715

816
**Note:** Version bump only for package he-tree-website

packages/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "he-tree-website",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"deploy": "sh deploy.sh"
1515
},
1616
"dependencies": {
17-
"@he-tree/vue3": "^1.2.7",
17+
"@he-tree/vue3": "^1.2.8",
1818
"@tailwindcss/forms": "^0.3.2",
1919
"@tailwindcss/typography": "^0.4.0",
2020
"axios": "^0.21.1",

0 commit comments

Comments
 (0)