From 8c8e573fbc44430cd55812e023284e9ab26585b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Oct 2024 15:29:05 +0000 Subject: [PATCH] Version Packages --- .changeset/afraid-fishes-rule.md | 5 ----- .changeset/eight-melons-cheer.md | 6 ------ .changeset/many-phones-call.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 5 files changed, 10 insertions(+), 17 deletions(-) delete mode 100644 .changeset/afraid-fishes-rule.md delete mode 100644 .changeset/eight-melons-cheer.md delete mode 100644 .changeset/many-phones-call.md diff --git a/.changeset/afraid-fishes-rule.md b/.changeset/afraid-fishes-rule.md deleted file mode 100644 index 0e277875..00000000 --- a/.changeset/afraid-fishes-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"syncia": patch ---- - -Fixes UI for welcome auth screen and settings page base url input diff --git a/.changeset/eight-melons-cheer.md b/.changeset/eight-melons-cheer.md deleted file mode 100644 index cade47f1..00000000 --- a/.changeset/eight-melons-cheer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"syncia": patch ---- - -- Dynamic modal names from /modals -- Deprecates usage of ollama modals directly, we can now use them via openai compatible endpoint diff --git a/.changeset/many-phones-call.md b/.changeset/many-phones-call.md deleted file mode 100644 index cf0b3d3b..00000000 --- a/.changeset/many-phones-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"syncia": patch ---- - -API key validation with /modals endpoint diff --git a/CHANGELOG.md b/CHANGELOG.md index c21cf7e8..c8713ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # syncia +## 1.5.2 + +### Patch Changes + +- e3573e1: Fixes UI for welcome auth screen and settings page base url input +- 866a388: - Dynamic modal names from /modals + - Deprecates usage of ollama modals directly, we can now use them via openai compatible endpoint +- ce34074: API key validation with /modals endpoint + ## 1.5.1 ### Patch Changes diff --git a/package.json b/package.json index 66e01a47..c80b1ea0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncia", "displayName": "Syncia", - "version": "1.5.1", + "version": "1.5.2", "description": "A simple chrome extension for interacting with ChatGPT with in your comfort", "repository": { "type": "git",