mirror of
https://github.com/swartzrock/obsidian-settings-float-plugin.git
synced 2026-07-22 07:48:42 +00:00
Merge pull request #14 from swartzrock/changeset-release/main
chore: release
This commit is contained in:
commit
f82a5c5ecf
6 changed files with 11 additions and 20 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"settings-float": patch
|
||||
---
|
||||
|
||||
Add Changesets-managed version PRs and automatic GitHub releases.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"settings-float": patch
|
||||
---
|
||||
|
||||
Fixed the color-picker selection bug
|
||||
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue