Skip to content

Commit

Permalink
chore(release): release 16.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed Nov 7, 2023
1 parent 5cbf284 commit 555ce07
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 108 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [16.0.10](https://github.com/NG-NEST/ng-nest/compare/16.0.9...16.0.10) (2023-11-06)


### Bug Fixes

* **module:input-number:** input add boundary assertion ([33ebeb9](https://github.com/NG-NEST/ng-nest/commit/33ebeb911299840bdb9cb7794b3a393e948a42d8)), closes [#72](https://github.com/NG-NEST/ng-nest/issues/72)
* **module:select:** fix multiple select placeholder ([892d335](https://github.com/NG-NEST/ng-nest/commit/892d335d159e196f4d61b54e0d83df0948947d7a))


### Features

* **module:input:** add min and max ([49f8bcc](https://github.com/NG-NEST/ng-nest/commit/49f8bcc5c83380ce906ea35dbb06d472e5f53436))
* **module:slider-select:** add icon slider ([b6912db](https://github.com/NG-NEST/ng-nest/commit/b6912dba72b1266abd9d43efc1cbb7ea011789b2)), closes [#87](https://github.com/NG-NEST/ng-nest/issues/87)
* **module:slider-select:** add marks ([78b9eed](https://github.com/NG-NEST/ng-nest/commit/78b9eedc60cf7b1c1f18ec5ea27ed48af7ea4ba7)), closes [#86](https://github.com/NG-NEST/ng-nest/issues/86)
* **module:slider-select:** add range ([81991ff](https://github.com/NG-NEST/ng-nest/commit/81991ff6c38de8bbcd7e29e9ccebce381c5c4216)), closes [#83](https://github.com/NG-NEST/ng-nest/issues/83)
* **module:slider-select:** add range drag ([41de1d1](https://github.com/NG-NEST/ng-nest/commit/41de1d19da32ecdf98f4762010455a71441b7b90)), closes [#89](https://github.com/NG-NEST/ng-nest/issues/89)
* **module:slider-select:** add vertical style ([1e5cf2b](https://github.com/NG-NEST/ng-nest/commit/1e5cf2b3f14e583c6336352bb6af660f3e4aad6c)), closes [#90](https://github.com/NG-NEST/ng-nest/issues/90)



## [16.0.9](https://github.com/NG-NEST/ng-nest/compare/16.0.8...16.0.9) (2023-10-17)


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.9
npm 16.0.10

## 支持 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.9
npm 16.0.10

## 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.9
npm 16.0.10

## 支持 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.9",
"version": "16.0.10",
"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.9",
"version": "16.0.10",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --disable-host-check",
Expand Down
Loading

0 comments on commit 555ce07

Please sign in to comment.