From 1f1dfe322510fb2057ba243156b48ccd247be88b Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Mon, 11 Dec 2023 17:39:10 +0330 Subject: [PATCH] release: - @alwatr/crypto@3.0.1 - @alwatr/fetch@2.1.4 - @alwatr/logger@2.3.3 - @alwatr/math@1.2.4 - @alwatr/nano-server@1.2.4 - @alwatr/util@1.3.4 - @alwatr/validator@1.2.4 --- 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/util/CHANGELOG.md | 4 ++++ packages/util/package.json | 2 +- packages/validator/CHANGELOG.md | 4 ++++ packages/validator/package.json | 2 +- 14 files changed, 37 insertions(+), 7 deletions(-) diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 35a1905..5090a82 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.1](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.0...@alwatr/crypto@3.0.1) (2023-12-11) + +**Note:** Version bump only for package @alwatr/crypto + # [3.0.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@2.0.0...@alwatr/crypto@3.0.0) (2023-12-09) ### Bug Fixes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index ec5bede..b0753b1 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "3.0.0", + "version": "3.0.1", "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 2a5f560..13cd273 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.4](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/fetch@2.1.3...@alwatr/fetch@2.1.4) (2023-12-11) + +**Note:** Version bump only for package @alwatr/fetch + ## [2.1.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/fetch@2.1.2...@alwatr/fetch@2.1.3) (2023-12-09) **Note:** Version bump only for package @alwatr/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 5d86d9f..2c82ca6 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.1.3", + "version": "2.1.4", "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 24dae16..14f5b4e 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.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.3.2...@alwatr/logger@2.3.3) (2023-12-11) + +### Bug Fixes + +* **logger/define-package:** throw error if duplicate_package_defined ([c32be46](https://github.com/Alwatr/alwatr-es-sdk/commit/c32be4680bd8b8315c54f63d380634448a989bff)) by @njfamirm + ## [2.3.2](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.3.1...@alwatr/logger@2.3.2) (2023-12-09) **Note:** Version bump only for package @alwatr/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index f0a2c46..7d7f910 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "2.3.2", + "version": "2.3.3", "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 a4a5acc..776f604 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.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 + ## [1.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/math@1.2.2...@alwatr/math@1.2.3) (2023-12-09) **Note:** Version bump only for package @alwatr/math diff --git a/packages/math/package.json b/packages/math/package.json index 669eaf1..5de086a 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.2.3", + "version": "1.2.4", "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 990c12e..d2f9aaf 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.4](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/nano-server@1.2.3...@alwatr/nano-server@1.2.4) (2023-12-11) + +**Note:** Version bump only for package @alwatr/nano-server + ## [1.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/nano-server@1.2.2...@alwatr/nano-server@1.2.3) (2023-12-09) **Note:** Version bump only for package @alwatr/nano-server diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index 9e1d9d0..ab31fcf 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.2.3", + "version": "1.2.4", "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.", "keywords": [ "server", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index e15873c..6ed12de 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.4](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/util@1.3.3...@alwatr/util@1.3.4) (2023-12-11) + +**Note:** Version bump only for package @alwatr/util + ## [1.3.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/util@1.3.2...@alwatr/util@1.3.3) (2023-12-09) **Note:** Version bump only for package @alwatr/util diff --git a/packages/util/package.json b/packages/util/package.json index 520d906..c298965 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.3.3", + "version": "1.3.4", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index b46cfc6..8c1c99d 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.4](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/validator@1.2.3...@alwatr/validator@1.2.4) (2023-12-11) + +**Note:** Version bump only for package @alwatr/validator + ## [1.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/validator@1.2.2...@alwatr/validator@1.2.3) (2023-12-09) **Note:** Version bump only for package @alwatr/validator diff --git a/packages/validator/package.json b/packages/validator/package.json index 12722c3..23230db 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.2.3", + "version": "1.2.4", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator",