Skip to content

Commit e03de63

Browse files
committed
chore: update repository URLs after rename to chatgpt-apps-sdk-ui
Update all hardcoded GitHub repository references from ainativekit-ui to chatgpt-apps-sdk-ui following the repository rename. This change improves discoverability for developers searching for ChatGPT Apps SDK solutions. Updated files: - README.md (root and packages/ui): Demo GIF URL, GitHub and Issues links - CONTRIBUTING.md: Clone URL and directory reference - CHANGELOG.md: Release tag URLs - packages/ui/package.json: Repository, bugs, and homepage URLs - packages/ui/docs/index.md: GitHub repository link - packages/ui/scripts/generate-docs.ts: Template GitHub link - packages/ui/src/Introduction.stories.tsx: Open source GitHub link - packages/ui/src/stories/OpenAiHooks.stories.tsx: Documentation link Note: NPM package name remains @ainativekit/ui for backward compatibility and brand consistency.
1 parent 647fbdf commit e03de63

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@ This library follows [Semantic Versioning](https://semver.org/):
208208

209209
---
210210

211-
[0.5.0]: https://github.com/AINativeKit/ainativekit-ui/releases/tag/v0.5.0
212-
[0.4.0]: https://github.com/AINativeKit/ainativekit-ui/releases/tag/v0.4.0
213-
[0.1.0]: https://github.com/AINativeKit/ainativekit-ui/releases/tag/v0.1.0
211+
[0.5.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.5.0
212+
[0.4.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.4.0
213+
[0.1.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This project follows a [Code of Conduct](./CODE_OF_CONDUCT.md).
2828

2929
```bash
3030
# Clone the repository
31-
git clone https://github.com/AINativeKit/ainativekit-ui.git
32-
cd ainativekit-ui
31+
git clone https://github.com/AINativeKit/chatgpt-apps-sdk-ui.git
32+
cd chatgpt-apps-sdk-ui
3333

3434
# Install dependencies
3535
pnpm install

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![TypeScript](https://img.shields.io/badge/TypeScript-%233178C6.svg?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
99
[![Storybook](https://img.shields.io/badge/Storybook-%23FF4785.svg?logo=storybook&logoColor=white)](https://www.ainativekit.com)
1010

11-
![AINativeKit UI demo](https://raw.githubusercontent.com/AINativeKit/ainativekit-ui/main/assets/ainativekit-ui-demo.gif)
11+
![AINativeKit - ChatGPT Apps SDK UI demo](https://raw.githubusercontent.com/AINativeKit/chatgpt-apps-sdk-ui/main/assets/ainativekit-ui-demo.gif)
1212

1313
<p>
1414
<b><a href="https://www.ainativekit.com">🎪 Live Storybook</a></b> ·
@@ -442,8 +442,8 @@ See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for guidelines.
442442

443443
- **Storybook:** https://www.ainativekit.com
444444
- **NPM:** https://www.npmjs.com/package/@ainativekit/ui
445-
- **GitHub:** https://github.com/AINativeKit/ainativekit-ui
446-
- **Issues:** https://github.com/AINativeKit/ainativekit-ui/issues
445+
- **GitHub:** https://github.com/AINativeKit/chatgpt-apps-sdk-ui
446+
- **Issues:** https://github.com/AINativeKit/chatgpt-apps-sdk-ui/issues
447447

448448
## 🙏 Acknowledgments
449449

packages/ui/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![TypeScript](https://img.shields.io/badge/TypeScript-%233178C6.svg?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
99
[![Storybook](https://img.shields.io/badge/Storybook-%23FF4785.svg?logo=storybook&logoColor=white)](https://www.ainativekit.com)
1010

11-
![AINativeKit UI demo](https://raw.githubusercontent.com/AINativeKit/ainativekit-ui/main/assets/ainativekit-ui-demo.gif)
11+
![AINativeKit UI demo](https://raw.githubusercontent.com/AINativeKit/chatgpt-apps-sdk-ui/main/assets/ainativekit-ui-demo.gif)
1212

1313
<p>
1414
<b><a href="https://www.ainativekit.com">🎪 Live Storybook</a></b> ·
@@ -442,8 +442,8 @@ See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for guidelines.
442442

443443
- **Storybook:** https://www.ainativekit.com
444444
- **NPM:** https://www.npmjs.com/package/@ainativekit/ui
445-
- **GitHub:** https://github.com/AINativeKit/ainativekit-ui
446-
- **Issues:** https://github.com/AINativeKit/ainativekit-ui/issues
445+
- **GitHub:** https://github.com/AINativeKit/chatgpt-apps-sdk-ui
446+
- **Issues:** https://github.com/AINativeKit/chatgpt-apps-sdk-ui/issues
447447

448448
## 🙏 Acknowledgments
449449

packages/ui/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ Complex, domain-specific, feature-complete patterns.
8686

8787
## Links
8888

89-
- [GitHub Repository](https://github.com/AINativeKit/ainativekit-ui)
89+
- [GitHub Repository](https://github.com/AINativeKit/chatgpt-apps-sdk-ui)
9090
- [Storybook](https://www.ainativekit.com)
9191
- [NPM Package](https://www.npmjs.com/package/@ainativekit/ui)

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"license": "MIT",
4747
"repository": {
4848
"type": "git",
49-
"url": "https://github.com/AINativeKit/ainativekit-ui.git",
49+
"url": "https://github.com/AINativeKit/chatgpt-apps-sdk-ui.git",
5050
"directory": "packages/ui"
5151
},
5252
"bugs": {
53-
"url": "https://github.com/AINativeKit/ainativekit-ui/issues"
53+
"url": "https://github.com/AINativeKit/chatgpt-apps-sdk-ui/issues"
5454
},
55-
"homepage": "https://github.com/AINativeKit/ainativekit-ui#readme",
55+
"homepage": "https://github.com/AINativeKit/chatgpt-apps-sdk-ui#readme",
5656
"scripts": {
5757
"build": "node scripts/generate-icon-data.cjs && tsc --emitDeclarationOnly --outDir dist && vite build",
5858
"test": "vitest run",

packages/ui/scripts/generate-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ ${CATEGORIES.patterns.map((c) => `- [${c}](/components/patterns/${c.toLowerCase(
375375
376376
## Links
377377
378-
- [GitHub Repository](https://github.com/AINativeKit/ainativekit-ui)
378+
- [GitHub Repository](https://github.com/AINativeKit/chatgpt-apps-sdk-ui)
379379
- [Storybook](https://www.ainativekit.com)
380380
- [NPM Package](https://www.npmjs.com/package/@ainativekit/ui)
381381
`;

packages/ui/src/Introduction.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ const IntroductionPage = () => {
956956
<div style={assistantParagraphStyle}>
957957
<strong>We're open source! 🌟</strong> Join us on{' '}
958958
<a
959-
href="https://github.com/AINativeKit/ainativekit-ui"
959+
href="https://github.com/AINativeKit/chatgpt-apps-sdk-ui"
960960
target="_blank"
961961
rel="noopener noreferrer"
962962
style={{ color: 'var(--ai-color-text-primary)', textDecoration: 'underline' }}

packages/ui/src/stories/OpenAiHooks.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ const OpenAiHooksPlayground: React.FC<PlaygroundArgs> = (args) => {
473473
>
474474
📖 <strong>Need detailed documentation?</strong> Check out the{' '}
475475
<a
476-
href="https://github.com/AINativeKit/ainativekit-ui/blob/main/packages/ui/docs/guides/useOpenAiGlobal.md"
476+
href="https://github.com/AINativeKit/chatgpt-apps-sdk-ui/blob/main/packages/ui/docs/guides/useOpenAiGlobal.md"
477477
target="_blank"
478478
rel="noopener noreferrer"
479479
style={{

0 commit comments

Comments
 (0)