Skip to content

Commit 04cdb7d

Browse files
committed
1 parent d235889 commit 04cdb7d

File tree

5 files changed

+27
-8
lines changed

5 files changed

+27
-8
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.15](https://github.com/phphe/he-tree/compare/[email protected]@1.4.15) (2024-12-02)
7+
8+
**Note:** Version bump only for package docs-site
9+
10+
11+
12+
13+
614
## [1.4.14](https://github.com/phphe/he-tree/compare/[email protected]@1.4.14) (2024-11-15)
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.14",
3+
"version": "1.4.15",
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.9.2",
17+
"@he-tree/vue": "workspace:^2.9.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.9.3](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* fix no 'window' in uniapp env ([d235889](https://github.com/phphe/he-tree/commit/d2358890e3aae4b43f673d8ef42a9de31bb188b8))
12+
13+
14+
15+
16+
617
## [2.9.2](https://github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) (2024-11-15)
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.9.2",
3+
"version": "2.9.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",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)