From 26313bbc24641dcfdaa3a0f94159218e634f390d Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 24 Oct 2023 00:54:16 +0330 Subject: [PATCH] release: - @alwatr/crypto@1.1.7 - @alwatr/fetch@2.0.3 - @alwatr/logger@1.2.0 - @alwatr/math@1.1.7 - @alwatr/nano-server@1.1.7 - @alwatr/util@1.2.5 - @alwatr/validator@1.1.7 --- packages/crypto/CHANGELOG.md | 4 ++++ packages/crypto/package.json | 6 +++--- packages/fetch/CHANGELOG.md | 4 ++++ packages/fetch/package.json | 6 +++--- packages/logger/CHANGELOG.md | 6 ++++++ packages/logger/package.json | 2 +- packages/math/CHANGELOG.md | 4 ++++ packages/math/package.json | 4 ++-- packages/nano-server/CHANGELOG.md | 4 ++++ packages/nano-server/package.json | 6 +++--- packages/util/CHANGELOG.md | 4 ++++ packages/util/package.json | 4 ++-- packages/validator/CHANGELOG.md | 4 ++++ packages/validator/package.json | 4 ++-- 14 files changed, 46 insertions(+), 16 deletions(-) diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index a0a7c44..63d8127 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.6...@alwatr/crypto@1.1.7) (2023-10-23) + +**Note:** Version bump only for package @alwatr/crypto + ## [1.1.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.5...@alwatr/crypto@1.1.6) (2023-10-23) **Note:** Version bump only for package @alwatr/crypto diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 766edcb..72eb928 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.1.6", + "version": "1.1.7", "description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.", "keywords": [ "crypto", @@ -40,8 +40,8 @@ "url": "https://github.com/AliMD/alwatr-eslib/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.5", - "@alwatr/math": "^1.1.6", + "@alwatr/logger": "^1.2.0", + "@alwatr/math": "^1.1.7", "tslib": "^2.6.2" } } diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index d8aad54..d55f353 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.3](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.2...@alwatr/fetch@2.0.3) (2023-10-23) + +**Note:** Version bump only for package @alwatr/fetch + ## [2.0.2](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.1...@alwatr/fetch@2.0.2) (2023-10-23) **Note:** Version bump only for package @alwatr/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 011a53b..64ed9c6 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.0.2", + "version": "2.0.3", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.", "keywords": [ "fetch", @@ -34,8 +34,8 @@ "url": "https://github.com/AliMD/alwatr-eslib/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.5", - "@alwatr/util": "^1.2.4", + "@alwatr/logger": "^1.2.0", + "@alwatr/util": "^1.2.5", "tslib": "^2.6.2" } } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 6f3953f..4ed110e 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.5...@alwatr/logger@1.2.0) (2023-10-23) + +### Features + +* **logger:** banner method ([3e3af6d](https://github.com/AliMD/alwatr-eslib/commit/3e3af6d71ccecaaf14ca9d63a8a14c7239afe697)) by @ + ## [1.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.4...@alwatr/logger@1.1.5) (2023-09-19) ### Bug Fixes diff --git a/packages/logger/package.json b/packages/logger/package.json index 9c506d6..378df09 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "1.1.5", + "version": "1.2.0", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "keywords": [ "log", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 54e53c9..79767db 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.6...@alwatr/math@1.1.7) (2023-10-23) + +**Note:** Version bump only for package @alwatr/math + ## [1.1.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.5...@alwatr/math@1.1.6) (2023-10-23) **Note:** Version bump only for package @alwatr/math diff --git a/packages/math/package.json b/packages/math/package.json index 785bc06..e7e4da9 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.1.6", + "version": "1.1.7", "description": "Simple useful Math library written in tiny TypeScript module.", "keywords": [ "math", @@ -30,7 +30,7 @@ "url": "https://github.com/AliMD/alwatr-eslib/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.5", + "@alwatr/logger": "^1.2.0", "tslib": "^2.6.2" } } diff --git a/packages/nano-server/CHANGELOG.md b/packages/nano-server/CHANGELOG.md index e731ed0..04ebef1 100644 --- a/packages/nano-server/CHANGELOG.md +++ b/packages/nano-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.6...@alwatr/nano-server@1.1.7) (2023-10-23) + +**Note:** Version bump only for package @alwatr/nano-server + ## [1.1.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.5...@alwatr/nano-server@1.1.6) (2023-10-23) **Note:** Version bump only for package @alwatr/nano-server diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index bce3ab4..4744054 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.1.6", + "version": "1.1.7", "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.", "keywords": [ "server", @@ -31,8 +31,8 @@ "url": "https://github.com/AliMD/alwatr-eslib/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.5", - "@alwatr/math": "^1.1.6", + "@alwatr/logger": "^1.2.0", + "@alwatr/math": "^1.1.7", "tslib": "^2.6.2" } } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 94ca6f3..ba1c204 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.4...@alwatr/util@1.2.5) (2023-10-23) + +**Note:** Version bump only for package @alwatr/util + ## [1.2.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.3...@alwatr/util@1.2.4) (2023-10-23) **Note:** Version bump only for package @alwatr/util diff --git a/packages/util/package.json b/packages/util/package.json index b86143b..acdbd06 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.2.4", + "version": "1.2.5", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,7 +40,7 @@ } }, "dependencies": { - "@alwatr/math": "^1.1.6", + "@alwatr/math": "^1.1.7", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }, diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 05ba876..f2ad985 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.6...@alwatr/validator@1.1.7) (2023-10-23) + +**Note:** Version bump only for package @alwatr/validator + ## [1.1.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.5...@alwatr/validator@1.1.6) (2023-10-23) **Note:** Version bump only for package @alwatr/validator diff --git a/packages/validator/package.json b/packages/validator/package.json index 3392749..c6f0b2c 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.1.6", + "version": "1.1.7", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator", @@ -29,7 +29,7 @@ "url": "https://github.com/AliMD/alwatr-eslib/issues" }, "dependencies": { - "@alwatr/math": "^1.1.6", + "@alwatr/math": "^1.1.7", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }