From c4f0b137ea17699986d3f46ab4c0c262820045cd Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Mon, 8 Aug 2022 14:49:26 +0200 Subject: [PATCH] Add information about alpha version --- .gitignore | 3 +-- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e283916..717631b 100644 --- a/.gitignore +++ b/.gitignore @@ -115,5 +115,4 @@ dist .yarn/install-state.gz .pnp.* -test.ts -bare.ts +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index 83c6733..52c4c34 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ SDK for building great [Saleor Apps](https://github.com/saleor/saleor-app-templa +## 🚨 Alpha phase + +App SDK is on early, alpha stage at the moment. Every API below 1.x.x release is likely to change. + +Feel free to play with SDK and to move its code to your app directly + ## Installing ```bash