Skip to content

Commit 9fbe0cb

Browse files
committed
1 parent 2ef32db commit 9fbe0cb

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
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.9](https://github.com/phphe/he-tree/compare/[email protected]@1.4.9) (2024-08-22)
7+
8+
**Note:** Version bump only for package docs-site
9+
10+
11+
12+
13+
614
## [1.4.8](https://github.com/phphe/he-tree/compare/[email protected]@1.4.8) (2024-08-22)
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.8",
3+
"version": "1.4.9",
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.4",
17+
"@he-tree/vue": "^2.8.5",
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.5](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** fix build formats: es, cjs, umd ([2ef32db](https://github.com/phphe/he-tree/commit/2ef32dbe4558e71418c807c8a1b91df7733d3275))
12+
13+
14+
15+
16+
617
## [2.8.4](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-08-22)
718

819

packages/he-tree-vue/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/vue",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
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",
@@ -73,4 +73,4 @@
7373
"vite-plugin-dts": "^4.0.3",
7474
"vue": "^3.2.25"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)