chore: bump version to 4.2.0

This commit is contained in:
Quorafind 2026-03-11 14:31:10 +08:00
parent 3896bcfc34
commit e1b2a6e2db
4 changed files with 13 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{
"id": "float-search",
"name": "Floating Search",
"version": "4.1.1",
"version": "4.2.0",
"minAppVersion": "0.15.0",
"description": "You can use search view in modal/leaf/popout window now.",
"author": "Boninall",

View file

@ -1,6 +1,6 @@
{
"name": "float-search",
"version": "4.1.1",
"version": "4.2.0",
"description": "You can use search view in modal/leaf/popout window now.",
"main": "main.js",
"scripts": {
@ -17,7 +17,7 @@
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"obsidian": "^1.7.2",
"obsidian": "^1.12.3",
"tslib": "2.4.0",
"typescript": "4.7.4"
},

View file

@ -28,8 +28,8 @@ importers:
specifier: 0.14.47
version: 0.14.47
obsidian:
specifier: ^1.7.2
version: 1.7.2(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)
specifier: ^1.12.3
version: 1.12.3(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)
tslib:
specifier: 2.4.0
version: 2.4.0
@ -486,7 +486,7 @@ packages:
glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
deprecated: Glob versions prior to v9 are no longer supported
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
globals@13.24.0:
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
@ -602,11 +602,11 @@ packages:
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
obsidian@1.7.2:
resolution: {integrity: sha512-k9hN9brdknJC+afKr5FQzDRuEFGDKbDjfCazJwpgibwCAoZNYHYV8p/s3mM8I6AsnKrPKNXf8xGuMZ4enWelZQ==}
obsidian@1.12.3:
resolution: {integrity: sha512-HxWqe763dOqzXjnNiHmAJTRERN8KILBSqxDSEqbeSr7W8R8Jxezzbca+nz1LiiqXnMpM8lV2jzAezw3CZ4xNUw==}
peerDependencies:
'@codemirror/state': ^6.0.0
'@codemirror/view': ^6.0.0
'@codemirror/state': 6.5.0
'@codemirror/view': 6.38.6
once@1.4.0:
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
@ -1316,7 +1316,7 @@ snapshots:
natural-compare@1.4.0: {}
obsidian@1.7.2(@codemirror/state@6.2.1)(@codemirror/view@6.18.1):
obsidian@1.12.3(@codemirror/state@6.2.1)(@codemirror/view@6.18.1):
dependencies:
'@codemirror/state': 6.2.1
'@codemirror/view': 6.18.1

View file

@ -32,5 +32,6 @@
"3.5.1": "0.15.0",
"4.0.0": "0.15.0",
"4.1.0": "0.15.0",
"4.1.1": "0.15.0"
"4.1.1": "0.15.0",
"4.2.0": "0.15.0"
}