Skip to content

Commit

Permalink
Merge pull request #2993 from atinc/release-auto-next-v16.2.0-next.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2023
2 parents f6e36e2 + 40a02ea commit 3e7000d
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.

# [16.2.0-next.8](https://github.com/atinc/ngx-tethys/compare/16.2.0-next.7...16.2.0-next.8) (2023-12-26)


### Bug Fixes

* **layout:** thyLayoutSidebarWidth is not default not 240px #INFR-11096 ([#2992](https://github.com/atinc/ngx-tethys/issues/2992)) ([f6e36e2](https://github.com/atinc/ngx-tethys/commit/f6e36e216fa521bddb0e7f95f0f19fef7e19ee98)), closes [#INFR-11096](https://github.com/atinc/ngx-tethys/issues/INFR-11096)



# [16.2.0-next.7](https://github.com/atinc/ngx-tethys/compare/16.2.0-next.6...16.2.0-next.7) (2023-12-25)


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": "16.2.0-next.7",
"version": "16.2.0-next.8",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.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": "16.2.0-next.7",
"version": "16.2.0-next.8",
"license": "MIT",
"engines": {
"node": "^16.14.0 || >=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 = '16.2.0-next.7';
export const VERSION = '16.2.0-next.8';
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": "16.2.0-next.7",
"version": "16.2.0-next.8",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/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('16.2.0-next.7');
export const VERSION = new Version('16.2.0-next.8');

1 comment on commit 3e7000d

@vercel
Copy link

@vercel vercel bot commented on 3e7000d Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tethys – ./

tethys-tethys.vercel.app
tethys-vert.vercel.app
tethys-git-master-tethys.vercel.app

Please sign in to comment.