Skip to content

Commit 82c1114

Browse files
committed
chore(release): 2.3.3
1 parent f6de298 commit 82c1114

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

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

33

4+
### [2.3.3](https://github.com/Kh4f/manual-sorting/compare/2.3.2...2.3.3) (2025-04-30)
5+
6+
7+
### 🩹 Bug Fixes
8+
9+
* **mobile:** prevent tooltip and hover simulation after dragging ([f6de298](https://github.com/Kh4f/manual-sorting/commit/f6de2988e5a285023e6b6609100a692964cddf68))
10+
411
### [2.3.2](https://github.com/Kh4f/manual-sorting/compare/2.3.1...2.3.2) (2025-04-27)
512

613

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.2",
4+
"version": "2.3.3",
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.2",
3+
"version": "2.3.3",
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
@@ -44,5 +44,6 @@
4444
"2.2.1": "0.15.0",
4545
"2.3.0": "0.15.0",
4646
"2.3.1": "0.15.0",
47-
"2.3.2": "0.15.0"
47+
"2.3.2": "0.15.0",
48+
"2.3.3": "0.15.0"
4849
}

0 commit comments

Comments
 (0)