ngx-mat-menu-hover 1.0.2 → 1.0.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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,5 +37,8 @@ Since the directive is marked as standalone you can directly import it into a mo
37
37
  ## Known issues
38
38
  - Currently it is not possible to nest menus. It will only work with single-level mat-menus.
39
39
 
40
+ ## If you like my work, you can
41
+ [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/gamekohl)
42
+
40
43
  ## License
41
44
  This project is licensed under the MIT License - see the LICENSE file for details.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "type": "git",
10
10
  "url": "https://github.com/Gamekohl/ngx-mat-menu-hover"
11
11
  },
12
- "version": "1.0.2",
12
+ "version": "1.0.3",
13
13
  "peerDependencies": {
14
14
  "@angular/common": "^17.2.0",
15
15
  "@angular/core": "^17.2.0",