fleetcor-lwc 3.4.0 → 3.4.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/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -489,7 +489,14 @@ You can override them as you wish by global css variables as priority.
489
489
 
490
490
  ## Release Notes:
491
491
 
492
+ - v.3.4.2
493
+ - Bug fix with modal component
494
+
495
+ - v.3.4.1
496
+ - Bug fix with modal component
497
+
492
498
  - v.3.4.0
499
+
493
500
  - Added `Animation` util class
494
501
  - Updated `Modal` view animation with `fadeIn` and `fadeOut`
495
502
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",