From 4ed3a3f1528a1e3742990083b60fa55f35850f9e Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 19 Dec 2023 14:44:05 +0330 Subject: [PATCH] release: - @alwatr/crypto@3.0.3 - @alwatr/fetch@2.2.0 - @alwatr/logger@2.4.0 - @alwatr/math@1.3.0 - @alwatr/nano-server@1.2.6 - @alwatr/type@1.2.4 - @alwatr/util@1.4.0 - @alwatr/validator@1.2.6 --- packages/crypto/CHANGELOG.md | 4 ++++ packages/crypto/package.json | 2 +- packages/fetch/CHANGELOG.md | 10 ++++++++++ packages/fetch/package.json | 2 +- packages/logger/CHANGELOG.md | 11 +++++++++++ packages/logger/package.json | 2 +- packages/math/CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ packages/util/package.json | 2 +- packages/validator/CHANGELOG.md | 4 ++++ packages/validator/package.json | 2 +- 16 files changed, 57 insertions(+), 8 deletions(-) diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 6587385..c169b18 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. +## [3.0.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.2...@alwatr/crypto@3.0.3) (2023-12-19) + +**Note:** Version bump only for package @alwatr/crypto + ## [3.0.2](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.1...@alwatr/crypto@3.0.2) (2023-12-11) **Note:** Version bump only for package @alwatr/crypto diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 9883d54..d2066d4 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "3.0.2", + "version": "3.0.3", "description": "A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.", "keywords": [ "crypto", diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 2620a48..909ae81 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/fetch@2.1.5...@alwatr/fetch@2.2.0) (2023-12-19) + +### Bug Fixes + +* **fetch:** AbortController not support issue ([10f6dbc](https://github.com/Alwatr/alwatr-es-sdk/commit/10f6dbc816d6f07a81d49945ec0291b132a75fb7)) by @AliMD + +### Features + +* use globalScope instead globalThis ([94342bb](https://github.com/Alwatr/alwatr-es-sdk/commit/94342bb7b467376173a65d8cdf6bb106338f425b)) by @njfamirm + ## [2.1.5](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/fetch@2.1.4...@alwatr/fetch@2.1.5) (2023-12-11) **Note:** Version bump only for package @alwatr/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index b4356b6..f386040 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.1.5", + "version": "2.2.0", "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 14f5b4e..75a5c97 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.3.3...@alwatr/logger@2.4.0) (2023-12-19) + +### Bug Fixes + +* **logger:** duplicate package definition and throw error ([640ce6a](https://github.com/Alwatr/alwatr-es-sdk/commit/640ce6acff999205569d978e8c32c458834d85ed)) by @AliMD +* **logger:** styleScope.replace in createLogger function ([d209a9b](https://github.com/Alwatr/alwatr-es-sdk/commit/d209a9ba770a4e939726e80731c08a4bc00c6202)) by @AliMD + +### Features + +* use globalScope instead globalThis ([94342bb](https://github.com/Alwatr/alwatr-es-sdk/commit/94342bb7b467376173a65d8cdf6bb106338f425b)) by @njfamirm + ## [2.3.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.3.2...@alwatr/logger@2.3.3) (2023-12-11) ### Bug Fixes diff --git a/packages/logger/package.json b/packages/logger/package.json index 43ed347..da3e424 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "2.3.3", + "version": "2.4.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 776f604..879a40b 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/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.3.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/math@1.2.4...@alwatr/math@1.3.0) (2023-12-19) + +### Features + +* use globalScope instead globalThis ([94342bb](https://github.com/Alwatr/alwatr-es-sdk/commit/94342bb7b467376173a65d8cdf6bb106338f425b)) by @njfamirm + ## [1.2.4](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/math@1.2.3...@alwatr/math@1.2.4) (2023-12-11) **Note:** Version bump only for package @alwatr/math diff --git a/packages/math/package.json b/packages/math/package.json index 5698f0d..5e8fabd 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.2.4", + "version": "1.3.0", "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 17b41f2..2205030 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.6](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/nano-server@1.2.5...@alwatr/nano-server@1.2.6) (2023-12-19) + +**Note:** Version bump only for package @alwatr/nano-server + ## [1.2.5](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/nano-server@1.2.4...@alwatr/nano-server@1.2.5) (2023-12-11) **Note:** Version bump only for package @alwatr/nano-server diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index 0cbc4b9..090a198 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.2.5", + "version": "1.2.6", "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 406e3b2..833d881 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.4](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/type@1.2.3...@alwatr/type@1.2.4) (2023-12-19) + +**Note:** Version bump only for package @alwatr/type + ## [1.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/type@1.2.2...@alwatr/type@1.2.3) (2023-12-09) **Note:** Version bump only for package @alwatr/type diff --git a/packages/type/package.json b/packages/type/package.json index 8992f47..53172a2 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type", - "version": "1.2.3", + "version": "1.2.4", "description": "Alwatr projects common entities types", "keywords": [ "type", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index dd58bf8..60b9bad 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/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.4.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/util@1.3.5...@alwatr/util@1.4.0) (2023-12-19) + +### Features + +* use globalScope instead globalThis ([94342bb](https://github.com/Alwatr/alwatr-es-sdk/commit/94342bb7b467376173a65d8cdf6bb106338f425b)) by @njfamirm + ## [1.3.5](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/util@1.3.4...@alwatr/util@1.3.5) (2023-12-11) ### Bug Fixes diff --git a/packages/util/package.json b/packages/util/package.json index 954e6ca..c789054 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.3.5", + "version": "1.4.0", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 60fe759..676ca75 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.6](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/validator@1.2.5...@alwatr/validator@1.2.6) (2023-12-19) + +**Note:** Version bump only for package @alwatr/validator + ## [1.2.5](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/validator@1.2.4...@alwatr/validator@1.2.5) (2023-12-11) **Note:** Version bump only for package @alwatr/validator diff --git a/packages/validator/package.json b/packages/validator/package.json index fa01f2d..07ec5d5 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.2.5", + "version": "1.2.6", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator",