chore: package: v16.7.0

This commit is contained in:
coderaiser 2023-01-15 19:21:59 +02:00
parent c2c7c74ae8
commit 026c292bae
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2023.01.15, v16.7.0
feature:
- package: @cloudcmd/modal v3.0.0: add ability to not set cursor when close the modal
- package: auto-globals v3.0.0
- package: rimraf v4.0.5
- user-menu: rm border
2022.10.20, v16.6.1
feature:

View file

@ -1,4 +1,4 @@
# Cloud Commander v16.6.1
# Cloud Commander v16.7.0
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
@ -1085,6 +1085,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
## Version history
- *2023.01.15*, **[v16.7.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.7.0)**
- *2022.10.20*, **[v16.6.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.6.1)**
- *2022.10.09*, **[v16.6.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.6.0)**
- *2022.08.06*, **[v16.5.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.5.0)**

View file

@ -1,4 +1,4 @@
# Cloud Commander v16.6.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
# Cloud Commander v16.7.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "16.6.1",
"version": "16.7.0",
"type": "commonjs",
"commitType": "colon",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",