Release apps (#685)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-06-28 16:45:40 +02:00 committed by GitHub
parent cbd763bfdd
commit d34c2a1b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-klaviyo": patch
---
Prevent Server-side rendering in Klaviyo app to avoid hydration errors

View file

@ -1,5 +1,11 @@
# saleor-app-klaviyo
## 1.7.1
### Patch Changes
- cbd763b: Prevent Server-side rendering in Klaviyo app to avoid hydration errors
## 1.7.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-klaviyo",
"version": "1.7.0",
"version": "1.7.1",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",