diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 2bb3f79..27eaf1b 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.3 (2023-09-19) + +**Note:** Version bump only for package @alwatr/crypto + ## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/crypto@1.1.1...@alwatr/crypto@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/crypto diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 14dc84d..fadfa40 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.1.2", + "version": "1.1.3", "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/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.2", - "@alwatr/math": "^1.1.2", + "@alwatr/logger": "^1.1.3", + "@alwatr/math": "^1.1.3", "tslib": "^2.6.2" } } diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 173bca5..5b4a39e 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. +## 1.1.3 (2023-09-19) + +### Bug Fixes + +* cleanup extra packages ([dfc0bd2](https://github.com/AliMD/alwatr/commit/dfc0bd2b42d49e1094ae0303d34e653aa289d358)) by @AliMD + ## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/fetch@1.1.1...@alwatr/fetch@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 9350abf..12c7719 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "1.1.2", + "version": "1.1.3", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.", "keywords": [ "fetch", @@ -34,9 +34,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.2", + "@alwatr/logger": "^1.1.3", "@alwatr/signal": "^1.1.2", - "@alwatr/util": "^1.2.0", + "@alwatr/util": "^1.2.1", "tslib": "^2.6.2" } } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index dd9914f..8288907 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/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.3](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.2...@alwatr/logger@1.1.3) (2023-09-19) + +**Note:** Version bump only for package @alwatr/logger + ## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.1...@alwatr/logger@1.1.2) (2023-09-12) ### Bug Fixes diff --git a/packages/logger/package.json b/packages/logger/package.json index 772c9e3..7f88451 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "1.1.2", + "version": "1.1.3", "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/issues" }, "dependencies": { - "@alwatr/type": "^1.1.1", + "@alwatr/type": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 0780736..04e22cb 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.3 (2023-09-19) + +**Note:** Version bump only for package @alwatr/math + ## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/math@1.1.1...@alwatr/math@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/math diff --git a/packages/math/package.json b/packages/math/package.json index 6ebfa78..d775556 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.1.2", + "version": "1.1.3", "description": "Simple useful Math library written in tiny TypeScript module.", "keywords": [ "math", @@ -30,7 +30,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.2", + "@alwatr/logger": "^1.1.3", "tslib": "^2.6.2" } } diff --git a/packages/nano-server/CHANGELOG.md b/packages/nano-server/CHANGELOG.md index 3e96f6b..7f73ca4 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.3 (2023-09-19) + +**Note:** Version bump only for package @alwatr/nano-server + ## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/nano-server@1.1.1...@alwatr/nano-server@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/nano-server diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index a562ab4..d8833e4 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.1.2", + "version": "1.1.3", "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/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.2", - "@alwatr/math": "^1.1.2", + "@alwatr/logger": "^1.1.3", + "@alwatr/math": "^1.1.3", "tslib": "^2.6.2" } } diff --git a/packages/type/CHANGELOG.md b/packages/type/CHANGELOG.md index c6f2d76..73fc87c 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.1.2 (2023-09-19) + +**Note:** Version bump only for package @alwatr/type + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/type@1.1.0...@alwatr/type@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/type diff --git a/packages/type/package.json b/packages/type/package.json index c27a59b..80598de 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type", - "version": "1.1.1", + "version": "1.1.2", "description": "Alwatr projects common entities types", "keywords": [ "type", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index c0d6ff0..6e80974 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.1 (2023-09-19) + +**Note:** Version bump only for package @alwatr/util + # [1.2.0](https://github.com/AliMD/alwatr/compare/@alwatr/util@1.1.1...@alwatr/util@1.2.0) (2023-09-12) ### Features diff --git a/packages/util/package.json b/packages/util/package.json index d0b7273..ad5dc58 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.2.0", + "version": "1.2.1", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,8 +40,8 @@ } }, "dependencies": { - "@alwatr/math": "^1.1.2", - "@alwatr/type": "^1.1.1", + "@alwatr/math": "^1.1.3", + "@alwatr/type": "^1.1.2", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 6bfbea6..d80e0d1 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.3 (2023-09-19) + +**Note:** Version bump only for package @alwatr/validator + ## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/validator@1.1.1...@alwatr/validator@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/validator diff --git a/packages/validator/package.json b/packages/validator/package.json index 758441f..feff78c 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.1.2", + "version": "1.1.3", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator", @@ -29,8 +29,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/math": "^1.1.2", - "@alwatr/type": "^1.1.1", + "@alwatr/math": "^1.1.3", + "@alwatr/type": "^1.1.2", "tslib": "^2.6.2" } }