Merge pull request #17 from swartzrock/changeset-release/main

chore: release
This commit is contained in:
Jason Swartz 2026-07-21 22:18:01 -07:00 committed by GitHub
commit 673d32953f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"settings-float": patch
---
cleaned up release assets

View file

@ -1,5 +1,11 @@
# Changelog
## 0.2.3
### Patch Changes
- 386252b: cleaned up release assets
## 0.2.2
### Patch Changes

View file

@ -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",

View file

@ -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",

View file

@ -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"
}