From 09574d423d14dbd986beda3bd39a222615c7c926 Mon Sep 17 00:00:00 2001 From: why520crazy Date: Tue, 22 Oct 2024 18:58:04 +0800 Subject: [PATCH] build: release 18.1.0-next.0 --- CHANGELOG.md | 11 ++++++++++- cdk/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- schematics/version.ts | 2 +- src/package.json | 2 +- src/version.ts | 2 +- 7 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e0f068d..78bef1ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -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. +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.1.0-next.0](https://github.com/atinc/ngx-tethys/compare/18.0.8...18.1.0-next.0) (2024-10-22) + + +### Reverts + +* Revert "feat(date-picker): export picker util (#3212)" (#3214) ([f6e6a55](https://github.com/atinc/ngx-tethys/commit/f6e6a5543274589293faba6871ce5f449d56a2ba)), closes [#3212](https://github.com/atinc/ngx-tethys/issues/3212) [#3214](https://github.com/atinc/ngx-tethys/issues/3214) + + ## [18.0.8](https://github.com/atinc/ngx-tethys/compare/18.0.7...18.0.8) (2024-09-26) diff --git a/cdk/package.json b/cdk/package.json index b286bf8e1..ad802cb49 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/cdk", - "version": "18.0.8", + "version": "18.1.0-next.0", "peerDependencies": { "@angular/common": "^18.0.0", "@angular/core": "^18.0.0", diff --git a/package-lock.json b/package-lock.json index 60715b0fa..df6976b1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-tethys", - "version": "18.0.8", + "version": "18.1.0-next.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-tethys", - "version": "18.0.8", + "version": "18.1.0-next.0", "license": "MIT", "dependencies": { "@angular/animations": "^18.2.0", diff --git a/package.json b/package.json index 384ae2b6c..59246a2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tethys", - "version": "18.0.8", + "version": "18.1.0-next.0", "license": "MIT", "engines": { "node": ">=18.19.0", diff --git a/schematics/version.ts b/schematics/version.ts index 2c1b80da4..fed798219 100644 --- a/schematics/version.ts +++ b/schematics/version.ts @@ -1 +1 @@ -export const VERSION = '18.0.8'; +export const VERSION = '18.1.0-next.0'; diff --git a/src/package.json b/src/package.json index cf512538e..82022ded3 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tethys", - "version": "18.0.8", + "version": "18.1.0-next.0", "repository": { "type": "git", "url": "git+ssh://git@github.com/atinc/ngx-tethys.git" diff --git a/src/version.ts b/src/version.ts index a8064234f..51ee7d77f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ import { Version } from '@angular/core'; -export const VERSION = new Version('18.0.8'); +export const VERSION = new Version('18.1.0-next.0');