Skip to content

Commit 4815740

Browse files
committed
chore(release): 2.22.1
1 parent 088e734 commit 4815740

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.22.1](https://github.com/ecomplus/application-starter/compare/v2.22.0...v2.22.1) (2024-08-19)
6+
7+
8+
### Bug Fixes
9+
10+
* better calculating discount per item for extra discount description ([aa59676](https://github.com/ecomplus/application-starter/commit/aa59676e300d9cead83325156d6bc2ef6b649a59))
11+
* deal with custom `.skip-open` prefix on domain param ([92ab508](https://github.com/ecomplus/application-starter/commit/92ab5086403acd149af823ccf59a54cf2c43b76c))
12+
* pass discoutns by coupon or utm with filter by domain when no domain passed ([5c606ce](https://github.com/ecomplus/application-starter/commit/5c606ce3742b0de8dc911cf046da103d2512044f))
13+
* pass discoutns by coupon or utm with filter by domain when no domain passed (!) ([88ca51d](https://github.com/ecomplus/application-starter/commit/88ca51d16e17124bac607ed5102725530163e5ad))
14+
* prefer matching discount rule with validated items when some are not ([3465eb3](https://github.com/ecomplus/application-starter/commit/3465eb393b8d7769d07ac6edf21cba92a7ccb442))
15+
* properly calculating discounted prices for all items without "sku: discount" description ([5a40927](https://github.com/ecomplus/application-starter/commit/5a4092714bb3f218123af27c3e0518d1579158b1))
16+
* properly discounted prices from sku discounts on `app.description` lines ([8e24eba](https://github.com/ecomplus/application-starter/commit/8e24eba37b34cbce1b981629bd4f204e5c69d384))
17+
518
## [2.22.0](https://github.com/ecomplus/application-starter/compare/v2.21.0...v2.22.0) (2024-08-09)
619

720

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ecomplus/application-starter",
33
"private": true,
4-
"version": "2.22.0",
4+
"version": "2.22.1",
55
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)