From abb8ada1431cbdb9e34c1875986817a35b8aa2d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:46:54 +0000 Subject: [PATCH] Version Packages --- .changeset/spinning-icons-hold-still.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/spinning-icons-hold-still.md diff --git a/.changeset/spinning-icons-hold-still.md b/.changeset/spinning-icons-hold-still.md deleted file mode 100644 index 3a5125a..0000000 --- a/.changeset/spinning-icons-hold-still.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fiber': patch ---- - -Keep the refresh spinner on its axis — it was sized 11.7px, and the rotated mask landed on a slightly different centre at each angle, so it wobbled rather than spun. diff --git a/CHANGELOG.md b/CHANGELOG.md index 32338e1..362e8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # fiber +## 0.14.10 + +### Patch Changes + +- [#90](https://github.com/MathiasWP/fiber/pull/90) [`576eada`](https://github.com/MathiasWP/fiber/commit/576eadae7216d55e158b08e6620a85a610ac7555) Thanks [@MathiasWP](https://github.com/MathiasWP)! - Keep the refresh spinner on its axis — it was sized 11.7px, and the rotated mask landed on a slightly different centre at each angle, so it wobbled rather than spun. + ## 0.14.9 ### Patch Changes diff --git a/package.json b/package.json index 4ecdc9b..5d15063 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fiber", "private": true, - "version": "0.14.9", + "version": "0.14.10", "type": "module", "packageManager": "pnpm@11.22.0", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 995c51c..504ac2e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "fiber" -version = "0.14.9" +version = "0.14.10" dependencies = [ "base64 0.23.1", "dirs", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b4bda92..8700d44 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fiber" -version = "0.14.9" +version = "0.14.10" description = "A local-first API client" authors = ["Mathias Picker"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 668b548..96cbc98 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Fiber", - "version": "0.14.9", + "version": "0.14.10", "identifier": "dev.fiber.app", "build": { "frontendDist": "../build",