From 73d4fc82563cd616ccb9b5b4ab7eb94870a4c51b Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sun, 25 Dec 2022 21:10:31 +0330 Subject: [PATCH] release: v0.26.1 --- CHANGELOG.md | 19 +++++++++++++++++++ core/fetch/CHANGELOG.md | 4 ++++ core/fetch/package.json | 4 ++-- core/i18n/CHANGELOG.md | 4 ++++ core/i18n/package.json | 8 ++++---- core/logger/CHANGELOG.md | 6 ++++++ core/logger/package.json | 2 +- core/math/CHANGELOG.md | 4 ++++ core/math/package.json | 2 +- core/nano-server/CHANGELOG.md | 4 ++++ core/nano-server/package.json | 8 ++++---- core/router/CHANGELOG.md | 4 ++++ core/router/package.json | 6 +++--- core/signal/CHANGELOG.md | 4 ++++ core/signal/package.json | 4 ++-- core/storage-client/CHANGELOG.md | 4 ++++ core/storage-client/package.json | 8 ++++---- core/storage-engine/CHANGELOG.md | 4 ++++ core/storage-engine/package.json | 6 +++--- core/token/CHANGELOG.md | 4 ++++ core/token/package.json | 6 +++--- demo/CHANGELOG.md | 4 ++++ demo/package.json | 4 ++-- labs/zx-example/CHANGELOG.md | 11 +++++++++++ labs/zx-example/package.json | 4 ++-- lerna.json | 2 +- services/comment/CHANGELOG.md | 4 ++++ services/comment/package.json | 8 ++++---- services/flight-crawler/CHANGELOG.md | 12 ++++++++++++ services/flight-crawler/package.json | 8 ++++---- services/starter/CHANGELOG.md | 4 ++++ services/starter/package.json | 6 +++--- services/storage-server/CHANGELOG.md | 4 ++++ services/storage-server/package.json | 8 ++++---- services/telegram-notifier/CHANGELOG.md | 4 ++++ services/telegram-notifier/package.json | 8 ++++---- ui/element/CHANGELOG.md | 4 ++++ ui/element/package.json | 6 +++--- ui/font/CHANGELOG.md | 4 ++++ ui/font/package.json | 2 +- ui/icon/CHANGELOG.md | 4 ++++ ui/icon/package.json | 6 +++--- ui/ui-kit/CHANGELOG.md | 4 ++++ ui/ui-kit/package.json | 6 +++--- uniquely/flight-finder-api/CHANGELOG.md | 4 ++++ uniquely/flight-finder-api/package.json | 8 ++++---- uniquely/flight-finder-pwa/CHANGELOG.md | 6 ++++++ uniquely/flight-finder-pwa/package.json | 16 ++++++++-------- uniquely/starter-pwa/CHANGELOG.md | 11 +++++++++++ uniquely/starter-pwa/package.json | 12 ++++++------ 50 files changed, 220 insertions(+), 79 deletions(-) create mode 100644 uniquely/starter-pwa/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b9fb7f7..59966e896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +### Bug Fixes + +- **flight-crawler:** maxHour in makeMessage ([b6599f9](https://github.com/AliMD/alwatr/commit/b6599f9f17fca56268cf8cad9d719e6d2a6c4fef)) +- **flight-crawler:** min&max hour in make message ([611930b](https://github.com/AliMD/alwatr/commit/611930b2984dcdf046b7ca6696ef0d0b7fe16bfc)) +- **flight-crawler:** min&max hour in make message ([a75f7a0](https://github.com/AliMD/alwatr/commit/a75f7a027b9cdaf2edc6574d781b09b3caf3eb78)) +- **labs/zx:** readme ([51164ae](https://github.com/AliMD/alwatr/commit/51164ae94eb4d06076981b3844377d2088f24bdb)) +- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168)) +- **package:** build:r before version ([31e03c9](https://github.com/AliMD/alwatr/commit/31e03c9ea41c75715f4b1a296bf79d8d292d7442)) + +### Features + +- **ff-deploy:** depend on ([d53fae0](https://github.com/AliMD/alwatr/commit/d53fae02700599146ca42e615819fb67bca9feaf)) +- **flight-crawler:** min&max hour filter in make message ([bf62864](https://github.com/AliMD/alwatr/commit/bf62864c3d2bd3e00079d03cb260aeda23072008)) +- labs ([c672f3c](https://github.com/AliMD/alwatr/commit/c672f3cd7e2a336c0fed2bcba5f09d85da62728e)) +- labs refrences and workspace ([9676e29](https://github.com/AliMD/alwatr/commit/9676e290a84e4da07dc38d4c66c29b9a6a6cc179)) +- **ui/demo:** new pwa package ([#508](https://github.com/AliMD/alwatr/issues/508)) ([93b9722](https://github.com/AliMD/alwatr/commit/93b972254845756d339574f4eec909807e69b3c4)) + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/fetch/CHANGELOG.md b/core/fetch/CHANGELOG.md index d0aa795b4..fb91052c5 100644 --- a/core/fetch/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/fetch + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/fetch/package.json b/core/fetch/package.json index 4db447bb5..a149ba7eb 100644 --- a/core/fetch/package.json +++ b/core/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "0.26.0", + "version": "0.26.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,7 +34,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "~0.26.0", + "@alwatr/logger": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/core/i18n/CHANGELOG.md b/core/i18n/CHANGELOG.md index b216c7e8d..f91d25ea0 100644 --- a/core/i18n/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/i18n + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/i18n/package.json b/core/i18n/package.json index be27ba4d4..06085cbde 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "0.26.0", + "version": "0.26.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.26.0", - "@alwatr/logger": "~0.26.0", - "@alwatr/signal": "~0.26.0", + "@alwatr/fetch": "^0.26.1", + "@alwatr/logger": "^0.26.1", + "@alwatr/signal": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/core/logger/CHANGELOG.md b/core/logger/CHANGELOG.md index fcaad1164..b34a7308c 100644 --- a/core/logger/CHANGELOG.md +++ b/core/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. +## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +### Bug Fixes + +- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168)) + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/logger/package.json b/core/logger/package.json index 631e18f97..1270a3b32 100644 --- a/core/logger/package.json +++ b/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "0.26.0", + "version": "0.26.1", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "keywords": [ "log", diff --git a/core/math/CHANGELOG.md b/core/math/CHANGELOG.md index 5a5378708..88030b1a5 100644 --- a/core/math/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/math + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/math/package.json b/core/math/package.json index 21c38f454..d50db7393 100644 --- a/core/math/package.json +++ b/core/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "0.26.0", + "version": "0.26.1", "description": "Simple useful Math library written in tiny TypeScript module.", "keywords": [ "math", diff --git a/core/nano-server/CHANGELOG.md b/core/nano-server/CHANGELOG.md index 4323a7418..5dd68ed55 100644 --- a/core/nano-server/CHANGELOG.md +++ b/core/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. +## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/nano-server + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/nano-server/package.json b/core/nano-server/package.json index e9e269a9c..f47a9b85d 100644 --- a/core/nano-server/package.json +++ b/core/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "0.26.0", + "version": "0.26.1", "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.", "keywords": [ "server", @@ -31,9 +31,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "~0.26.0", - "@alwatr/logger": "~0.26.0", - "@alwatr/math": "~0.26.0", + "@alwatr/fetch": "^0.26.1", + "@alwatr/logger": "^0.26.1", + "@alwatr/math": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/core/router/CHANGELOG.md b/core/router/CHANGELOG.md index 5d1742925..f77eaf695 100644 --- a/core/router/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/router + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/router/package.json b/core/router/package.json index 33f1b49fa..07bf41773 100644 --- a/core/router/package.json +++ b/core/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "0.26.0", + "version": "0.26.1", "description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", "keywords": [ "router", @@ -32,8 +32,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/signal": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/signal": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/core/signal/CHANGELOG.md b/core/signal/CHANGELOG.md index f60a38785..f054357b6 100644 --- a/core/signal/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/signal + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/signal/package.json b/core/signal/package.json index 95e8bf339..5ab695ef4 100644 --- a/core/signal/package.json +++ b/core/signal/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/signal", - "version": "0.26.0", + "version": "0.26.1", "description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.", "keywords": [ "signal", @@ -32,7 +32,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "~0.26.0", + "@alwatr/logger": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/core/storage-client/CHANGELOG.md b/core/storage-client/CHANGELOG.md index c1ff1cf2a..feff064d3 100644 --- a/core/storage-client/CHANGELOG.md +++ b/core/storage-client/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/storage-client + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/storage-client/package.json b/core/storage-client/package.json index 146822f93..604d790e5 100644 --- a/core/storage-client/package.json +++ b/core/storage-client/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-client", - "version": "0.26.0", + "version": "0.26.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.26.0", - "@alwatr/logger": "~0.26.0", - "@alwatr/storage-engine": "~0.26.0", + "@alwatr/fetch": "^0.26.1", + "@alwatr/logger": "^0.26.1", + "@alwatr/storage-engine": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/core/storage-engine/CHANGELOG.md b/core/storage-engine/CHANGELOG.md index 3818e9335..87e26ee89 100644 --- a/core/storage-engine/CHANGELOG.md +++ b/core/storage-engine/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/storage-engine + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/storage-engine/package.json b/core/storage-engine/package.json index 0eae74dc6..115eb9dae 100644 --- a/core/storage-engine/package.json +++ b/core/storage-engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-engine", - "version": "0.26.0", + "version": "0.26.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": { - "@alwatr/fetch": "~0.26.0", - "@alwatr/logger": "~0.26.0", + "@alwatr/fetch": "^0.26.1", + "@alwatr/logger": "^0.26.1", "exit-hook": "~3.1.4", "tslib": "~2.4.1" } diff --git a/core/token/CHANGELOG.md b/core/token/CHANGELOG.md index e6ca6f2d4..166c74a1e 100644 --- a/core/token/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/token + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/core/token/package.json b/core/token/package.json index ca1533b56..b2ddc473f 100644 --- a/core/token/package.json +++ b/core/token/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/token", - "version": "0.26.0", + "version": "0.26.1", "description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) written in tiny TypeScript module.", "keywords": [ "token", @@ -40,8 +40,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/math": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/math": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index c488c6fba..7a2b7311c 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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/demo + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/demo/package.json b/demo/package.json index 8eab8cb1d..0417c4dd9 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/demo", - "version": "0.26.0", + "version": "0.26.1", "main": "index.js", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", "type": "module", @@ -9,7 +9,7 @@ "MohammadMahdi Zamanian " ], "dependencies": { - "@alwatr/logger": "~0.26.0", + "@alwatr/logger": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/labs/zx-example/CHANGELOG.md b/labs/zx-example/CHANGELOG.md index d9c1f178b..c197c5a55 100644 --- a/labs/zx-example/CHANGELOG.md +++ b/labs/zx-example/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +### Bug Fixes + +- **labs/zx:** readme ([51164ae](https://github.com/AliMD/alwatr/commit/51164ae94eb4d06076981b3844377d2088f24bdb)) + +### Features + +- labs ([c672f3c](https://github.com/AliMD/alwatr/commit/c672f3cd7e2a336c0fed2bcba5f09d85da62728e)) +- labs refrences and workspace ([9676e29](https://github.com/AliMD/alwatr/commit/9676e290a84e4da07dc38d4c66c29b9a6a6cc179)) + # [0.25.0](https://github.com/AliMD/alwatr/compare/v0.24.1...v0.25.0) (2022-12-07) **Note:** Version bump only for package @alwatr/zx-example diff --git a/labs/zx-example/package.json b/labs/zx-example/package.json index d0e80aad0..68b6833cc 100644 --- a/labs/zx-example/package.json +++ b/labs/zx-example/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/zx-example", - "version": "0.26.0", + "version": "0.26.1", "description": "Test google zx with typescript in action.", "keywords": [ "zx-example", @@ -34,7 +34,7 @@ "build": "chmod -v +x *.js" }, "dependencies": { - "@alwatr/logger": "~0.26.0", + "@alwatr/logger": "^0.26.1", "tslib": "~2.4.1", "zx": "~7.1.1" } diff --git a/lerna.json b/lerna.json index 5fbc88901..039990295 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "npmClient": "yarn", "useWorkspaces": true, "package": ["core/*", "services/*", "ui/*", "demo"], diff --git a/services/comment/CHANGELOG.md b/services/comment/CHANGELOG.md index f062f0312..1346157b6 100644 --- a/services/comment/CHANGELOG.md +++ b/services/comment/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/comment + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/services/comment/package.json b/services/comment/package.json index c025b752d..086cda8f0 100644 --- a/services/comment/package.json +++ b/services/comment/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/comment", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr Comment API Microservice, Distributed simple and fast comment nanoservice base on @alwatr/storage-server", "type": "module", "keywords": [ @@ -52,9 +52,9 @@ "watch:es": "yarn build:es --watch" }, "devDependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/nano-server": "~0.26.0", - "@alwatr/storage-client": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/nano-server": "^0.26.1", + "@alwatr/storage-client": "^0.26.1", "@types/node": "~18.11.17", "esbuild": "~0.16.10", "nodemon": "~2.0.20", diff --git a/services/flight-crawler/CHANGELOG.md b/services/flight-crawler/CHANGELOG.md index f0e15c42a..44ede297a 100644 --- a/services/flight-crawler/CHANGELOG.md +++ b/services/flight-crawler/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.1](https://github.com/AliMD/flight-finder/compare/v0.26.0...v0.26.1) (2022-12-25) + +### Bug Fixes + +- **flight-crawler:** maxHour in makeMessage ([b6599f9](https://github.com/AliMD/flight-finder/commit/b6599f9f17fca56268cf8cad9d719e6d2a6c4fef)) +- **flight-crawler:** min&max hour in make message ([611930b](https://github.com/AliMD/flight-finder/commit/611930b2984dcdf046b7ca6696ef0d0b7fe16bfc)) +- **flight-crawler:** min&max hour in make message ([a75f7a0](https://github.com/AliMD/flight-finder/commit/a75f7a027b9cdaf2edc6574d781b09b3caf3eb78)) + +### Features + +- **flight-crawler:** min&max hour filter in make message ([bf62864](https://github.com/AliMD/flight-finder/commit/bf62864c3d2bd3e00079d03cb260aeda23072008)) + # [0.26.0](https://github.com/AliMD/flight-finder/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/services/flight-crawler/package.json b/services/flight-crawler/package.json index f00df4141..ee2ff0ed1 100644 --- a/services/flight-crawler/package.json +++ b/services/flight-crawler/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flight-finder-crawler", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr Flight Crawler Microservice", "type": "module", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", @@ -35,9 +35,9 @@ "watch:es": "yarn build:es --watch" }, "devDependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/nano-server": "~0.26.0", - "@alwatr/storage-client": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/nano-server": "^0.26.1", + "@alwatr/storage-client": "^0.26.1", "@types/node": "~18.11.17", "esbuild": "~0.16.10", "nodemon": "~2.0.20", diff --git a/services/starter/CHANGELOG.md b/services/starter/CHANGELOG.md index 0acadf505..ddaa1f0b1 100644 --- a/services/starter/CHANGELOG.md +++ b/services/starter/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/nanoservice-starter + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/services/starter/package.json b/services/starter/package.json index f3b838bd5..8292eb6b6 100644 --- a/services/starter/package.json +++ b/services/starter/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanoservice-starter", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr Microservice/Nanoservice Starter Kit", "type": "module", "keywords": [ @@ -47,8 +47,8 @@ "watch:es": "yarn build:es --watch" }, "devDependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/nano-server": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/nano-server": "^0.26.1", "@types/node": "~18.11.17", "esbuild": "~0.16.10", "nodemon": "~2.0.20", diff --git a/services/storage-server/CHANGELOG.md b/services/storage-server/CHANGELOG.md index e932a2b00..0cdf7c077 100644 --- a/services/storage-server/CHANGELOG.md +++ b/services/storage-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. +## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/storage-server + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/services/storage-server/package.json b/services/storage-server/package.json index c8d165dc5..1338ecd6e 100644 --- a/services/storage-server/package.json +++ b/services/storage-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-server", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr Storage Server, Elegant micro in-memory json-like storage nanoservice with disk backed, Fastest NoSQL Database.", "type": "module", "keywords": [ @@ -54,9 +54,9 @@ "watch:es": "yarn build:es --watch" }, "devDependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/nano-server": "~0.26.0", - "@alwatr/storage-engine": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/nano-server": "^0.26.1", + "@alwatr/storage-engine": "^0.26.1", "@types/node": "~18.11.17", "esbuild": "~0.16.10", "nodemon": "~2.0.20", diff --git a/services/telegram-notifier/CHANGELOG.md b/services/telegram-notifier/CHANGELOG.md index 45946242d..afbd176e8 100644 --- a/services/telegram-notifier/CHANGELOG.md +++ b/services/telegram-notifier/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.26.1](https://github.com/AliMD/flight-finder/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/telegram-notify + # [0.26.0](https://github.com/AliMD/flight-finder/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/services/telegram-notifier/package.json b/services/telegram-notifier/package.json index 85a076e69..02c873963 100644 --- a/services/telegram-notifier/package.json +++ b/services/telegram-notifier/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/telegram-notify", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr Telegram Notify Microservice", "type": "module", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", @@ -37,9 +37,9 @@ "telegraf": "~4.11.2" }, "devDependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/nano-server": "~0.26.0", - "@alwatr/storage-engine": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/nano-server": "^0.26.1", + "@alwatr/storage-engine": "^0.26.1", "@types/node": "~18.11.17", "esbuild": "~0.16.10", "nodemon": "~2.0.20", diff --git a/ui/element/CHANGELOG.md b/ui/element/CHANGELOG.md index e7936d340..08e4af1ab 100644 --- a/ui/element/CHANGELOG.md +++ b/ui/element/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/element + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/ui/element/package.json b/ui/element/package.json index 994c001fc..5636b0293 100644 --- a/ui/element/package.json +++ b/ui/element/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/element", - "version": "0.26.0", + "version": "0.26.1", "description": "Elegant powerful web component (lit-element) helper mixins written in tiny TypeScript module.", "keywords": [ "element", @@ -33,8 +33,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/signal": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/signal": "^0.26.1", "lit": "~2.5.0", "tslib": "~2.4.1" } diff --git a/ui/font/CHANGELOG.md b/ui/font/CHANGELOG.md index a56a841d9..94d369203 100644 --- a/ui/font/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/font + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/ui/font/package.json b/ui/font/package.json index dbf3c1f22..2cc059a8b 100644 --- a/ui/font/package.json +++ b/ui/font/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/font", - "version": "0.26.0", + "version": "0.26.1", "description": "Best practices (The Right Way) of using Persian/Arabic web fonts in the website and webapp.", "keywords": [ "font", diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 4add6733d..04bdfc758 100644 --- a/ui/icon/CHANGELOG.md +++ b/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/icon + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/ui/icon/package.json b/ui/icon/package.json index 1e1dced8a..ac0bf01f4 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/icon", - "version": "0.26.0", + "version": "0.26.1", "description": "Best practices (The Right Way) of using premium designed icons in the website and webapp.", "keywords": [ "icon", @@ -36,8 +36,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/element": "~0.26.0", - "@alwatr/fetch": "~0.26.0", + "@alwatr/element": "^0.26.1", + "@alwatr/fetch": "^0.26.1", "lit": "~2.5.0", "tslib": "~2.4.1" } diff --git a/ui/ui-kit/CHANGELOG.md b/ui/ui-kit/CHANGELOG.md index 5bbedaf4e..55e89ce00 100644 --- a/ui/ui-kit/CHANGELOG.md +++ b/ui/ui-kit/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.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/ui-kit + # [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/ui/ui-kit/package.json b/ui/ui-kit/package.json index f84823ab8..37bac29e2 100644 --- a/ui/ui-kit/package.json +++ b/ui/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/ui-kit", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr UI Elements Kit", "private": true, "keywords": [ @@ -33,8 +33,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/element": "~0.26.0", - "@alwatr/logger": "~0.26.0", + "@alwatr/element": "^0.26.1", + "@alwatr/logger": "^0.26.1", "tslib": "~2.4.1" } } diff --git a/uniquely/flight-finder-api/CHANGELOG.md b/uniquely/flight-finder-api/CHANGELOG.md index ca076a648..785082148 100644 --- a/uniquely/flight-finder-api/CHANGELOG.md +++ b/uniquely/flight-finder-api/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.26.1](https://github.com/AliMD/flight-finder/compare/v0.26.0...v0.26.1) (2022-12-25) + +**Note:** Version bump only for package @alwatr/flight-finder-api + # [0.26.0](https://github.com/AliMD/flight-finder/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/uniquely/flight-finder-api/package.json b/uniquely/flight-finder-api/package.json index 8be0d6660..36dfc5856 100644 --- a/uniquely/flight-finder-api/package.json +++ b/uniquely/flight-finder-api/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flight-finder-api", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr Flight Finder API Microservice", "type": "module", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", @@ -35,9 +35,9 @@ "watch:es": "yarn build:es --watch" }, "devDependencies": { - "@alwatr/logger": "~0.26.0", - "@alwatr/nano-server": "~0.26.0", - "@alwatr/storage-client": "~0.26.0", + "@alwatr/logger": "^0.26.1", + "@alwatr/nano-server": "^0.26.1", + "@alwatr/storage-client": "^0.26.1", "@types/node": "~18.11.17", "esbuild": "~0.16.10", "nodemon": "~2.0.20", diff --git a/uniquely/flight-finder-pwa/CHANGELOG.md b/uniquely/flight-finder-pwa/CHANGELOG.md index 1831ceac3..422d81273 100644 --- a/uniquely/flight-finder-pwa/CHANGELOG.md +++ b/uniquely/flight-finder-pwa/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.26.1](https://github.com/AliMD/flight-finder/compare/v0.26.0...v0.26.1) (2022-12-25) + +### Features + +- **ui/demo:** new pwa package ([#508](https://github.com/AliMD/flight-finder/issues/508)) ([93b9722](https://github.com/AliMD/flight-finder/commit/93b972254845756d339574f4eec909807e69b3c4)) + # [0.26.0](https://github.com/AliMD/flight-finder/compare/v0.25.0...v0.26.0) (2022-12-22) ### Bug Fixes diff --git a/uniquely/flight-finder-pwa/package.json b/uniquely/flight-finder-pwa/package.json index 704a094f1..326592fa7 100644 --- a/uniquely/flight-finder-pwa/package.json +++ b/uniquely/flight-finder-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flight-finder-pwa", - "version": "0.26.0", + "version": "0.26.1", "description": "Alwatr Flight Finder PWA", "type": "module", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", @@ -31,13 +31,13 @@ "watch:ts": "yarn build:ts --watch --preserveWatchOutput" }, "dependencies": { - "@alwatr/element": "~0.26.0", - "@alwatr/fetch": "~0.26.0", - "@alwatr/i18n": "~0.26.0", - "@alwatr/icon": "~0.26.0", - "@alwatr/logger": "~0.26.0", - "@alwatr/router": "~0.26.0", - "@alwatr/signal": "~0.26.0", + "@alwatr/element": "^0.26.1", + "@alwatr/fetch": "^0.26.1", + "@alwatr/i18n": "^0.26.1", + "@alwatr/icon": "^0.26.1", + "@alwatr/logger": "^0.26.1", + "@alwatr/router": "^0.26.1", + "@alwatr/signal": "^0.26.1", "@ionic/core": "~6.4.1", "lit": "~2.5.0" }, diff --git a/uniquely/starter-pwa/CHANGELOG.md b/uniquely/starter-pwa/CHANGELOG.md new file mode 100644 index 000000000..25ecc19e7 --- /dev/null +++ b/uniquely/starter-pwa/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) + +### Features + +- labs refrences and workspace ([9676e29](https://github.com/AliMD/alwatr/commit/9676e290a84e4da07dc38d4c66c29b9a6a6cc179)) +- **ui/demo:** new pwa package ([#508](https://github.com/AliMD/alwatr/issues/508)) ([93b9722](https://github.com/AliMD/alwatr/commit/93b972254845756d339574f4eec909807e69b3c4)) diff --git a/uniquely/starter-pwa/package.json b/uniquely/starter-pwa/package.json index 3d97240f6..0d3d94a13 100644 --- a/uniquely/starter-pwa/package.json +++ b/uniquely/starter-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/ui-demo-pwa", - "version": "0.0.0", + "version": "0.26.1", "description": "Alwatr Progressive Web Application Demo.", "type": "module", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", @@ -34,11 +34,11 @@ "watch:ts": "yarn build:ts --watch --preserveWatchOutput" }, "devDependencies": { - "@alwatr/element": "~0.26.0", - "@alwatr/i18n": "~0.26.0", - "@alwatr/icon": "~0.26.0", - "@alwatr/logger": "~0.26.0", - "@alwatr/router": "~0.26.0", + "@alwatr/element": "^0.26.1", + "@alwatr/i18n": "^0.26.1", + "@alwatr/icon": "^0.26.1", + "@alwatr/logger": "^0.26.1", + "@alwatr/router": "^0.26.1", "@babel/core": "~7.20.5", "@babel/preset-env": "~7.20.2", "@rollup/plugin-babel": "~6.0.3",