From 90c42ef7f205f1e9e92983d13cbe68dbe588bca6 Mon Sep 17 00:00:00 2001 From: andrejilderda Date: Tue, 20 Aug 2024 20:05:00 +0000 Subject: [PATCH] chore: apply changesets and update manifest version to 1.5.8 --- .changeset/proud-points-dress.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/proud-points-dress.md diff --git a/.changeset/proud-points-dress.md b/.changeset/proud-points-dress.md deleted file mode 100644 index 3f05b27..0000000 --- a/.changeset/proud-points-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"joplin-plugin-macos-theme": patch ---- - -fix: checkbox icon in editor when Phosphor icons are used diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a9fa4..58b9a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.8 + +### Patch Changes + +- [#146](https://github.com/andrejilderda/joplin-macos-native-theme/pull/146) [`2003bb4`](https://github.com/andrejilderda/joplin-macos-native-theme/commit/2003bb4aed2fb5e20c0a96dfc90ee7c26e5b5f0a) Thanks [@GarreltMock](https://github.com/GarreltMock)! - fix: checkbox icon in editor when Phosphor icons are used + ## 1.5.7 ### Patch Changes diff --git a/package.json b/package.json index 6a839d0..73cd30e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-macos-theme", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/andrejilderda/joplin-macos-native-theme" diff --git a/src/manifest.json b/src/manifest.json index daeebaa..4822a2b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.5.7", + "version": "1.5.8", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda",