Add information about alpha version

This commit is contained in:
Lukasz Ostrowski 2022-08-08 14:49:26 +02:00
parent 8a1b0e7fa2
commit c4f0b137ea
2 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View file

@ -115,5 +115,4 @@ dist
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
test.ts .idea/
bare.ts

View file

@ -9,6 +9,12 @@ SDK for building great [Saleor Apps](https://github.com/saleor/saleor-app-templa
</div> </div>
## 🚨 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 ## Installing
```bash ```bash