ngx-tethys 20.0.0-next.1 → 20.0.0-next.3

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,24 @@
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.3](https://github.com/atinc/ngx-tethys/compare/20.0.0-next.2...20.0.0-next.3) (2025-11-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * export behaviors as public api ([#3617](https://github.com/atinc/ngx-tethys/issues/3617)) ([261f04f](https://github.com/atinc/ngx-tethys/commit/261f04f8b35d7dd1d8290cea4c3e6ede4df3c374))
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * fix peerDependencies for @tethys/cdk ([#3615](https://github.com/atinc/ngx-tethys/issues/3615)) ([66030b1](https://github.com/atinc/ngx-tethys/commit/66030b18e3f62492c282b6b0b17e3a4bd935902e))
20
+
21
+
22
+
5
23
  # [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
24
 
7
25
 
@@ -1,6 +1,6 @@
1
1
  import { Version } from '@angular/core';
2
2
 
3
- const VERSION = new Version('20.0.0-next.1');
3
+ const VERSION = new Version('20.0.0-next.3');
4
4
 
5
5
  /**
6
6
  * Generated bundle index. Do not edit.
@@ -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');\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;;;;"}
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.3');\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.1",
3
+ "version": "20.0.0-next.3",
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
- "./anchor": {
38
- "types": "./anchor/index.d.ts",
39
- "default": "./fesm2022/ngx-tethys-anchor.mjs"
40
- },
41
37
  "./affix": {
42
38
  "types": "./affix/index.d.ts",
43
39
  "default": "./fesm2022/ngx-tethys-affix.mjs"
44
40
  },
41
+ "./anchor": {
42
+ "types": "./anchor/index.d.ts",
43
+ "default": "./fesm2022/ngx-tethys-anchor.mjs"
44
+ },
45
45
  "./arrow-switcher": {
46
46
  "types": "./arrow-switcher/index.d.ts",
47
47
  "default": "./fesm2022/ngx-tethys-arrow-switcher.mjs"
@@ -110,14 +110,14 @@
110
110
  "types": "./core/index.d.ts",
111
111
  "default": "./fesm2022/ngx-tethys-core.mjs"
112
112
  },
113
- "./date-range": {
114
- "types": "./date-range/index.d.ts",
115
- "default": "./fesm2022/ngx-tethys-date-range.mjs"
116
- },
117
113
  "./date-picker": {
118
114
  "types": "./date-picker/index.d.ts",
119
115
  "default": "./fesm2022/ngx-tethys-date-picker.mjs"
120
116
  },
117
+ "./date-range": {
118
+ "types": "./date-range/index.d.ts",
119
+ "default": "./fesm2022/ngx-tethys-date-range.mjs"
120
+ },
121
121
  "./dialog": {
122
122
  "types": "./dialog/index.d.ts",
123
123
  "default": "./fesm2022/ngx-tethys-dialog.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",
@@ -1 +1 @@
1
- export declare const VERSION = "20.0.0-next.1";
1
+ export declare const VERSION = "20.0.0-next.3";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '20.0.0-next.1';
4
+ exports.VERSION = '20.0.0-next.3';