From 4c9ec1bdea7ca32a0adf33a1c0bc77538c1633d0 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 24 Oct 2023 02:07:47 +0330 Subject: [PATCH] release: - @alwatr/crypto@1.1.10 - @alwatr/fetch@2.0.6 - @alwatr/logger@2.1.1 - @alwatr/math@1.1.10 - @alwatr/nano-server@1.1.10 - @alwatr/util@1.2.8 - @alwatr/validator@1.1.10 --- packages/crypto/CHANGELOG.md | 4 ++++ packages/crypto/package.json | 6 +++--- packages/fetch/CHANGELOG.md | 4 ++++ packages/fetch/package.json | 6 +++--- packages/logger/CHANGELOG.md | 4 ++++ 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, 44 insertions(+), 16 deletions(-) diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 7297c3a..d29c594 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.10](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.9...@alwatr/crypto@1.1.10) (2023-10-23) + +**Note:** Version bump only for package @alwatr/crypto + ## [1.1.9](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.8...@alwatr/crypto@1.1.9) (2023-10-23) **Note:** Version bump only for package @alwatr/crypto diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 9e98ee8..f0f6a6a 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.1.9", + "version": "1.1.10", "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": "^2.1.0", - "@alwatr/math": "^1.1.9", + "@alwatr/logger": "^2.1.1", + "@alwatr/math": "^1.1.10", "tslib": "^2.6.2" } } diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index d5249fb..963f0c2 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.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.5...@alwatr/fetch@2.0.6) (2023-10-23) + +**Note:** Version bump only for package @alwatr/fetch + ## [2.0.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.4...@alwatr/fetch@2.0.5) (2023-10-23) **Note:** Version bump only for package @alwatr/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 6b47a2c..6507739 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.0.5", + "version": "2.0.6", "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": "^2.1.0", - "@alwatr/util": "^1.2.7", + "@alwatr/logger": "^2.1.1", + "@alwatr/util": "^1.2.8", "tslib": "^2.6.2" } } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 3358b2b..7adbcea 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/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.1.1](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@2.1.0...@alwatr/logger@2.1.1) (2023-10-23) + +**Note:** Version bump only for package @alwatr/logger + # [2.1.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@2.0.0...@alwatr/logger@2.1.0) (2023-10-23) ### Features diff --git a/packages/logger/package.json b/packages/logger/package.json index 8840467..1bc1d9d 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "2.1.0", + "version": "2.1.1", "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 6a2cbf3..34cb0af 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.10](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.9...@alwatr/math@1.1.10) (2023-10-23) + +**Note:** Version bump only for package @alwatr/math + ## [1.1.9](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.8...@alwatr/math@1.1.9) (2023-10-23) **Note:** Version bump only for package @alwatr/math diff --git a/packages/math/package.json b/packages/math/package.json index dc3b626..1158b89 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.1.9", + "version": "1.1.10", "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": "^2.1.0", + "@alwatr/logger": "^2.1.1", "tslib": "^2.6.2" } } diff --git a/packages/nano-server/CHANGELOG.md b/packages/nano-server/CHANGELOG.md index 963071c..e503ba7 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.10](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.9...@alwatr/nano-server@1.1.10) (2023-10-23) + +**Note:** Version bump only for package @alwatr/nano-server + ## [1.1.9](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.8...@alwatr/nano-server@1.1.9) (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 d4df1de..015fe29 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.1.9", + "version": "1.1.10", "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": "^2.1.0", - "@alwatr/math": "^1.1.9", + "@alwatr/logger": "^2.1.1", + "@alwatr/math": "^1.1.10", "tslib": "^2.6.2" } } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 79304c5..dfef710 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.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.7...@alwatr/util@1.2.8) (2023-10-23) + +**Note:** Version bump only for package @alwatr/util + ## [1.2.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.6...@alwatr/util@1.2.7) (2023-10-23) **Note:** Version bump only for package @alwatr/util diff --git a/packages/util/package.json b/packages/util/package.json index 491049e..bb5f0f6 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.2.7", + "version": "1.2.8", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,7 +40,7 @@ } }, "dependencies": { - "@alwatr/math": "^1.1.9", + "@alwatr/math": "^1.1.10", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }, diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index fb8716b..bc147a3 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.10](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.9...@alwatr/validator@1.1.10) (2023-10-23) + +**Note:** Version bump only for package @alwatr/validator + ## [1.1.9](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.8...@alwatr/validator@1.1.9) (2023-10-23) **Note:** Version bump only for package @alwatr/validator diff --git a/packages/validator/package.json b/packages/validator/package.json index 6f0167b..178c978 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.1.9", + "version": "1.1.10", "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.9", + "@alwatr/math": "^1.1.10", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }