From 2f116f04ed33770539e1812a1008ba2abf6389e5 Mon Sep 17 00:00:00 2001 From: Chugunov Roman Date: Thu, 9 Dec 2021 12:40:23 +0300 Subject: [PATCH] Release v0.9.3 --- package.json | 2 +- resources/figma-linux-appimage.desktop | 2 +- scripts/debian/changelog | 14 ++++++++++++++ snap/snapcraft.yaml | 2 +- src/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 75fbd5f7..4234ea67 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "figma-linux", - "version": "0.9.2", + "version": "0.9.3", "description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux", "main": "src/main/index.js", "repository": "git@github.com:ChugunovRoman/figma-linux.git", diff --git a/resources/figma-linux-appimage.desktop b/resources/figma-linux-appimage.desktop index 1d8b8d3d..514f0e97 100644 --- a/resources/figma-linux-appimage.desktop +++ b/resources/figma-linux-appimage.desktop @@ -6,6 +6,6 @@ Terminal=false Type=Application Icon=figma-linux StartupWMClass=figma-linux -X-AppImage-Version=0.9.2 +X-AppImage-Version=0.9.3 Categories=Graphics; MimeType=application/figma;x-scheme-handler/figma; diff --git a/scripts/debian/changelog b/scripts/debian/changelog index 98a9f276..18dcc5e2 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,3 +1,17 @@ +figma-linux (0.9.3-1ubuntu0) devel; urgency=medium + + * Publish 0.9.3 version + + ## Bug Fixes: + * Backgroud color for the main projects page + * Update the work with tab's BrowserView + * Bump desktop API version to 53 + + ## Other Changes: + * Bump Electron.js version to 13.6.3 + + -- Chugunov Roman Thu, 09 Dec 2021 12:40:23 +0300 + figma-linux (0.9.2-1ubuntu0) devel; urgency=medium * Publish 0.9.2 version diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index afd01466..90f2fb9d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: figma-linux -version: '0.9.2' +version: '0.9.3' summary: Unofficial Figma desktop app for Linux platform description: | Figma is the first interface design tool based in the browser, diff --git a/src/package.json b/src/package.json index d74c4c59..effd5bab 100755 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "figma-linux", - "version": "0.9.2", + "version": "0.9.3", "description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux", "main": "main/main.js", "repository": "git@github.com:ChugunovRoman/figma-linux.git",