From 410699058672c1766a0c66b73ba0c022921950fe Mon Sep 17 00:00:00 2001 From: Gradio PR Bot <121576822+gradio-pr-bot@users.noreply.github.com> Date: Fri, 14 Nov 2025 18:03:11 -0500 Subject: [PATCH] chore: update versions (#342) Co-authored-by: github-actions[bot] --- .changeset/fair-lies-flow.md | 5 ----- .changeset/social-dancers-roll.md | 5 ----- .changeset/thin-ducks-grow.md | 5 ----- CHANGELOG.md | 8 ++++++++ trackio/CHANGELOG.md | 8 ++++++++ trackio/package.json | 2 +- 6 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fair-lies-flow.md delete mode 100644 .changeset/social-dancers-roll.md delete mode 100644 .changeset/thin-ducks-grow.md diff --git a/.changeset/fair-lies-flow.md b/.changeset/fair-lies-flow.md deleted file mode 100644 index 10162aa..0000000 --- a/.changeset/fair-lies-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trackio": minor ---- - -feat:Sync offline projects to Hugging Face spaces diff --git a/.changeset/social-dancers-roll.md b/.changeset/social-dancers-roll.md deleted file mode 100644 index bee76a2..0000000 --- a/.changeset/social-dancers-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trackio": patch ---- - -feat:Adds a basic UI test to `trackio` diff --git a/.changeset/thin-ducks-grow.md b/.changeset/thin-ducks-grow.md deleted file mode 100644 index d90146e..0000000 --- a/.changeset/thin-ducks-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trackio": minor ---- - -feat:Allow customzing the trackio color palette diff --git a/CHANGELOG.md b/CHANGELOG.md index 536064a..c5200c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # trackio +## 0.9.0 + +### Features + +- [#343](https://github.com/gradio-app/trackio/pull/343) [`51bea30`](https://github.com/gradio-app/trackio/commit/51bea30f2877adff8e6497466d3a799400a0a049) - Sync offline projects to Hugging Face spaces. Thanks @candemircan! +- [#341](https://github.com/gradio-app/trackio/pull/341) [`4fd841f`](https://github.com/gradio-app/trackio/commit/4fd841fa190e15071b02f6fba7683ef4f393a654) - Adds a basic UI test to `trackio`. Thanks @abidlabs! +- [#339](https://github.com/gradio-app/trackio/pull/339) [`011d91b`](https://github.com/gradio-app/trackio/commit/011d91bb6ae266516fd250a349285670a8049d05) - Allow customzing the trackio color palette. Thanks @abidlabs! + ## 0.8.1 ### Features diff --git a/trackio/CHANGELOG.md b/trackio/CHANGELOG.md index 536064a..c5200c3 100644 --- a/trackio/CHANGELOG.md +++ b/trackio/CHANGELOG.md @@ -1,5 +1,13 @@ # trackio +## 0.9.0 + +### Features + +- [#343](https://github.com/gradio-app/trackio/pull/343) [`51bea30`](https://github.com/gradio-app/trackio/commit/51bea30f2877adff8e6497466d3a799400a0a049) - Sync offline projects to Hugging Face spaces. Thanks @candemircan! +- [#341](https://github.com/gradio-app/trackio/pull/341) [`4fd841f`](https://github.com/gradio-app/trackio/commit/4fd841fa190e15071b02f6fba7683ef4f393a654) - Adds a basic UI test to `trackio`. Thanks @abidlabs! +- [#339](https://github.com/gradio-app/trackio/pull/339) [`011d91b`](https://github.com/gradio-app/trackio/commit/011d91bb6ae266516fd250a349285670a8049d05) - Allow customzing the trackio color palette. Thanks @abidlabs! + ## 0.8.1 ### Features diff --git a/trackio/package.json b/trackio/package.json index cad1758..f9a829a 100644 --- a/trackio/package.json +++ b/trackio/package.json @@ -1,6 +1,6 @@ { "name": "trackio", - "version": "0.8.1", + "version": "0.9.0", "description": "", "python": "true" }