From 0e754ce09f4d6bedc34029d9d03b38f471782456 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Mon, 21 Nov 2022 13:39:57 +0330 Subject: [PATCH] release: v0.22.1 --- CHANGELOG.md | 16 ++++++++++++++++ demo/CHANGELOG.md | 4 ++++ demo/package.json | 2 +- lerna.json | 2 +- packages/core/fetch/CHANGELOG.md | 4 ++++ packages/core/fetch/package.json | 2 +- packages/core/i18n/CHANGELOG.md | 4 ++++ packages/core/i18n/package.json | 6 +++--- packages/core/math/CHANGELOG.md | 4 ++++ packages/core/math/package.json | 2 +- packages/core/nano-server/CHANGELOG.md | 6 ++++++ packages/core/nano-server/package.json | 4 ++-- packages/core/router/CHANGELOG.md | 4 ++++ packages/core/router/package.json | 4 ++-- packages/core/signal/CHANGELOG.md | 4 ++++ packages/core/signal/package.json | 2 +- packages/core/storage-client/CHANGELOG.md | 6 ++++++ packages/core/storage-client/package.json | 6 +++--- packages/core/storage-engine/CHANGELOG.md | 6 ++++++ packages/core/storage-engine/package.json | 4 ++-- packages/core/token/CHANGELOG.md | 4 ++++ packages/core/token/package.json | 4 ++-- packages/service/storage-server/CHANGELOG.md | 6 ++++++ packages/service/storage-server/package.json | 6 +++--- packages/starter/nanoservice/CHANGELOG.md | 7 +++++++ packages/starter/nanoservice/package.json | 4 ++-- packages/ui/font/CHANGELOG.md | 4 ++++ packages/ui/font/package.json | 2 +- packages/ui/icon/CHANGELOG.md | 4 ++++ packages/ui/icon/package.json | 2 +- 30 files changed, 109 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718179e38..9f6dfdabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +### Bug Fixes + +- add rest client extension to recommendation ([33a4a25](https://github.com/AliMD/alwatr/commit/33a4a2579208d6026380bbe8eaa9d4f9d2a8a1b9)) +- **service:** update package.json ([31dc122](https://github.com/AliMD/alwatr/commit/31dc122cd4050167ece17e53800b3844b5c99c16)) +- **starter/nano-server:** remove wc plugin from eslint ([6611644](https://github.com/AliMD/alwatr/commit/6611644226ff19533435810ae0b4a105e3275bbd)) +- **storage-client:** types issues ([c083bd0](https://github.com/AliMD/alwatr/commit/c083bd08cd2364bc64ebd1e60c668f37784d8502)) +- **storage-engine:** auto_increment issue ([ff7bdca](https://github.com/AliMD/alwatr/commit/ff7bdca2138398a3f69551e8235c3d1a9a0fae60)) +- **workflows:** add-to-project token ([2528762](https://github.com/AliMD/alwatr/commit/252876251187cb50d44cb324e4a989de47ccfc84)) +- **workflows:** add-to-project token ([2eee23a](https://github.com/AliMD/alwatr/commit/2eee23a2a536ed00780e385917de0c7edc2e4403)) + +### Features + +- **workflows:** Add To GitHub projects ([41aa33a](https://github.com/AliMD/alwatr/commit/41aa33a7448fc2ab983e2446a1c3d80f532cd04c)) + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Bug Fixes diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index 3a16eb57c..ad66faad3 100644 --- a/demo/CHANGELOG.md +++ b/demo/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/demo + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Bug Fixes diff --git a/demo/package.json b/demo/package.json index 61b64f9cc..71ae17843 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/demo", - "version": "0.22.0", + "version": "0.22.1", "main": "index.js", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", "type": "module", diff --git a/lerna.json b/lerna.json index 33b300a0b..860d08c78 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.22.0", + "version": "0.22.1", "npmClient": "yarn", "useWorkspaces": true, "package": ["demo", "packages/*/*"], diff --git a/packages/core/fetch/CHANGELOG.md b/packages/core/fetch/CHANGELOG.md index f7f7333ec..950be29a3 100644 --- a/packages/core/fetch/CHANGELOG.md +++ b/packages/core/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/fetch + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Bug Fixes diff --git a/packages/core/fetch/package.json b/packages/core/fetch/package.json index ae8742068..58e7970be 100644 --- a/packages/core/fetch/package.json +++ b/packages/core/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "0.22.0", + "version": "0.22.1", "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/core/i18n/CHANGELOG.md b/packages/core/i18n/CHANGELOG.md index 6bf344d6f..5197b94a0 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/i18n + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) **Note:** Version bump only for package @alwatr/i18n diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index 38f74f96c..ebf658552 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "0.22.0", + "version": "0.22.1", "description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", "keywords": [ "i18n", @@ -32,9 +32,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^0.22.0", + "@alwatr/fetch": "^0.22.1", "@alwatr/logger": "^0.22.0", - "@alwatr/signal": "^0.22.0", + "@alwatr/signal": "^0.22.1", "tslib": "^2.4.1" } } diff --git a/packages/core/math/CHANGELOG.md b/packages/core/math/CHANGELOG.md index 966206118..d9a1fa09c 100644 --- a/packages/core/math/CHANGELOG.md +++ b/packages/core/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/math + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) **Note:** Version bump only for package @alwatr/math diff --git a/packages/core/math/package.json b/packages/core/math/package.json index 95fd752d3..65e5d52c8 100644 --- a/packages/core/math/package.json +++ b/packages/core/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "0.22.0", + "version": "0.22.1", "description": "Simple useful Math library written in tiny TypeScript module.", "keywords": [ "math", diff --git a/packages/core/nano-server/CHANGELOG.md b/packages/core/nano-server/CHANGELOG.md index aafcfd049..83f3df3a3 100644 --- a/packages/core/nano-server/CHANGELOG.md +++ b/packages/core/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +### Bug Fixes + +- add rest client extension to recommendation ([33a4a25](https://github.com/AliMD/alwatr/commit/33a4a2579208d6026380bbe8eaa9d4f9d2a8a1b9)) + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Bug Fixes diff --git a/packages/core/nano-server/package.json b/packages/core/nano-server/package.json index bed6685de..d205b0e9e 100644 --- a/packages/core/nano-server/package.json +++ b/packages/core/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "0.22.0", + "version": "0.22.1", "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.", "keywords": [ "server", @@ -32,7 +32,7 @@ }, "dependencies": { "@alwatr/logger": "^0.22.0", - "@alwatr/math": "^0.22.0", + "@alwatr/math": "^0.22.1", "tslib": "^2.4.1" } } diff --git a/packages/core/router/CHANGELOG.md b/packages/core/router/CHANGELOG.md index 4c5ae0311..a540bdc6c 100644 --- a/packages/core/router/CHANGELOG.md +++ b/packages/core/router/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/router + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) **Note:** Version bump only for package @alwatr/router diff --git a/packages/core/router/package.json b/packages/core/router/package.json index 2823759e3..63f2f972b 100644 --- a/packages/core/router/package.json +++ b/packages/core/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "0.22.0", + "version": "0.22.1", "description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", "keywords": [ "router", @@ -33,7 +33,7 @@ }, "dependencies": { "@alwatr/logger": "^0.22.0", - "@alwatr/signal": "^0.22.0", + "@alwatr/signal": "^0.22.1", "tslib": "^2.4.1" } } diff --git a/packages/core/signal/CHANGELOG.md b/packages/core/signal/CHANGELOG.md index 9b107318b..0af2c403c 100644 --- a/packages/core/signal/CHANGELOG.md +++ b/packages/core/signal/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/signal + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) **Note:** Version bump only for package @alwatr/signal diff --git a/packages/core/signal/package.json b/packages/core/signal/package.json index 0d3f9a8d9..ceda309ac 100644 --- a/packages/core/signal/package.json +++ b/packages/core/signal/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/signal", - "version": "0.22.0", + "version": "0.22.1", "description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.", "keywords": [ "signal", diff --git a/packages/core/storage-client/CHANGELOG.md b/packages/core/storage-client/CHANGELOG.md index 629399d8b..ee0613694 100644 --- a/packages/core/storage-client/CHANGELOG.md +++ b/packages/core/storage-client/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +### Bug Fixes + +- **storage-client:** types issues ([c083bd0](https://github.com/AliMD/alwatr/commit/c083bd08cd2364bc64ebd1e60c668f37784d8502)) + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Bug Fixes diff --git a/packages/core/storage-client/package.json b/packages/core/storage-client/package.json index c731fc185..a40252b0a 100644 --- a/packages/core/storage-client/package.json +++ b/packages/core/storage-client/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-client", - "version": "0.22.0", + "version": "0.22.1", "description": "Elegant micro client for storage server written in tiny TypeScript ES module.", "keywords": [ "database", @@ -36,9 +36,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^0.22.0", + "@alwatr/fetch": "^0.22.1", "@alwatr/logger": "^0.22.0", - "@alwatr/storage-engine": "^0.22.0", + "@alwatr/storage-engine": "^0.22.1", "tslib": "^2.4.1" } } diff --git a/packages/core/storage-engine/CHANGELOG.md b/packages/core/storage-engine/CHANGELOG.md index 387580c35..73c8f6cfe 100644 --- a/packages/core/storage-engine/CHANGELOG.md +++ b/packages/core/storage-engine/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +### Bug Fixes + +- **storage-engine:** auto_increment issue ([ff7bdca](https://github.com/AliMD/alwatr/commit/ff7bdca2138398a3f69551e8235c3d1a9a0fae60)) + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Features diff --git a/packages/core/storage-engine/package.json b/packages/core/storage-engine/package.json index bc5ba2e1d..e672acbc7 100644 --- a/packages/core/storage-engine/package.json +++ b/packages/core/storage-engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-engine", - "version": "0.22.0", + "version": "0.22.1", "description": "Elegant micro in-memory json-like storage with disk backed, Faster NoSQL Database written in tiny TypeScript ES module.", "keywords": [ "database", @@ -36,8 +36,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "exit-hook": "^3.1.2", "@alwatr/logger": "^0.22.0", + "exit-hook": "^3.1.2", "tslib": "^2.4.1" } } diff --git a/packages/core/token/CHANGELOG.md b/packages/core/token/CHANGELOG.md index 074228d4e..24930a8e8 100644 --- a/packages/core/token/CHANGELOG.md +++ b/packages/core/token/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/token + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) **Note:** Version bump only for package @alwatr/token diff --git a/packages/core/token/package.json b/packages/core/token/package.json index 550e0ae7d..e79f3688d 100644 --- a/packages/core/token/package.json +++ b/packages/core/token/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/token", - "version": "0.22.0", + "version": "0.22.1", "description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) written in tiny TypeScript module.", "keywords": [ "token", @@ -41,7 +41,7 @@ }, "dependencies": { "@alwatr/logger": "^0.22.0", - "@alwatr/math": "^0.22.0", + "@alwatr/math": "^0.22.1", "tslib": "^2.4.1" } } diff --git a/packages/service/storage-server/CHANGELOG.md b/packages/service/storage-server/CHANGELOG.md index e852496d1..0e649c0f1 100644 --- a/packages/service/storage-server/CHANGELOG.md +++ b/packages/service/storage-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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +### Bug Fixes + +- **service:** update package.json ([31dc122](https://github.com/AliMD/alwatr/commit/31dc122cd4050167ece17e53800b3844b5c99c16)) + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Bug Fixes diff --git a/packages/service/storage-server/package.json b/packages/service/storage-server/package.json index 8eb7c27dc..76ffc73f4 100644 --- a/packages/service/storage-server/package.json +++ b/packages/service/storage-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-server", - "version": "0.22.0", + "version": "0.22.1", "description": "Alwatr Storage Nanoservice API, Elegant micro in-memory json-like storage with disk backed, Fastest NoSQL Database", "type": "module", "keywords": [ @@ -61,8 +61,8 @@ }, "dependencies": { "@alwatr/logger": "^0.22.0", - "@alwatr/nano-server": "^0.22.0", - "@alwatr/storage-engine": "^0.22.0" + "@alwatr/nano-server": "^0.22.1", + "@alwatr/storage-engine": "^0.22.1" }, "devDependencies": { "@types/node": "^18.11.9", diff --git a/packages/starter/nanoservice/CHANGELOG.md b/packages/starter/nanoservice/CHANGELOG.md index 4313d53e3..6cb8b9961 100644 --- a/packages/starter/nanoservice/CHANGELOG.md +++ b/packages/starter/nanoservice/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +### Bug Fixes + +- **service:** update package.json ([31dc122](https://github.com/AliMD/alwatr/commit/31dc122cd4050167ece17e53800b3844b5c99c16)) +- **starter/nano-server:** remove wc plugin from eslint ([6611644](https://github.com/AliMD/alwatr/commit/6611644226ff19533435810ae0b4a105e3275bbd)) + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) ### Bug Fixes diff --git a/packages/starter/nanoservice/package.json b/packages/starter/nanoservice/package.json index 5d216c2b6..e3fb4bcf9 100644 --- a/packages/starter/nanoservice/package.json +++ b/packages/starter/nanoservice/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanoservice-starter", - "version": "0.22.0", + "version": "0.22.1", "description": "Alwatr Microservice/Nanoservice Starter Kit", "type": "module", "keywords": [ @@ -54,7 +54,7 @@ }, "dependencies": { "@alwatr/logger": "^0.22.0", - "@alwatr/nano-server": "^0.22.0" + "@alwatr/nano-server": "^0.22.1" }, "devDependencies": { "@types/node": "^18.11.9", diff --git a/packages/ui/font/CHANGELOG.md b/packages/ui/font/CHANGELOG.md index 30b59231a..d7a377077 100644 --- a/packages/ui/font/CHANGELOG.md +++ b/packages/ui/font/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/font + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) **Note:** Version bump only for package @alwatr/font diff --git a/packages/ui/font/package.json b/packages/ui/font/package.json index 902f811a8..6175da253 100644 --- a/packages/ui/font/package.json +++ b/packages/ui/font/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/font", - "version": "0.22.0", + "version": "0.22.1", "description": "Best practices (The Right Way) of using Persian/Arabic web fonts in the website and webapp.", "keywords": [ "font", diff --git a/packages/ui/icon/CHANGELOG.md b/packages/ui/icon/CHANGELOG.md index 019e5fcf1..12177e1c3 100644 --- a/packages/ui/icon/CHANGELOG.md +++ b/packages/ui/icon/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. +## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21) + +**Note:** Version bump only for package @alwatr/icon + # [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) **Note:** Version bump only for package @alwatr/icon diff --git a/packages/ui/icon/package.json b/packages/ui/icon/package.json index 0a6c237a9..d42a3bcdb 100644 --- a/packages/ui/icon/package.json +++ b/packages/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/icon", - "version": "0.22.0", + "version": "0.22.1", "description": "Best practices (The Right Way) of using premium designed icons in the website and webapp.", "keywords": [ "icon",