Skip to content

Commit 6136c70

Browse files
committed
Test
1 parent 21e79c1 commit 6136c70

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/release-notes/whats-new.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ We'd love to hear from you! Contact us via the [Product feedback board](https://
2626

2727
- **Push notifications in Adapty mobile app**: Configure push notifications for 14 event types directly in the Adapty iOS app to stay on top of subscription activity without opening the dashboard. [Learn more](push-notifications)
2828

29-
- **Kotlin Multiplatform SDK 3.15**: Adds web paywalls, onboarding support, and API improvements. [Learn more](migration-to-kmp-315)
30-
3129
- **LLM-assisted SDK integration guides**: Step-by-step guides for integrating Adapty with the help of AI coding assistants. Each guide walks your LLM through the full implementation, from dashboard setup to purchases. [iOS](adapty-cursor) | [Android](adapty-cursor-android) | [React Native](adapty-cursor-react-native) | [Flutter](adapty-cursor-flutter) | [Unity](adapty-cursor-unity) | [Kotlin Multiplatform](adapty-cursor-kmp) | [Capacitor](adapty-cursor-capacitor)
3230

31+
- **Kotlin Multiplatform SDK 3.15**: Adds web paywalls, onboarding support, and API improvements. [Learn more](migration-to-kmp-315)
32+
3333
## January 2026
3434

3535
- **Capacitor SDK officially released**: The Capacitor SDK is now production-ready after extensive testing. Build subscription apps for iOS and Android using Capacitor with full Adapty integration support. [Learn more](capacitor-sdk-overview)

src/content/docs/unity/adapty-cursor-unity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Adapty requires some dashboard configuration before you write any SDK code. You
2626
The Adapty CLI skill lets your LLM set up your app, products, access levels, paywalls, and placements directly — without opening the Dashboard for each step. You only need to [connect your stores](integrate-payments) in the Dashboard.
2727

2828
```
29-
npx skills add adaptyteam/adapty-cli --skill adapty-cli
29+
npx skills add adaptyteam/adapty --skill adapty-cli
3030
```
3131

3232
Once the skill is added, run `/adapty-cli` in your agent. It will guide you through each step — including when to open the Dashboard to connect your stores.

0 commit comments

Comments
 (0)