@oneluiz/dual-datepicker 1.0.1 → 1.0.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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -256,6 +256,8 @@ export class ExampleComponent {
256
256
 
257
257
  - Angular 17.0.0 or higher
258
258
  - Angular 18.0.0 or higher
259
+ - Angular 19.0.0 or higher
260
+ - Angular 20.0.0 or higher
259
261
 
260
262
  ## 📄 License
261
263
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneluiz/dual-datepicker",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A customizable dual-calendar date range picker component for Angular 17+",
5
5
  "keywords": [
6
6
  "angular",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "homepage": "https://github.com/oneluiz/ng-dual-datepicker#readme",
26
26
  "peerDependencies": {
27
- "@angular/common": "^17.0.0 || ^18.0.0",
28
- "@angular/core": "^17.0.0 || ^18.0.0",
29
- "@angular/forms": "^17.0.0 || ^18.0.0"
27
+ "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
28
+ "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
29
+ "@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
30
30
  },
31
31
  "main": "./dist/index.js",
32
32
  "module": "./dist/index.esm.js",