Skip to content

Commit 3f554c1

Browse files
committed
chore: release v0.10.0
1 parent a90f788 commit 3f554c1

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0] - 2025-11-11
11+
12+
### Changed
13+
14+
- **Repository Rename**: Renamed from `ainativekit-ui` to `chatgpt-apps-sdk-ui` for improved discoverability
15+
- GitHub repository now at `AINativeKit/chatgpt-apps-sdk-ui`
16+
- NPM package name remains `@ainativekit/ui` for backward compatibility
17+
- All documentation URLs updated to reflect new repository name
18+
19+
- **Branding & Positioning**: Updated to "AINativeKit - ChatGPT Apps SDK UI"
20+
- Emphasizes "ChatGPT Apps SDK" positioning for better SEO and target audience clarity
21+
- Subtitle: "The React UI library for ChatGPT Apps SDK"
22+
- Tagline: "Build beautiful ChatGPT Apps 10x faster"
23+
24+
- **Documentation Enhancements**:
25+
- Added "Who This Is For" section targeting ChatGPT Apps developers
26+
- Added comparison table showing value proposition (before/after scenarios)
27+
- Replaced Contributing section with "Support the Project" featuring stronger CTAs
28+
- Added SEO footer with keywords and descriptive paragraph for search optimization
29+
- Updated badges: added npm downloads and GitHub stars, removed TypeScript badge
30+
31+
- **NPM Optimization**:
32+
- Updated package description to emphasize "ChatGPT Apps SDK"
33+
- Added 5 new high-value keywords: `chatgpt-apps-sdk`, `react-components`, `ui-components`, `chatgpt-ui`, `mcp`
34+
35+
**Note**: This is a documentation and marketing release. No breaking changes to components or APIs.
36+
1037
## [0.9.0] - 2025-11-10
1138

1239
### Fixed
@@ -208,6 +235,11 @@ This library follows [Semantic Versioning](https://semver.org/):
208235

209236
---
210237

238+
[0.10.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.10.0
239+
[0.9.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.9.0
240+
[0.8.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.8.0
241+
[0.7.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.7.0
242+
[0.6.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.6.0
211243
[0.5.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.5.0
212244
[0.4.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.4.0
213245
[0.1.0]: https://github.com/AINativeKit/chatgpt-apps-sdk-ui/releases/tag/v0.1.0

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ainativekit/ui",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "React UI component library for ChatGPT Apps SDK - Production-ready components, hooks, and design system",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)