Skip to content

Commit 491e5df

Browse files
committed
1 parent 583f707 commit 491e5df

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/docs-site/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.4.7](https://github.com/phphe/he-tree/compare/[email protected]@1.4.7) (2024-08-07)
7+
8+
**Note:** Version bump only for package docs-site
9+
10+
11+
12+
13+
614
## [1.4.6](https://github.com/phphe/he-tree/compare/[email protected]@1.4.6) (2024-03-12)
715

816
**Note:** Version bump only for package docs-site

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.6",
3+
"version": "1.4.7",
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": "^2.8.2",
17+
"@he-tree/vue": "^2.8.3",
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.8.3](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **a method:** removeMulti ([583f707](https://github.com/phphe/he-tree/commit/583f707a8fe0051ec686469925d0c9caa387c279))
12+
13+
14+
15+
16+
617
## [2.8.2](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-03-12)
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.2",
3+
"version": "2.8.3",
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",

0 commit comments

Comments
 (0)