diff --git a/.changeset/curvy-experts-rule.md b/.changeset/curvy-experts-rule.md deleted file mode 100644 index cc0b132..0000000 --- a/.changeset/curvy-experts-rule.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hostd': patch -'renterd': patch -'walletd': patch ---- - -The RPM package now does not contain the debug information in `/usr/lib/.build-id` anymore. This should avoid any conflicts with other Electron-based applications. Closes https://github.com/SiaFoundation/desktop/issues/99 diff --git a/hostd/CHANGELOG.md b/hostd/CHANGELOG.md index e930028..afbf785 100644 --- a/hostd/CHANGELOG.md +++ b/hostd/CHANGELOG.md @@ -1,5 +1,11 @@ # hostd +## 0.17.1 + +### Patch Changes + +- fda943f: The RPM package now does not contain the debug information in `/usr/lib/.build-id` anymore. This should avoid any conflicts with other Electron-based applications. Closes https://github.com/SiaFoundation/desktop/issues/99 + ## 0.17.0 ### Minor Changes diff --git a/hostd/package.json b/hostd/package.json index ac8edc6..ea14b2a 100644 --- a/hostd/package.json +++ b/hostd/package.json @@ -1,6 +1,6 @@ { "name": "hostd", - "version": "0.17.0", + "version": "0.17.1", "license": "MIT", "private": true, "description": "The hostd desktop app", diff --git a/renterd/CHANGELOG.md b/renterd/CHANGELOG.md index d328aa7..4a08dbd 100644 --- a/renterd/CHANGELOG.md +++ b/renterd/CHANGELOG.md @@ -1,5 +1,11 @@ # renterd +## 0.17.1 + +### Patch Changes + +- fda943f: The RPM package now does not contain the debug information in `/usr/lib/.build-id` anymore. This should avoid any conflicts with other Electron-based applications. Closes https://github.com/SiaFoundation/desktop/issues/99 + ## 0.17.0 ### Minor Changes diff --git a/renterd/package.json b/renterd/package.json index 80d932b..0cc0ab3 100644 --- a/renterd/package.json +++ b/renterd/package.json @@ -1,6 +1,6 @@ { "name": "renterd", - "version": "0.17.0", + "version": "0.17.1", "license": "MIT", "private": true, "description": "The renterd desktop app", diff --git a/walletd/CHANGELOG.md b/walletd/CHANGELOG.md index fcccfa1..2dfc033 100644 --- a/walletd/CHANGELOG.md +++ b/walletd/CHANGELOG.md @@ -1,5 +1,11 @@ # walletd +## 0.12.1 + +### Patch Changes + +- fda943f: The RPM package now does not contain the debug information in `/usr/lib/.build-id` anymore. This should avoid any conflicts with other Electron-based applications. Closes https://github.com/SiaFoundation/desktop/issues/99 + ## 0.12.0 ### Minor Changes diff --git a/walletd/package.json b/walletd/package.json index 7611816..d9d5e3f 100644 --- a/walletd/package.json +++ b/walletd/package.json @@ -1,6 +1,6 @@ { "name": "walletd", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "private": true, "description": "The walletd desktop app",