ngx-tethys 20.0.0-next.0 → 20.0.0-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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
# [20.0.0-next.1](https://github.com/atinc/ngx-tethys/compare/20.0.0-next.0...20.0.0-next.1) (2025-11-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* upgrade peerDependencies angular to v20 ([#3613](https://github.com/atinc/ngx-tethys/issues/3613)) ([83536a3](https://github.com/atinc/ngx-tethys/commit/83536a382de152268123b0c67e7dc8c26ae244a3))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
# [20.0.0-next.0](https://github.com/atinc/ngx-tethys/compare/19.1.14...20.0.0-next.0) (2025-11-14)
|
|
6
15
|
|
|
7
16
|
|
package/fesm2022/ngx-tethys.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('20.0.0-next.
|
|
1
|
+
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('20.0.0-next.1');\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;MAEa,OAAO,GAAG,IAAI,OAAO,CAAC,eAAe;;ACFlD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-tethys",
|
|
3
|
-
"version": "20.0.0-next.
|
|
3
|
+
"version": "20.0.0-next.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"types": "./alert/index.d.ts",
|
|
35
35
|
"default": "./fesm2022/ngx-tethys-alert.mjs"
|
|
36
36
|
},
|
|
37
|
-
"./affix": {
|
|
38
|
-
"types": "./affix/index.d.ts",
|
|
39
|
-
"default": "./fesm2022/ngx-tethys-affix.mjs"
|
|
40
|
-
},
|
|
41
37
|
"./anchor": {
|
|
42
38
|
"types": "./anchor/index.d.ts",
|
|
43
39
|
"default": "./fesm2022/ngx-tethys-anchor.mjs"
|
|
44
40
|
},
|
|
41
|
+
"./affix": {
|
|
42
|
+
"types": "./affix/index.d.ts",
|
|
43
|
+
"default": "./fesm2022/ngx-tethys-affix.mjs"
|
|
44
|
+
},
|
|
45
45
|
"./arrow-switcher": {
|
|
46
46
|
"types": "./arrow-switcher/index.d.ts",
|
|
47
47
|
"default": "./fesm2022/ngx-tethys-arrow-switcher.mjs"
|
|
@@ -360,9 +360,9 @@
|
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
362
|
"peerDependencies": {
|
|
363
|
-
"@angular/core": "^
|
|
364
|
-
"@angular/cdk": "^
|
|
365
|
-
"@tethys/cdk": "^
|
|
363
|
+
"@angular/core": "^20.0.0",
|
|
364
|
+
"@angular/cdk": "^20.0.0",
|
|
365
|
+
"@tethys/cdk": "^20.0.0",
|
|
366
366
|
"date-fns": "4.1.0",
|
|
367
367
|
"@date-fns/tz": "1.2.0",
|
|
368
368
|
"date-fns-tz": "3.2.0",
|
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "20.0.0-next.
|
|
1
|
+
export declare const VERSION = "20.0.0-next.1";
|
package/schematics/version.js
CHANGED