@everymatrix/cashier-error 1.29.0 → 1.29.2

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+
2
+ ## cashier-error widget changelogs
3
+
4
+ | Version | Release date | Impacted areas | Changes |
5
+ | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.29.0 | Wed Apr 10 2024 | cashier-error | 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-error",
3
- "version": "1.29.0",
3
+ "version": "1.29.2",
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": "97cea3025cb353ba5ec695d9a2ac6fe4825d7fba"
38
+ "gitHead": "c087893467746da9175249cc7606294b6d261671"
39
39
  }