Add information about alpha version
This commit is contained in:
parent
8a1b0e7fa2
commit
c4f0b137ea
2 changed files with 7 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -115,5 +115,4 @@ dist
|
|||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
test.ts
|
||||
bare.ts
|
||||
.idea/
|
|
@ -9,6 +9,12 @@ SDK for building great [Saleor Apps](https://github.com/saleor/saleor-app-templa
|
|||
|
||||
</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
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue