Release to npm (#278)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8db1d567ad
commit
64e97ffb2b
5 changed files with 9 additions and 16 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Removed unused package.json's index and typing, which were never built and bundled
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Updated dependencies
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Removed exported "util" that was never bundled
|
|
@ -1,5 +1,13 @@
|
|||
# @saleor/app-sdk
|
||||
|
||||
## 0.43.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 357557a: Removed unused package.json's index and typing, which were never built and bundled
|
||||
- 8db1d56: Updated dependencies
|
||||
- 357557a: Removed exported "util" that was never bundled
|
||||
|
||||
## 0.43.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/app-sdk",
|
||||
"version": "0.43.0",
|
||||
"version": "0.43.1",
|
||||
"description": "SDK for building great Saleor Apps",
|
||||
"scripts": {
|
||||
"prepublishOnly": "pnpm build",
|
||||
|
|
Loading…
Reference in a new issue