Skip to content

Commit

Permalink
Merge pull request #3190 from atinc/release-auto-v18.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 28, 2024
2 parents f4dcf9d + 3ea9a6c commit 77d1f0b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [18.0.2](https://github.com/atinc/ngx-tethys/compare/18.0.0...18.0.2) (2024-08-28)


### Bug Fixes

* **upload:** reject files that type is unknown #TINFR-442 ([#3178](https://github.com/atinc/ngx-tethys/issues/3178))


### Features

* **all:** support default and dark theme #TINFR-25 ([#3183](https://github.com/atinc/ngx-tethys/issues/3183))



## [18.0.1](https://github.com/atinc/ngx-tethys/compare/18.0.0...18.0.1) (2024-08-26)


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": "18.0.1",
"version": "18.0.2",
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.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": "18.0.1",
"version": "18.0.2",
"license": "MIT",
"engines": {
"node": ">=18.19.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 = '18.0.1';
export const VERSION = '18.0.2';
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": "18.0.1",
"version": "18.0.2",
"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('18.0.1');
export const VERSION = new Version('18.0.2');

0 comments on commit 77d1f0b

Please sign in to comment.