Release apps (#110)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a641caf00f
commit
8fe7238f98
8 changed files with 28 additions and 17 deletions
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-invoices": patch
|
||||
---
|
||||
|
||||
Update deps and disable SSR mode in trpc
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
7
packages/shared/CHANGELOG.md
Normal file
7
packages/shared/CHANGELOG.md
Normal 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
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "@saleor/apps-shared",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
}
|
||||
"version": "1.0.1",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue