diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index d29c594..4082de2 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.11](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.10...@alwatr/crypto@1.1.11) (2023-11-01) + +**Note:** Version bump only for package @alwatr/crypto + ## [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 diff --git a/packages/crypto/package.json b/packages/crypto/package.json index f0f6a6a..641ebfd 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.1.10", + "version": "1.1.11", "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.1", - "@alwatr/math": "^1.1.10", + "@alwatr/logger": "^2.1.2", + "@alwatr/math": "^1.1.11", "tslib": "^2.6.2" } } diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 963f0c2..12718ab 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.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.6...@alwatr/fetch@2.0.7) (2023-11-01) + +**Note:** Version bump only for package @alwatr/fetch + ## [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 diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 6507739..956567f 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.0.6", + "version": "2.0.7", "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.1", - "@alwatr/util": "^1.2.8", + "@alwatr/logger": "^2.1.2", + "@alwatr/util": "^1.2.9", "tslib": "^2.6.2" } } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 7adbcea..fd871d2 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.2](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@2.1.1...@alwatr/logger@2.1.2) (2023-11-01) + +### Bug Fixes + +* **logger:** show duplicate_old_package_defined error after all packages designed ([8bb3410](https://github.com/AliMD/alwatr-eslib/commit/8bb341033091d25d1128127e00fafdafc25d1827)) by @ + ## [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 diff --git a/packages/logger/package.json b/packages/logger/package.json index 1bc1d9d..17328ef 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "2.1.1", + "version": "2.1.2", "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 34cb0af..024cb5a 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.11](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.10...@alwatr/math@1.1.11) (2023-11-01) + +**Note:** Version bump only for package @alwatr/math + ## [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 diff --git a/packages/math/package.json b/packages/math/package.json index 1158b89..cca74da 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.1.10", + "version": "1.1.11", "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.1", + "@alwatr/logger": "^2.1.2", "tslib": "^2.6.2" } } diff --git a/packages/nano-server/CHANGELOG.md b/packages/nano-server/CHANGELOG.md index e503ba7..b324ed4 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.11](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.10...@alwatr/nano-server@1.1.11) (2023-11-01) + +**Note:** Version bump only for package @alwatr/nano-server + ## [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 diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index 015fe29..e157994 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.1.10", + "version": "1.1.11", "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.1", - "@alwatr/math": "^1.1.10", + "@alwatr/logger": "^2.1.2", + "@alwatr/math": "^1.1.11", "tslib": "^2.6.2" } } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index dfef710..351b739 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.9](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.8...@alwatr/util@1.2.9) (2023-11-01) + +**Note:** Version bump only for package @alwatr/util + ## [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 diff --git a/packages/util/package.json b/packages/util/package.json index bb5f0f6..d0208ad 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.2.8", + "version": "1.2.9", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,7 +40,7 @@ } }, "dependencies": { - "@alwatr/math": "^1.1.10", + "@alwatr/math": "^1.1.11", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }, diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index bc147a3..481e925 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.11](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.10...@alwatr/validator@1.1.11) (2023-11-01) + +**Note:** Version bump only for package @alwatr/validator + ## [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 diff --git a/packages/validator/package.json b/packages/validator/package.json index 178c978..3b3d1f3 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.1.10", + "version": "1.1.11", "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.10", + "@alwatr/math": "^1.1.11", "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }