From 0f5a2f89263e9bf03a7f5087b0715ea1fc059674 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Thu, 23 Nov 2023 15:52:15 +0330 Subject: [PATCH] release: - @alwatr/crypto@1.2.1 - @alwatr/fetch@2.1.1 - @alwatr/logger@2.3.0 - @alwatr/math@1.2.1 - @alwatr/nano-server@1.2.1 - @alwatr/type@1.2.1 - @alwatr/util@1.3.1 - @alwatr/validator@1.2.1 --- packages/crypto/CHANGELOG.md | 4 ++++ packages/crypto/package.json | 2 +- packages/fetch/CHANGELOG.md | 4 ++++ packages/fetch/package.json | 2 +- packages/logger/CHANGELOG.md | 6 ++++++ packages/logger/package.json | 2 +- packages/math/CHANGELOG.md | 4 ++++ packages/math/package.json | 2 +- packages/nano-server/CHANGELOG.md | 4 ++++ packages/nano-server/package.json | 2 +- packages/type/CHANGELOG.md | 4 ++++ packages/type/package.json | 2 +- packages/util/CHANGELOG.md | 4 ++++ packages/util/package.json | 2 +- packages/validator/CHANGELOG.md | 4 ++++ packages/validator/package.json | 2 +- 16 files changed, 42 insertions(+), 8 deletions(-) diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 2b7f0fa..491fe7f 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.2.1](https://github.com/Alwatr/eslib/compare/@alwatr/crypto@1.2.0...@alwatr/crypto@1.2.1) (2023-11-23) + +**Note:** Version bump only for package @alwatr/crypto + # [1.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/crypto@1.1.12...@alwatr/crypto@1.2.0) (2023-11-14) ### Features diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 559dad8..1e7c0b8 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.2.0", + "version": "1.2.1", "description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.", "keywords": [ "crypto", diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 98ca473..f997e12 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.1.1](https://github.com/Alwatr/eslib/compare/@alwatr/fetch@2.1.0...@alwatr/fetch@2.1.1) (2023-11-23) + +**Note:** Version bump only for package @alwatr/fetch + # [2.1.0](https://github.com/Alwatr/eslib/compare/@alwatr/fetch@2.0.8...@alwatr/fetch@2.1.0) (2023-11-14) ### Features diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 2c20b0b..da248f9 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.1.0", + "version": "2.1.1", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.", "keywords": [ "fetch", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 6b94c8f..221bda3 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. +# [2.3.0](https://github.com/Alwatr/eslib/compare/@alwatr/logger@2.2.0...@alwatr/logger@2.3.0) (2023-11-23) + +### Features + +* **logger/global:** globalScope ([8111c10](https://github.com/Alwatr/eslib/commit/8111c108edff13d433d5f2f50470d00058e761ba)) by @AliMD + # [2.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/logger@2.1.3...@alwatr/logger@2.2.0) (2023-11-14) ### Bug Fixes diff --git a/packages/logger/package.json b/packages/logger/package.json index 6dbee11..fccb6f7 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "2.2.0", + "version": "2.3.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 c40dc1e..c99e6c6 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.2.1](https://github.com/Alwatr/eslib/compare/@alwatr/math@1.2.0...@alwatr/math@1.2.1) (2023-11-23) + +**Note:** Version bump only for package @alwatr/math + # [1.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/math@1.1.12...@alwatr/math@1.2.0) (2023-11-14) ### Features diff --git a/packages/math/package.json b/packages/math/package.json index 176029f..f2c69e5 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple useful Math library written in tiny TypeScript module.", "keywords": [ "math", diff --git a/packages/nano-server/CHANGELOG.md b/packages/nano-server/CHANGELOG.md index 44af309..59ec8bc 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.2.1](https://github.com/Alwatr/eslib/compare/@alwatr/nano-server@1.2.0...@alwatr/nano-server@1.2.1) (2023-11-23) + +**Note:** Version bump only for package @alwatr/nano-server + # [1.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/nano-server@1.1.12...@alwatr/nano-server@1.2.0) (2023-11-14) ### Features diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index 5f4873d..d649865 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.2.0", + "version": "1.2.1", "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.", "keywords": [ "server", diff --git a/packages/type/CHANGELOG.md b/packages/type/CHANGELOG.md index f4254d2..6ef5416 100644 --- a/packages/type/CHANGELOG.md +++ b/packages/type/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.1](https://github.com/Alwatr/eslib/compare/@alwatr/type@1.2.0...@alwatr/type@1.2.1) (2023-11-23) + +**Note:** Version bump only for package @alwatr/type + # [1.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/type@1.1.5...@alwatr/type@1.2.0) (2023-11-14) ### Features diff --git a/packages/type/package.json b/packages/type/package.json index c921df2..c7a1822 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type", - "version": "1.2.0", + "version": "1.2.1", "description": "Alwatr projects common entities types", "keywords": [ "type", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index ee0649f..44bdd70 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.3.1](https://github.com/Alwatr/eslib/compare/@alwatr/util@1.3.0...@alwatr/util@1.3.1) (2023-11-23) + +**Note:** Version bump only for package @alwatr/util + # [1.3.0](https://github.com/Alwatr/eslib/compare/@alwatr/util@1.2.10...@alwatr/util@1.3.0) (2023-11-14) ### Features diff --git a/packages/util/package.json b/packages/util/package.json index 9826d11..edec558 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.3.0", + "version": "1.3.1", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 7229fe3..d2b3eee 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.2.1](https://github.com/Alwatr/eslib/compare/@alwatr/validator@1.2.0...@alwatr/validator@1.2.1) (2023-11-23) + +**Note:** Version bump only for package @alwatr/validator + # [1.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/validator@1.1.12...@alwatr/validator@1.2.0) (2023-11-14) ### Features diff --git a/packages/validator/package.json b/packages/validator/package.json index bd065d4..1d7280c 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator",