Skip to content

Commit 92aad8b

Browse files
committed
chore(release): 2.3.2
1 parent 15f463a commit 92aad8b

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
### [2.3.2](https://github.com/Kh4f/manual-sorting/compare/2.3.1...2.3.2) (2025-04-27)
5+
6+
7+
### 🩹 Bug Fixes
8+
9+
* **dnd:** correct file/folder info tooltip behavior while dragging ([15f463a](https://github.com/Kh4f/manual-sorting/commit/15f463aa4c82981eb0aec1f87c7447c75a4ec898))
10+
* **dnd:** correct hover state after dragging ([916b773](https://github.com/Kh4f/manual-sorting/commit/916b7738efccb22a440d1ce1b7704101b2abdb43))
11+
412
### [2.3.1](https://github.com/Kh4f/manual-sorting/compare/2.3.0...2.3.1) (2025-04-21)
513

614

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "manual-sorting",
33
"name": "Manual Sorting",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop sorting within file explorer.",
77
"author": "Kh4f",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manual-sorting",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "An Obsidian plugin that adds manual drag&drop sorting to the file explorer.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@
4343
"2.2.0": "0.15.0",
4444
"2.2.1": "0.15.0",
4545
"2.3.0": "0.15.0",
46-
"2.3.1": "0.15.0"
46+
"2.3.1": "0.15.0",
47+
"2.3.2": "0.15.0"
4748
}

0 commit comments

Comments
 (0)