@anglr/datetime 1.0.0-beta.20210804100901 → 2.0.0-beta.20220221103100

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.
package/changelog.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## Version 1.0.0 (2021-04-15)
3
+ ## Version 1.0.0 (2022-02-17)
4
4
 
5
5
  ### Features
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/datetime",
3
- "version": "1.0.0-beta.20210804100901",
3
+ "version": "2.0.0-beta.20220221103100",
4
4
  "description": "Angular library for datetime manipulation components",
5
5
  "module": "./dist/es5/datetime.js",
6
6
  "esm2015": "./dist/es2015/datetime.js",
@@ -61,7 +61,7 @@
61
61
  "@angular/animations": ">=11.0.0",
62
62
  "rxjs": ">=6.5.0",
63
63
  "@jscrpt/common": ">=1.2.0-beta",
64
- "@anglr/common": ">=8.0.0-beta",
64
+ "@anglr/common": ">=9.0.0-beta",
65
65
  "date-fns": "^2.16.1",
66
66
  "moment": "^2.29.1",
67
67
  "positions": "^1.6.2"
@@ -72,8 +72,8 @@
72
72
  "@angular/forms": "^11.0.0",
73
73
  "@angular/animations": "^11.0.0",
74
74
  "rxjs": "^6.5.0",
75
- "@jscrpt/common": "^1.2.0-beta.20201113143549",
76
- "@anglr/common": "^8.0.0-beta.20201020083428",
75
+ "@jscrpt/common": "^1.2.0",
76
+ "@anglr/common": "^9.0.0",
77
77
  "date-fns": "^2.19.0",
78
78
  "moment": "^2.29.1",
79
79
  "positions": "^1.6.2",
package/readme.md CHANGED
@@ -4,5 +4,8 @@
4
4
  # Angular Datetime
5
5
 
6
6
  - [API](https://ressurectit.github.io/#/content/api/ng-datetime/datetime)
7
+ - [API Moment](https://ressurectit.github.io/#/content/api/ng-datetime-date-fns/datetime-date-fns)
8
+ - [API Date FNS](https://ressurectit.github.io/#/content/api/ng-datetime-moment/datetime-moment)
9
+ - [Samples](https://ressurectit.github.io/#/content/datetime#samples)
7
10
 
8
11
  Library that contains components and directives used for datetime manipulation.
package/version.bak CHANGED
@@ -1 +1 @@
1
- 1.0.0-beta.20210804100901
1
+ 2.0.0-beta.20220221103100