Skip to content

Commit 55ce0a9

Browse files
Merge pull request #3751 from atinc/release-auto-next-v21.0.0-next.2
2 parents f49a11b + 1722d4c commit 55ce0a9

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
# [21.0.0-next.2](https://github.com/atinc/ngx-tethys/compare/21.0.0-next.1...21.0.0-next.2) (2026-02-27)
6+
7+
8+
### Features
9+
10+
* **core:** ThyAbstractOverlayConfig 支持 providers 参数并且支持注入dialog 打开的组件 #TINFR-3619 ([#3750](https://github.com/atinc/ngx-tethys/issues/3750)) ([f49a11b](https://github.com/atinc/ngx-tethys/commit/f49a11b2b927bdc8a24e2d5a0863eefd9ba68497)), closes [#TINFR-3619](https://github.com/atinc/ngx-tethys/issues/TINFR-3619) [#TINFR-3619](https://github.com/atinc/ngx-tethys/issues/TINFR-3619)
11+
* **menu:** support animation by using thyAnimationCollapse ([5aa2b71](https://github.com/atinc/ngx-tethys/commit/5aa2b71f85d8d2c1e7dad15119bce6545697a6d3))
12+
* **util:** remove date-fns-tz and handle string date with timezone ([#3746](https://github.com/atinc/ngx-tethys/issues/3746)) ([fb50f90](https://github.com/atinc/ngx-tethys/commit/fb50f909f1eb55a9cc07fd941e8f2e91da949001))
13+
14+
15+
516
# [21.0.0-next.1](https://github.com/atinc/ngx-tethys/compare/21.0.0-next.0...21.0.0-next.1) (2026-02-04)
617

718

cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/cdk",
3-
"version": "21.0.0-next.1",
3+
"version": "21.0.0-next.2",
44
"peerDependencies": {
55
"@angular/common": "^21.0.0",
66
"@angular/core": "^21.0.0",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-tethys",
3-
"version": "21.0.0-next.1",
3+
"version": "21.0.0-next.2",
44
"license": "MIT",
55
"engines": {
66
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",

schematics/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '21.0.0-next.1';
1+
export const VERSION = '21.0.0-next.2';

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-tethys",
3-
"version": "21.0.0-next.1",
3+
"version": "21.0.0-next.2",
44
"repository": {
55
"type": "git",
66
"url": "git+ssh://git@github.com/atinc/ngx-tethys.git"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { Version } from '@angular/core';
22

3-
export const VERSION = new Version('21.0.0-next.1');
3+
export const VERSION = new Version('21.0.0-next.2');

0 commit comments

Comments
 (0)