Skip to content

Commit

Permalink
chore(release): release 16.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed Oct 10, 2023
1 parent f069f6b commit f98a0e5
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 6 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [16.0.8](https://github.com/NG-NEST/ng-nest/compare/16.0.7...16.0.8) (2023-10-10)


### Bug Fixes

* **module:button:** fix attrType global ([82132c9](https://github.com/NG-NEST/ng-nest/commit/82132c9664ed9adf0feb43204925180a3f7b6655))
* **module:dropdown:** resolve leaving errors ([22bab47](https://github.com/NG-NEST/ng-nest/commit/22bab4721fe9f81983679c506962756cd0586164))


### Features

* **module:list:** add option class ([bf3cb99](https://github.com/NG-NEST/ng-nest/commit/bf3cb99f96daf904618287d2d645244a59773b6b))
* **module:menu:** add hover open class ([8e2237c](https://github.com/NG-NEST/ng-nest/commit/8e2237cfab942479ef1dcb59a0091dd0b1db2ed2))
* **module:table:** add pagination params ([a7aa51b](https://github.com/NG-NEST/ng-nest/commit/a7aa51b5b09aad291f52cebbb5751e539bf27c3c))



## [16.0.7](https://github.com/NG-NEST/ng-nest/compare/16.0.6...16.0.7) (2023-07-02)


### Bug Fixes

* **module:auto-complete:** fix input model change ([da8e5f8](https://github.com/NG-NEST/ng-nest/commit/da8e5f803e1370922a40b64b7b88fc02c6cc7299)), closes [#224](https://github.com/NG-NEST/ng-nest/issues/224)


### Features

* **module:anchor:** add affix width ([531f332](https://github.com/NG-NEST/ng-nest/commit/531f33256be0251ec11ab3c0075948bf74dd645d))



## [16.0.6](https://github.com/NG-NEST/ng-nest/compare/16.0.5...16.0.6) (2023-06-15)


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 16.0.7
npm 16.0.8

## 支持 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 16.0.7
npm 16.0.8

## 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 16.0.7
npm 16.0.8

## 支持 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": "16.0.7",
"version": "16.0.8",
"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": "16.0.7",
"version": "16.0.8",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --disable-host-check",
Expand Down
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 = '16.0.7';
version = '16.0.8';
navName = 'NG-NEST';

get lang() {
Expand Down

0 comments on commit f98a0e5

Please sign in to comment.