mirror of
https://github.com/swartzrock/obsidian-settings-float-plugin.git
synced 2026-07-22 07:48:42 +00:00
Merge pull request #17 from swartzrock/changeset-release/main
chore: release
This commit is contained in:
commit
673d32953f
5 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"settings-float": patch
|
||||
---
|
||||
|
||||
cleaned up release assets
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 386252b: cleaned up release assets
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "settings-float",
|
||||
"name": "Settings Float",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"minAppVersion": "1.6.0",
|
||||
"description": "Makes the Settings, Theme, and Community Plugins dialogs movable and resizable.",
|
||||
"author": "Jason Swartz",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "settings-float",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"private": true,
|
||||
"description": "Obsidian plugin that makes Settings and catalog dialogs movable and resizable.",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
"0.1.0": "1.6.0",
|
||||
"0.2.0": "1.6.0",
|
||||
"0.2.1": "1.6.0",
|
||||
"0.2.2": "1.6.0"
|
||||
"0.2.2": "1.6.0",
|
||||
"0.2.3": "1.6.0"
|
||||
}
|
||||
Loading…
Reference in a new issue