Release to npm (#217)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-14 14:14:23 +01:00 committed by GitHub
parent f4e6bd6d18
commit b49e901e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": minor
---
Add requiredSaleorVersion field to AppManifest, so Saleor can validate it during installation

View file

@ -1,5 +1,11 @@
# @saleor/app-sdk
## 0.36.0
### Minor Changes
- 5744aa4: Add requiredSaleorVersion field to AppManifest, so Saleor can validate it during installation
## 0.35.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/app-sdk",
"version": "0.35.0",
"version": "0.36.0",
"description": "SDK for building great Saleor Apps",
"types": "index.d.ts",
"main": "index.js",