Skip to content

Commit 236ad2f

Browse files
committed
🐛 FIX: Lingo
1 parent 3dfea4d commit 236ad2f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"linked": [],
77
"access": "public",
88
"baseBranch": "main",
9-
"updateInternalDependencies": "patch",
10-
"ignore": ["@langbase/docs"]
9+
"updateInternalDependencies": "patch"
10+
// "ignore": ["@langbase/docs"]
1111
}

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Bug report
2-
description: Report a bug for BaseAI.
2+
description: Report a bug for Langbase.
33
labels: []
44
body:
55
- type: markdown
66
attributes:
77
value: |
8-
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).
8+
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).
99
- type: textarea
1010
attributes:
1111
label: Description
12-
description: A detailed bug description for BaseAI and steps to reproduce it. Include the API, framework, and AI provider you're using.
12+
description: A detailed bug description for Langbase and steps to reproduce it. Include the API, framework, and AI provider you're using.
1313
placeholder: |
1414
Steps to reproduce...
1515
validations:

.github/ISSUE_TEMPLATE/2.feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Feature Request
2-
description: Propose a new feature for BaseAI.
2+
description: Propose a new feature for Langbase.
33
labels: []
44
body:
55
- type: markdown
66
attributes:
77
value: |
8-
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).
8+
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).
99
- type: textarea
1010
attributes:
1111
label: Feature Description

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a Question
4-
url: https://github.com/LangbaseInc/baseai/discussions
4+
url: https://github.com/LangbaseInc/langbase/discussions
55
about: Please ask your questions in our discussions forum.

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Creating a Snapshot Release
1818
# 1. Push your branch to GitHub and commit a changeset. Generate a changeset with `pnpm changeset`.
19-
# 2. Go to the LangbaseInc/baseai repository on GitHub.
19+
# 2. Go to the LangbaseInc/langbase-sdk repository on GitHub.
2020
# 3. Navigate to Actions > Release Snapshot.
2121
# 4. Click "Run workflow", select your branch, and click "Run workflow".
2222
# Inspired by turbo repo.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"homepage": "https://langbase.com/docs",
4949
"repository": {
5050
"type": "git",
51-
"url": "git+https://github.com/LangbaseInc/baseai.git"
51+
"url": "git+https://github.com/LangbaseInc/langbase-sdk.git"
5252
},
5353
"bugs": {
54-
"url": "https://github.com/LangbaseInc/baseai/issues"
54+
"url": "https://github.com/LangbaseInc/langbase-sdk/issues"
5555
},
5656
"keywords": [
5757
"ai",

packages/langbase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"homepage": "https://langbase.com/docs",
6363
"repository": {
6464
"type": "git",
65-
"url": "git+https://github.com/LangbaseInc/baseai.git"
65+
"url": "git+https://github.com/LangbaseInc/langbase-sdk.git"
6666
},
6767
"bugs": {
68-
"url": "https://github.com/LangbaseInc/baseai/issues"
68+
"url": "https://github.com/LangbaseInc/langbase-sdk/issues"
6969
},
7070
"keywords": [
7171
"ai",

0 commit comments

Comments
 (0)