diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 028166d..7297c3a 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.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 + ## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.7...@alwatr/crypto@1.1.8) (2023-10-23) ### Bug Fixes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 491a7f7..9e98ee8 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.1.8", + "version": "1.1.9", "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.0.0", - "@alwatr/math": "^1.1.8", + "@alwatr/logger": "^2.1.0", + "@alwatr/math": "^1.1.9", "tslib": "^2.6.2" } } diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 44f2a0a..d5249fb 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.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 + ## [2.0.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.3...@alwatr/fetch@2.0.4) (2023-10-23) ### Bug Fixes diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 10eeb1a..6b47a2c 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.0.4", + "version": "2.0.5", "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.0.0", - "@alwatr/util": "^1.2.6", + "@alwatr/logger": "^2.1.0", + "@alwatr/util": "^1.2.7", "tslib": "^2.6.2" } } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 4398785..3358b2b 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.1.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@2.0.0...@alwatr/logger@2.1.0) (2023-10-23) + +### Features + +* **logger:** accident if old Alwatr.registeredList found ([d0ae735](https://github.com/AliMD/alwatr-eslib/commit/d0ae735b2b54cc75a380902d9fbe9dddaad650f4)) by @ + # [2.0.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.2.0...@alwatr/logger@2.0.0) (2023-10-23) ### Bug Fixes diff --git a/packages/logger/package.json b/packages/logger/package.json index 15973c0..8840467 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "2.0.0", + "version": "2.1.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 b391b68..6a2cbf3 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.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 + ## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.7...@alwatr/math@1.1.8) (2023-10-23) ### Bug Fixes diff --git a/packages/math/package.json b/packages/math/package.json index b5e59ec..dc3b626 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.1.8", + "version": "1.1.9", "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.0.0", + "@alwatr/logger": "^2.1.0", "tslib": "^2.6.2" } } diff --git a/packages/nano-server/CHANGELOG.md b/packages/nano-server/CHANGELOG.md index 4b8301f..963071c 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.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 + ## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.7...@alwatr/nano-server@1.1.8) (2023-10-23) ### Bug Fixes diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index 476bc8b..d4df1de 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.1.8", + "version": "1.1.9", "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.0.0", - "@alwatr/math": "^1.1.8", + "@alwatr/logger": "^2.1.0", + "@alwatr/math": "^1.1.9", "tslib": "^2.6.2" } } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 5ef1685..79304c5 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.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 + ## [1.2.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.5...@alwatr/util@1.2.6) (2023-10-23) **Note:** Version bump only for package @alwatr/util diff --git a/packages/util/package.json b/packages/util/package.json index 91abc90..491049e 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.2.6", + "version": "1.2.7", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,7 +40,7 @@ } }, "dependencies": { - "@alwatr/math": "^1.1.8", + "@alwatr/math": "^1.1.9", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }, diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index b415313..fb8716b 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.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 + ## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.7...@alwatr/validator@1.1.8) (2023-10-23) **Note:** Version bump only for package @alwatr/validator diff --git a/packages/validator/package.json b/packages/validator/package.json index 3f2fad5..6f0167b 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.1.8", + "version": "1.1.9", "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.8", + "@alwatr/math": "^1.1.9", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }