Skip to content

Commit 4f46e47

Browse files
committed
1 parent 5a248e9 commit 4f46e47

File tree

5 files changed

+47
-12
lines changed

5 files changed

+47
-12
lines changed

packages/docs-site/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.4.12](https://github.com/phphe/he-tree/compare/[email protected]@1.4.12) (2024-11-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **doc:** doc anchor ([c573749](https://github.com/phphe/he-tree/commit/c5737495d0bae7b31261f1ebf19ec4216c3a864f))
12+
13+
14+
15+
16+
617
## [1.4.11](https://github.com/phphe/he-tree/compare/[email protected]@1.4.11) (2024-10-02)
718

819

packages/docs-site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-site",
3-
"version": "1.4.11",
3+
"version": "1.4.12",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"deploy": "ts-node scripts/deploy.ts"
1515
},
1616
"dependencies": {
17-
"@he-tree/vue": "workspace:^2.8.7",
17+
"@he-tree/vue": "workspace:^2.9.0",
1818
"@tailwindcss/forms": "^0.5.2",
1919
"@tailwindcss/typography": "^0.5.4",
2020
"@types/fs-extra": "^9.0.13",

packages/he-tree-vue/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+
# [2.9.0](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-11-01)
7+
8+
9+
### Features
10+
11+
* **dragcontext:** add closestNode ([b095a51](https://github.com/phphe/he-tree/commit/b095a5111783baf683116637df0a26fcb33e7096))
12+
13+
14+
15+
16+
617
## [2.8.7](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-10-02)
718

819

packages/he-tree-vue/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/vue",
3-
"version": "2.8.7",
3+
"version": "2.9.0",
44
"description": "Vue tree component. Features: Vue2 & 3, TypeScript, SSR, nested, virtual list, draggable, sortable, placeholder for drag, table tree, based on Drag and Drop API, deal with any other code based on Drag and Drop API.",
55
"keywords": [
66
"Vue tree component",

pnpm-lock.yaml

Lines changed: 22 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)