From f223974f90666c18eab94dfefcc6b01d7c9e8f63 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 20 Sep 2023 00:20:59 +0330 Subject: [PATCH] release: new independent version - @alwatr/crypto@1.1.5 - @alwatr/fetch@2.0.1 - @alwatr/logger@1.1.5 - @alwatr/math@1.1.5 - @alwatr/nano-server@1.1.5 - @alwatr/type@1.1.4 - @alwatr/util@1.2.3 - @alwatr/validator@1.1.5 --- packages/crypto/CHANGELOG.md | 6 ++++++ packages/crypto/package.json | 6 +++--- packages/fetch/CHANGELOG.md | 6 ++++++ packages/fetch/package.json | 6 +++--- packages/logger/CHANGELOG.md | 6 ++++++ packages/logger/package.json | 4 ++-- packages/math/CHANGELOG.md | 6 ++++++ packages/math/package.json | 4 ++-- packages/nano-server/CHANGELOG.md | 6 ++++++ packages/nano-server/package.json | 6 +++--- packages/type/CHANGELOG.md | 6 ++++++ packages/type/package.json | 2 +- packages/util/CHANGELOG.md | 6 ++++++ packages/util/package.json | 6 +++--- packages/validator/CHANGELOG.md | 6 ++++++ packages/validator/package.json | 6 +++--- 16 files changed, 68 insertions(+), 20 deletions(-) diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index bffad2d..ebc0277 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/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.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.4...@alwatr/crypto@1.1.5) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + ## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.3...@alwatr/crypto@1.1.4) (2023-09-19) **Note:** Version bump only for package @alwatr/crypto diff --git a/packages/crypto/package.json b/packages/crypto/package.json index c9c2368..e67682c 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.1.4", + "version": "1.1.5", "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": "^1.1.4", - "@alwatr/math": "^1.1.4", + "@alwatr/logger": "^1.1.5", + "@alwatr/math": "^1.1.5", "tslib": "^2.6.2" } } diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 97473a6..3cf0be2 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/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.0.1](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.0...@alwatr/fetch@2.0.1) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + # [2.0.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@1.1.3...@alwatr/fetch@2.0.0) (2023-09-19) ### Bug Fixes diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 889e2c0..7d80dee 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "2.0.0", + "version": "2.0.1", "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": "^1.1.4", - "@alwatr/util": "^1.2.2", + "@alwatr/logger": "^1.1.5", + "@alwatr/util": "^1.2.3", "tslib": "^2.6.2" } } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 7c635bb..a0cc088 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. +## [1.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.4...@alwatr/logger@1.1.5) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + ## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.3...@alwatr/logger@1.1.4) (2023-09-19) **Note:** Version bump only for package @alwatr/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index 2676321..9c506d6 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "1.1.4", + "version": "1.1.5", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "keywords": [ "log", @@ -32,7 +32,7 @@ "url": "https://github.com/AliMD/alwatr-eslib/issues" }, "dependencies": { - "@alwatr/type": "^1.1.3", + "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" } } diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 17fbd1f..3722f5a 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.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.4...@alwatr/math@1.1.5) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + ## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.3...@alwatr/math@1.1.4) (2023-09-19) **Note:** Version bump only for package @alwatr/math diff --git a/packages/math/package.json b/packages/math/package.json index 721e3f0..d0445d3 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.1.4", + "version": "1.1.5", "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": "^1.1.4", + "@alwatr/logger": "^1.1.5", "tslib": "^2.6.2" } } diff --git a/packages/nano-server/CHANGELOG.md b/packages/nano-server/CHANGELOG.md index b9c8b86..870bd2f 100644 --- a/packages/nano-server/CHANGELOG.md +++ b/packages/nano-server/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.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.4...@alwatr/nano-server@1.1.5) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + ## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.3...@alwatr/nano-server@1.1.4) (2023-09-19) **Note:** Version bump only for package @alwatr/nano-server diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index 340c391..ae44606 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.1.4", + "version": "1.1.5", "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": "^1.1.4", - "@alwatr/math": "^1.1.4", + "@alwatr/logger": "^1.1.5", + "@alwatr/math": "^1.1.5", "tslib": "^2.6.2" } } diff --git a/packages/type/CHANGELOG.md b/packages/type/CHANGELOG.md index fd92b53..ce651f6 100644 --- a/packages/type/CHANGELOG.md +++ b/packages/type/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.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/type@1.1.3...@alwatr/type@1.1.4) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + ## [1.1.3](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/type@1.1.2...@alwatr/type@1.1.3) (2023-09-19) **Note:** Version bump only for package @alwatr/type diff --git a/packages/type/package.json b/packages/type/package.json index 56664f4..00b0f05 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type", - "version": "1.1.3", + "version": "1.1.4", "description": "Alwatr projects common entities types", "keywords": [ "type", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 47b8efd..004bdbd 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.2.3](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.2...@alwatr/util@1.2.3) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + ## [1.2.2](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.1...@alwatr/util@1.2.2) (2023-09-19) **Note:** Version bump only for package @alwatr/util diff --git a/packages/util/package.json b/packages/util/package.json index b216448..9274cde 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.2.2", + "version": "1.2.3", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,8 +40,8 @@ } }, "dependencies": { - "@alwatr/math": "^1.1.4", - "@alwatr/type": "^1.1.3", + "@alwatr/math": "^1.1.5", + "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 2803a1e..81fd987 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/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.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.4...@alwatr/validator@1.1.5) (2023-09-19) + +### Bug Fixes + +* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD + ## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.3...@alwatr/validator@1.1.4) (2023-09-19) **Note:** Version bump only for package @alwatr/validator diff --git a/packages/validator/package.json b/packages/validator/package.json index 11029b5..796b22f 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.1.4", + "version": "1.1.5", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator", @@ -29,8 +29,8 @@ "url": "https://github.com/AliMD/alwatr-eslib/issues" }, "dependencies": { - "@alwatr/math": "^1.1.4", - "@alwatr/type": "^1.1.3", + "@alwatr/math": "^1.1.5", + "@alwatr/type": "^1.1.4", "tslib": "^2.6.2" } }