ngxsmk-datepicker 1.3.7 → 1.3.8

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ A modern, powerful, and fully customizable date and date-range picker component
6
6
 
7
7
  - **NPM Package**: [ngxsmk-datepicker](https://www.npmjs.com/package/ngxsmk-datepicker)
8
8
  - **GitHub Repository**: [https://github.com/toozuuu/ngxsmk-datepicker](https://github.com/toozuuu/ngxsmk-datepicker)
9
- - **Version**: 1.3.6
9
+ - **Version**: 1.3.8
10
10
  - **License**: MIT
11
11
  - **Author**: Sachin Dilshan
12
12
 
@@ -214,7 +214,7 @@ We welcome and appreciate contributions from the community! Please see our [Cont
214
214
 
215
215
  ## 📄 Changelog
216
216
 
217
- ### v1.3.6 (Latest)
217
+ ### v1.3.8 (Latest)
218
218
  - ✅ Performance optimizations (30% smaller bundle)
219
219
  - ✅ OnPush change detection strategy
220
220
  - ✅ Memoized date comparisons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngxsmk-datepicker",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",