Skip to content

Commit

Permalink
build: release 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guoxiin committed Aug 24, 2023
1 parent 6b2cb2d commit 316f678
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [16.0.0](https://github.com/atinc/ngx-tethys/compare/16.0.0-next.4...16.0.0) (2023-08-24)


### Features

* **datePicker:** #INFR-9165 support thyMode dynamically switched ([#2770](https://github.com/atinc/ngx-tethys/issues/2770)) ([9b4d1b7](https://github.com/atinc/ngx-tethys/commit/9b4d1b78f92e5a7f88e32c5b03d085e93ba90bd8)), closes [#INFR-9165](https://github.com/atinc/ngx-tethys/issues/INFR-9165)
* **dropdown:** update thyImmediateRender template remove div #INFR-9359 ([#2794](https://github.com/atinc/ngx-tethys/issues/2794)) ([e7c6634](https://github.com/atinc/ngx-tethys/commit/e7c66344d83e80722113a9ae2d9ad336879ad5ab)), closes [#INFR-9359](https://github.com/atinc/ngx-tethys/issues/INFR-9359) [#INFR-9359](https://github.com/atinc/ngx-tethys/issues/INFR-9359)



# [16.0.0-next.4](https://github.com/atinc/ngx-tethys/compare/16.0.0-next.3...16.0.0-next.4) (2023-08-23)


Expand Down
2 changes: 1 addition & 1 deletion cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/cdk",
"version": "16.0.0-next.4",
"version": "16.0.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tethys",
"version": "16.0.0-next.4",
"version": "16.0.0",
"license": "MIT",
"engines": {
"node": "^16.14.0 || >=18.10.0",
Expand Down
2 changes: 1 addition & 1 deletion schematics/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '16.0.0-next.4';
export const VERSION = '16.0.0';
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tethys",
"version": "16.0.0-next.4",
"version": "16.0.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Version } from '@angular/core';

export const VERSION = new Version('16.0.0-next.4');
export const VERSION = new Version('16.0.0');

0 comments on commit 316f678

Please sign in to comment.