Release apps (#118)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-09 12:18:58 +01:00 committed by GitHub
parent 36ea52fa4e
commit 7ff28a2481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-slack": major
---
Add slack into the workspace

View file

@ -1,5 +0,0 @@
---
"saleor-app-klaviyo": major
---
Add Klaviyo app to workspace

View file

@ -0,0 +1,7 @@
# saleor-app-klaviyo
## 1.0.0
### Major Changes
- 4865d33: Add Klaviyo app to workspace

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-klaviyo",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@7.18.1",
"scripts": {

7
apps/slack/CHANGELOG.md Normal file
View file

@ -0,0 +1,7 @@
# saleor-app-slack
## 1.0.0
### Major Changes
- 77538e4: Add slack into the workspace

View file

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