diff --git a/CHANGELOG.md b/CHANGELOG.md index 283da2a1a..89d372763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [17.0.19](https://github.com/atinc/ngx-tethys/compare/17.0.18...17.0.19) (2024-08-14) + + +### Features + +* **dropdown:** thyPopoverOptions support outsideClosable params ([#3144](https://github.com/atinc/ngx-tethys/issues/3144)) ([3fa855b](https://github.com/atinc/ngx-tethys/commit/3fa855b0c6417a7768aa37a5fa5b9c4f866380e3)) + + + ## [17.0.18](https://github.com/atinc/ngx-tethys/compare/17.0.17...17.0.18) (2024-08-13) diff --git a/cdk/package.json b/cdk/package.json index 903cf29a2..30a80bf33 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/cdk", - "version": "17.0.18", + "version": "17.0.19", "peerDependencies": { "@angular/common": "^17.0.0", "@angular/core": "^17.0.0", diff --git a/package-lock.json b/package-lock.json index 47140a93a..144bb8031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-tethys", - "version": "17.0.18", + "version": "17.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-tethys", - "version": "17.0.18", + "version": "17.0.19", "license": "MIT", "dependencies": { "@angular/animations": "^17.2.2", diff --git a/package.json b/package.json index 1e4a2e849..43ac1a281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tethys", - "version": "17.0.18", + "version": "17.0.19", "license": "MIT", "engines": { "node": ">=18.10.0", diff --git a/schematics/version.ts b/schematics/version.ts index 89f905e88..9671dd50c 100644 --- a/schematics/version.ts +++ b/schematics/version.ts @@ -1 +1 @@ -export const VERSION = '17.0.18'; +export const VERSION = '17.0.19'; diff --git a/src/package.json b/src/package.json index d809a6c8e..ea39b20fd 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tethys", - "version": "17.0.18", + "version": "17.0.19", "repository": { "type": "git", "url": "git+ssh://git@github.com/atinc/ngx-tethys.git" diff --git a/src/version.ts b/src/version.ts index 752f45c3b..a7e50a1aa 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ import { Version } from '@angular/core'; -export const VERSION = new Version('17.0.18'); +export const VERSION = new Version('17.0.19');