diff --git a/.changeset/calm-windows-release.md b/.changeset/calm-windows-release.md deleted file mode 100644 index af346fc..0000000 --- a/.changeset/calm-windows-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"settings-float": patch ---- - -Add Changesets-managed version PRs and automatic GitHub releases. diff --git a/.changeset/wild-cameras-cross.md b/.changeset/wild-cameras-cross.md deleted file mode 100644 index f6c3b15..0000000 --- a/.changeset/wild-cameras-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"settings-float": patch ---- - -Fixed the color-picker selection bug diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2cdb3..bfc6014 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/manifest.json b/manifest.json index 2a04739..769727f 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 5c37ae2..b57738b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 91a5834..f505b27 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file