@everymatrix/cashier-notifications 1.37.1 → 1.37.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,5 +3,6 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.37.2 | Mon Aug 12 2024 | cashier-notifications | fix(GMMMFE-995)(cashier-method-details,cashier-notifications,cashier-page): fix notification displaying <br /> fix(MMFE-885)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-methods-list,cashier-notifications,cashier-receipt-page): add inherit font-family for buttons |
6
7
  | 1.36.0 | Mon Jul 29 2024 | cashier-notifications | fix(GMMMFE-995)(cashier-method-details,cashier-notifications,cashier-page): fix notification displaying |
7
8
  | 1.29.0 | Wed Apr 10 2024 | cashier-notifications | fix(MMFE-885)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-methods-list,cashier-notifications,cashier-receipt-page): add inherit font-family for buttons |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-notifications",
3
- "version": "1.37.1",
3
+ "version": "1.37.3",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "b66537a86537df76760b0975a3104240112ad072"
38
+ "gitHead": "df31cbe8e6b206c5aed27f8036ab50826359872e"
39
39
  }