Release to npm (#278)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-09-04 14:42:25 +02:00 committed by GitHub
parent 8db1d567ad
commit 64e97ffb2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Removed unused package.json's index and typing, which were never built and bundled

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Updated dependencies

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Removed exported "util" that was never bundled

View file

@ -1,5 +1,13 @@
# @saleor/app-sdk # @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 ## 0.43.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@saleor/app-sdk", "name": "@saleor/app-sdk",
"version": "0.43.0", "version": "0.43.1",
"description": "SDK for building great Saleor Apps", "description": "SDK for building great Saleor Apps",
"scripts": { "scripts": {
"prepublishOnly": "pnpm build", "prepublishOnly": "pnpm build",