Skip to content

Commit

Permalink
Merge pull request #3221 from atinc/release-auto-next-v18.1.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
2 parents 3f6c94d + 09574d4 commit af70acf
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.8",
"version": "18.1.0-next.0",
"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.8",
"version": "18.1.0-next.0",
"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.8';
export const VERSION = '18.1.0-next.0';
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.8",
"version": "18.1.0-next.0",
"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.8');
export const VERSION = new Version('18.1.0-next.0');

0 comments on commit af70acf

Please sign in to comment.