Skip to content

Commit

Permalink
Merge pull request #3290 from atinc/release-auto-v18.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents f68974b + e5d72e3 commit 30482b7
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
@@ -2,6 +2,15 @@

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.2.3](https://github.com/atinc/ngx-tethys/compare/18.2.2...18.2.3) (2025-01-13)


### Features

* **nav:** support card type ([#3289](https://github.com/atinc/ngx-tethys/issues/3289)) ([f68974b](https://github.com/atinc/ngx-tethys/commit/f68974bfb0cbfffccb4b639a26ce45dfba221218))



## [18.2.2](https://github.com/atinc/ngx-tethys/compare/18.2.1...18.2.2) (2024-12-26)


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

0 comments on commit 30482b7

Please sign in to comment.