You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): Replace sharp with image-size and release v1.0.8
- Replaced native 'sharp' dependency with 'image-size' in core to fix CLI bundling issues with pkg.
- Updated CLI pkg configuration to remove unnecessary native asset inclusion.
- Bumped version to 1.0.8.
Copy file name to clipboardExpand all lines: packages/desktop-app/package.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@munlicode/munliwall-desktop",
3
-
"version": "1.0.7",
3
+
"version": "1.0.8",
4
4
"description": "A simple yet powerful tool designed to transform your workspace with ease. Wallpaper lets you effortlessly manage your desktop backgrounds — download stunning wallpapers, upload your own creations, or update your setup automatically.",
0 commit comments