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

chore: release
This commit is contained in:
Jason Swartz 2026-07-21 13:28:28 -07:00 committed by GitHub
commit f82a5c5ecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 20 deletions

View file

@ -1,5 +0,0 @@
---
"settings-float": patch
---
Add Changesets-managed version PRs and automatic GitHub releases.

View file

@ -1,5 +0,0 @@
---
"settings-float": patch
---
Fixed the color-picker selection bug

View file

@ -1,14 +1,18 @@
# Changelog
## 0.2.2
### Patch Changes
- 98aa8cf: Add Changesets-managed version PRs and automatic GitHub releases.
- 73a2264: Fixed the color-picker selection bug
Changes to the Settings Float plugin for Obsidian.
# [0.2.0](https://github.com/swartzrock/obsidian-settings-float-plugin/releases/tag/0.2.0)
Maintenance release for Obsidian community plugin submission feedback and release workflow cleanup.
## Fixed
- Uses Obsidian's `setCssStyles` helper for dynamic modal styles instead of assigning inline style properties directly.
@ -36,14 +40,10 @@ Maintenance release for Obsidian community plugin submission feedback and releas
- `main.js`
- `styles.css`
# [0.1.0](https://github.com/swartzrock/obsidian-settings-float-plugin/releases/tag/0.1.0)
Initial desktop release for moving and resizing the core Obsidian Settings modal.
## Added
- Detects and enhances only the main Obsidian Settings modal.

View file

@ -1,7 +1,7 @@
{
"id": "settings-float",
"name": "Settings Float",
"version": "0.2.1",
"version": "0.2.2",
"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.1",
"version": "0.2.2",
"private": true,
"description": "Obsidian plugin that makes Settings and catalog dialogs movable and resizable.",
"license": "MIT",

View file

@ -1,5 +1,6 @@
{
"0.1.0": "1.6.0",
"0.2.0": "1.6.0",
"0.2.1": "1.6.0"
"0.2.1": "1.6.0",
"0.2.2": "1.6.0"
}