Release apps (#917)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-08-28 08:19:32 +02:00 committed by GitHub
parent e9378e7af7
commit 17925f2115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 24 additions and 32 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": patch
---
Fixed the issue when user id was not available during tax calculation. Now, to identify the user during tax calculation, we use the user email.

View file

@ -1,5 +0,0 @@
---
"saleor-app-cms-v2": patch
---
Fix PayloadCMS form where two inputs were stuck together without a margin. Now, they are placed in two columns

View file

@ -1,5 +0,0 @@
---
"saleor-app-cms-v2": patch
---
Fix styling of modal in the dark mode

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": minor
---
Removed all the code related to the deprecated OrderCreated & OrderFulfilled flow. The migration process began in version 1.13.0. All the cloud environments had been migrated automatically.

View file

@ -1,5 +0,0 @@
---
"saleor-app-cms-v2": minor
---
Added Payload CMS support.

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": patch
---
Fixed the error when checkout couldn't calculate taxes when no customerCode was provided. In calculate taxes, the customerCode is now derived from issuingPrincipal's id.

View file

@ -1,5 +1,16 @@
# saleor-app-cms-v2 # saleor-app-cms-v2
## 2.3.0
### Minor Changes
- 6f1c5c9: Added Payload CMS support.
### Patch Changes
- e9378e7: Fix PayloadCMS form where two inputs were stuck together without a margin. Now, they are placed in two columns
- 6f1c5c9: Fix styling of modal in the dark mode
## 2.2.2 ## 2.2.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-cms-v2", "name": "saleor-app-cms-v2",
"version": "2.2.2", "version": "2.3.0",
"scripts": { "scripts": {
"build": "pnpm generate && next build", "build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,16 @@
# saleor-app-taxes # saleor-app-taxes
## 1.15.0
### Minor Changes
- 783bd5e: Removed all the code related to the deprecated OrderCreated & OrderFulfilled flow. The migration process began in version 1.13.0. All the cloud environments had been migrated automatically.
### Patch Changes
- 34efd39: Fixed the issue when user id was not available during tax calculation. Now, to identify the user during tax calculation, we use the user email.
- 45ed9fb: Fixed the error when checkout couldn't calculate taxes when no customerCode was provided. In calculate taxes, the customerCode is now derived from issuingPrincipal's id.
## 1.14.0 ## 1.14.0
### Minor Changes ### Minor Changes

View file

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