ngx-tethys 20.0.0-next.1 → 20.0.0-next.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.
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.2](https://github.com/atinc/ngx-tethys/compare/20.0.0-next.1...20.0.0-next.2) (2025-11-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* fix peerDependencies for @tethys/cdk ([#3615](https://github.com/atinc/ngx-tethys/issues/3615)) ([66030b1](https://github.com/atinc/ngx-tethys/commit/66030b18e3f62492c282b6b0b17e3a4bd935902e))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
# [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
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.2');\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.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
|
|
@@ -326,14 +326,14 @@
|
|
|
326
326
|
"types": "./transfer/index.d.ts",
|
|
327
327
|
"default": "./fesm2022/ngx-tethys-transfer.mjs"
|
|
328
328
|
},
|
|
329
|
-
"./tree": {
|
|
330
|
-
"types": "./tree/index.d.ts",
|
|
331
|
-
"default": "./fesm2022/ngx-tethys-tree.mjs"
|
|
332
|
-
},
|
|
333
329
|
"./tree-select": {
|
|
334
330
|
"types": "./tree-select/index.d.ts",
|
|
335
331
|
"default": "./fesm2022/ngx-tethys-tree-select.mjs"
|
|
336
332
|
},
|
|
333
|
+
"./tree": {
|
|
334
|
+
"types": "./tree/index.d.ts",
|
|
335
|
+
"default": "./fesm2022/ngx-tethys-tree.mjs"
|
|
336
|
+
},
|
|
337
337
|
"./types": {
|
|
338
338
|
"types": "./types/index.d.ts",
|
|
339
339
|
"default": "./fesm2022/ngx-tethys-types.mjs"
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"peerDependencies": {
|
|
363
363
|
"@angular/core": "^20.0.0",
|
|
364
364
|
"@angular/cdk": "^20.0.0",
|
|
365
|
-
"@tethys/cdk": "^20.0.0",
|
|
365
|
+
"@tethys/cdk": "^20.0.0-next.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.2";
|
package/schematics/version.js
CHANGED