From 236ad2fafa9bd5e06e4e702c25d0a130f42ab673 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 18 Jul 2024 23:46:11 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Lingo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/config.json | 4 ++-- .github/ISSUE_TEMPLATE/1.bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/2.feature_request.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/release-snapshot.yml | 2 +- package.json | 4 ++-- packages/langbase/package.json | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index e989368..c1382a5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,6 +6,6 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": ["@langbase/docs"] + "updateInternalDependencies": "patch" + // "ignore": ["@langbase/docs"] } diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 8333b10..4f5cd81 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -1,15 +1,15 @@ name: Bug report -description: Report a bug for BaseAI. +description: Report a bug for Langbase. labels: [] body: - type: markdown attributes: value: | - This template is to report bugs for the BaseAI. If you need help with your own project, feel free to [start a new thread in our discussions](https://github.com/LangbaseInc/baseai/discussions). + This template is to report bugs for the Langbase. If you need help with your own project, feel free to [start a new thread in our discussions](https://github.com/LangbaseInc/langbase/discussions). - type: textarea attributes: label: Description - description: A detailed bug description for BaseAI and steps to reproduce it. Include the API, framework, and AI provider you're using. + description: A detailed bug description for Langbase and steps to reproduce it. Include the API, framework, and AI provider you're using. placeholder: | Steps to reproduce... validations: diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 62bfcbf..08c713f 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -1,11 +1,11 @@ name: Feature Request -description: Propose a new feature for BaseAI. +description: Propose a new feature for Langbase. labels: [] body: - type: markdown attributes: value: | - Use this template to propose new features for BaseAI. If you need help with your project, [start a new thread in our discussions](https://github.com/LangbaseInc/baseai/discussions). + Use this template to propose new features for Langbase. If you need help with your project, [start a new thread in our discussions](https://github.com/LangbaseInc/langbase/discussions). - type: textarea attributes: label: Feature Description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4595fba..6092820 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Ask a Question - url: https://github.com/LangbaseInc/baseai/discussions + url: https://github.com/LangbaseInc/langbase/discussions about: Please ask your questions in our discussions forum. diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 7c0aea7..5071d48 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -16,7 +16,7 @@ # Creating a Snapshot Release # 1. Push your branch to GitHub and commit a changeset. Generate a changeset with `pnpm changeset`. -# 2. Go to the LangbaseInc/baseai repository on GitHub. +# 2. Go to the LangbaseInc/langbase-sdk repository on GitHub. # 3. Navigate to Actions > Release Snapshot. # 4. Click "Run workflow", select your branch, and click "Run workflow". # Inspired by turbo repo. diff --git a/package.json b/package.json index f3ed864..8002e64 100644 --- a/package.json +++ b/package.json @@ -48,10 +48,10 @@ "homepage": "https://langbase.com/docs", "repository": { "type": "git", - "url": "git+https://github.com/LangbaseInc/baseai.git" + "url": "git+https://github.com/LangbaseInc/langbase-sdk.git" }, "bugs": { - "url": "https://github.com/LangbaseInc/baseai/issues" + "url": "https://github.com/LangbaseInc/langbase-sdk/issues" }, "keywords": [ "ai", diff --git a/packages/langbase/package.json b/packages/langbase/package.json index 0e346b2..7a2eabb 100644 --- a/packages/langbase/package.json +++ b/packages/langbase/package.json @@ -62,10 +62,10 @@ "homepage": "https://langbase.com/docs", "repository": { "type": "git", - "url": "git+https://github.com/LangbaseInc/baseai.git" + "url": "git+https://github.com/LangbaseInc/langbase-sdk.git" }, "bugs": { - "url": "https://github.com/LangbaseInc/baseai/issues" + "url": "https://github.com/LangbaseInc/langbase-sdk/issues" }, "keywords": [ "ai",