Release apps (#110)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-08 13:19:55 +01:00 committed by GitHub
parent a641caf00f
commit 8fe7238f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 17 deletions

View file

@ -1,7 +0,0 @@
---
"saleor-app-data-importer": patch
"@saleor/apps-shared": patch
"saleor-app-invoices": patch
---
Extract isInIframe to new shared package and use it in apps

View file

@ -1,5 +0,0 @@
---
"saleor-app-invoices": patch
---
Update deps and disable SSR mode in trpc

View file

@ -1,5 +1,13 @@
# saleor-app-data-importer
## 1.1.1
### Patch Changes
- a641caf: Extract isInIframe to new shared package and use it in apps
- Updated dependencies [a641caf]
- @saleor/apps-shared@1.0.1
## 1.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-data-importer",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,14 @@
# saleor-app-invoices
## 1.1.2
### Patch Changes
- a641caf: Extract isInIframe to new shared package and use it in apps
- a641caf: Update deps and disable SSR mode in trpc
- Updated dependencies [a641caf]
- @saleor/apps-shared@1.0.1
## 1.1.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-invoices",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -0,0 +1,7 @@
# @saleor/apps-shared
## 1.0.1
### Patch Changes
- a641caf: Extract isInIframe to new shared package and use it in apps

View file

@ -1,6 +1,5 @@
{
"name": "@saleor/apps-shared",
"version": "1.0.0",
"dependencies": {
}
"version": "1.0.1",
"dependencies": {}
}