Skip to content

Commit 6756b8f

Browse files
committed
1 parent babdcb8 commit 6756b8f

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.4](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **typescript:** add types field in package.json ([babdcb8](https://github.com/phphe/he-tree/commit/babdcb8c76679183d2b2ebb612c620f7946fd729))
12+
13+
14+
15+
16+
617
## [1.3.3](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-10-18)
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.3",
3+
"version": "1.3.4",
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.3](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* types ([4c2cc8f](https://github.com/phphe/he-tree/commit/4c2cc8f849ab4cdcddbba6b2961ec1b6815510fd))
12+
13+
14+
15+
16+
617
## [1.2.2](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2021-10-18)
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.2",
3+
"version": "1.2.3",
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.8](https://github.com/phphe/he-tree/compare/[email protected]@1.0.8) (2021-10-29)
7+
8+
**Note:** Version bump only for package he-tree-website
9+
10+
11+
12+
13+
614
## [1.0.7](https://github.com/phphe/he-tree/compare/[email protected]@1.0.7) (2021-10-18)
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.7",
3+
"version": "1.0.8",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"compile-docs": "ts-node scripts/compile-docs.ts"
1414
},
1515
"dependencies": {
16-
"@he-tree/vue3": "^1.2.2",
16+
"@he-tree/vue3": "^1.2.3",
1717
"@tailwindcss/forms": "^0.3.2",
1818
"@tailwindcss/typography": "^0.4.0",
1919
"axios": "^0.21.1",

0 commit comments

Comments
 (0)