Skip to content

Commit

Permalink
Merge pull request #3149 from atinc/release-auto-v17.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 14, 2024
2 parents 3fa855b + b179f88 commit dd05baa
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "17.0.18",
"version": "17.0.19",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.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": "17.0.18",
"version": "17.0.19",
"license": "MIT",
"engines": {
"node": ">=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 = '17.0.18';
export const VERSION = '17.0.19';
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": "17.0.18",
"version": "17.0.19",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/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('17.0.18');
export const VERSION = new Version('17.0.19');

0 comments on commit dd05baa

Please sign in to comment.