@ngx-mce/datetime-picker 21.2.2 → 21.2.3-next.1

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,9 @@
10
10
  These are Date and Time pickers for Angular Material projects. Specifically, this extends the @angular/material
11
11
  [Datepicker](https://material.angular.io/components/datepicker/overview) to support choosing time.
12
12
 
13
- <a href="https://buymeacoffee.com/fbf.prog64" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
13
+ <a href="https://buymeacoffee.com/fbf.prog64" target="_blank">
14
+ <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60">
15
+ </a>
14
16
 
15
17
  # Version control
16
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-mce/datetime-picker",
3
- "version": "21.2.2",
3
+ "version": "21.2.3-next.1",
4
4
  "description": "Angular Material Datetime Picker",
5
5
  "author": "Felipe B.",
6
6
  "repository": {