Skip to content

Commit cd1b892

Browse files
committed
1 parent c920a63 commit cd1b892

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.8](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **draggable:** $droppable set to false is still able to be dropped into ([c920a63](https://github.com/phphe/he-tree/commit/c920a6319281453cb936831a8c61393f9ae5580d)), closes [#17](https://github.com/phphe/he-tree/issues/17)
12+
13+
14+
15+
16+
617
## [1.3.7](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-26)
718

819
**Note:** Version bump only for package @he-tree/vue2

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.7",
3+
"version": "1.3.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/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.7](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **draggable:** $droppable set to false is still able to be dropped into ([c920a63](https://github.com/phphe/he-tree/commit/c920a6319281453cb936831a8c61393f9ae5580d)), closes [#17](https://github.com/phphe/he-tree/issues/17)
12+
13+
14+
15+
16+
617
## [1.2.6](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-12-26)
718

819
**Note:** Version bump only for package @he-tree/vue3

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.6",
3+
"version": "1.2.7",
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.12](https://github.com/phphe/he-tree/compare/[email protected]@1.0.12) (2021-12-28)
7+
8+
**Note:** Version bump only for package he-tree-website
9+
10+
11+
12+
13+
614
## [1.0.11](https://github.com/phphe/he-tree/compare/[email protected]@1.0.11) (2021-12-26)
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.11",
3+
"version": "1.0.12",
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.6",
17+
"@he-tree/vue3": "^1.2.7",
1818
"@tailwindcss/forms": "^0.3.2",
1919
"@tailwindcss/typography": "^0.4.0",
2020
"axios": "^0.21.1",

0 commit comments

Comments
 (0)