Skip to content

Commit

Permalink
chore(release): release 17.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed Dec 20, 2023
1 parent 48a26bb commit fc2084f
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [17.0.3](https://github.com/NG-NEST/ng-nest/compare/17.0.2...17.0.3) (2023-12-20)


### Bug Fixes

* **module:loading:** fix template not find ([18ab0b1](https://github.com/NG-NEST/ng-nest/commit/18ab0b1ff41bf8694a33fb1a65a511df02de964e))
* **module:skeleton:** fix template not find ([48a26bb](https://github.com/NG-NEST/ng-nest/commit/48a26bb1c4cb6d9d99b1a8d58a02c978c37f4a2a))



## [17.0.2](https://github.com/NG-NEST/ng-nest/compare/17.0.0...17.0.2) (2023-12-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ NG-NEST 是一个开源的 Web 应用程序框架,基于 Angular 和 Nest ,

## 当前版本

npm 17.0.2
npm 17.0.3

## 支持 Angular 版本

Expand Down
2 changes: 1 addition & 1 deletion docs/ui/ng-nest/readme.en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NG-NEST is an open source Web application framework based on Angular and NEST, m

## Current version

npm 17.0.2
npm 17.0.3

## Support Angular version

Expand Down
2 changes: 1 addition & 1 deletion docs/ui/ng-nest/readme.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NG-NEST 是一个开源的 Web 应用程序框架,基于 Angular 和 Nest ,

## 当前版本

npm 17.0.2
npm 17.0.3

## 支持 Angular 版本

Expand Down
2 changes: 1 addition & 1 deletion lib/ng-nest/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-nest/ui",
"version": "17.0.2",
"version": "17.0.3",
"license": "MIT",
"homepage": "https://www.ngnest.com",
"author": "ng-nest",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-nest",
"version": "17.0.2",
"version": "17.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --disable-host-check",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.development.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
production: false,
layout: 'test',
defaultPage: 'upload',
defaultPage: 'loading',
static: 'https://ngnest.com/static'
};
2 changes: 1 addition & 1 deletion src/services/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ConfigService {
langs = ['zh_CN', 'en_US'];
cacheLangs: { [lang: string]: XI18nProperty } = {};
versions: string[] = [];
version = '17.0.2';
version = '17.0.3';
navName = 'NG-NEST';

get lang() {
Expand Down

0 comments on commit fc2084f

Please sign in to comment.