Skip to content

Commit 6f69572

Browse files
committed
Publish
- docs-site@1.4.3 - @he-tree/vue@2.7.1
1 parent afa67bb commit 6f69572

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

packages/docs-site/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3](https://github.com/phphe/he-tree/compare/docs-site@1.4.2...docs-site@1.4.3) (2023-11-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** remove space of videos' name ([af8be46](https://github.com/phphe/he-tree/commit/af8be46cc8e8846809142cc1f3881597b677b5a6))
12+
* fix doc site video issue ([0e790fc](https://github.com/phphe/he-tree/commit/0e790fcefe1e1c0c88bbf2d8af762be0620c3530))
13+
14+
15+
16+
17+
618
## [1.4.2](https://github.com/phphe/he-tree/compare/docs-site@1.4.1...docs-site@1.4.2) (2023-09-27)
719

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

packages/docs-site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-site",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -28,10 +28,10 @@
2828
"fuse.js": "^6.6.2",
2929
"gitalk": "^1.7.2",
3030
"helper-js": "^3.1.2",
31-
"shikiji": "^0.6.10",
3231
"marked": "^4.0.18",
3332
"mdi-js": "^1.0.1",
3433
"scriptjs": "^2.5.9",
34+
"shikiji": "^0.6.10",
3535
"vue": "^3.3.4",
3636
"vue-demi": "latest",
3737
"vue-github-button": "^3.0.3",
@@ -80,4 +80,4 @@
8080
"*.{css,scss,vue}": "stylelint --fix",
8181
"*": "prettier -w -u"
8282
}
83-
}
83+
}

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.7.1](https://github.com/phphe/he-tree/compare/@he-tree/vue@2.7.0...@he-tree/vue@2.7.1) (2023-11-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **maxlevel:** fix maxLevel does not work for external drag ([afa67bb](https://github.com/phphe/he-tree/commit/afa67bbf08e86071ebb19dc341201efefcef4da5))
12+
13+
14+
15+
16+
617
# [2.7.0](https://github.com/phphe/he-tree/compare/@he-tree/vue@2.6.0...@he-tree/vue@2.7.0) (2023-09-27)
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.7.0",
3+
"version": "2.7.1",
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",
@@ -74,4 +74,4 @@
7474
"vite-plugin-dts": "^0.9.9",
7575
"vue": "^3.2.25"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)