From 16036de8a6d781116e8c463ba41a2cb8cdc34edc Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 12 Sep 2023 18:30:19 +0330 Subject: [PATCH] release: new independent version - @alwatr/context@1.1.2 - @alwatr/crypto@1.1.2 - @alwatr/fetch@1.1.2 - @alwatr/fract@1.1.2 - @alwatr/fsm@1.1.2 - @alwatr/i18n@1.1.2 - @alwatr/logger@1.1.2 - @alwatr/math@1.1.2 - @alwatr/nano-server@1.1.2 - @alwatr/router@1.1.2 - @alwatr/server-context@1.1.2 - @alwatr/signal@1.1.2 - @alwatr/storage-client@1.1.2 - @alwatr/storage-engine@1.1.2 - @alwatr/util@1.2.0 - @alwatr/validator@1.1.2 - @alwatr/element@1.1.2 - @alwatr/icon@1.1.2 - @alwatr/pwa-helper@1.1.2 --- core/context/CHANGELOG.md | 4 ++++ core/context/package.json | 12 ++++++------ core/crypto/CHANGELOG.md | 4 ++++ core/crypto/package.json | 6 +++--- core/fetch/CHANGELOG.md | 4 ++++ core/fetch/package.json | 8 ++++---- core/fract/CHANGELOG.md | 4 ++++ core/fract/package.json | 4 ++-- core/fsm/CHANGELOG.md | 4 ++++ core/fsm/package.json | 6 +++--- 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 | 4 ++-- core/nano-server/CHANGELOG.md | 4 ++++ core/nano-server/package.json | 6 +++--- core/router/CHANGELOG.md | 4 ++++ core/router/package.json | 8 ++++---- core/server-context/CHANGELOG.md | 4 ++++ core/server-context/package.json | 12 ++++++------ core/signal/CHANGELOG.md | 4 ++++ core/signal/package.json | 6 +++--- core/storage-client/CHANGELOG.md | 4 ++++ core/storage-client/package.json | 6 +++--- core/storage-engine/CHANGELOG.md | 4 ++++ core/storage-engine/package.json | 6 +++--- core/util/CHANGELOG.md | 6 ++++++ core/util/package.json | 4 ++-- core/validator/CHANGELOG.md | 4 ++++ core/validator/package.json | 4 ++-- ui/element/CHANGELOG.md | 4 ++++ ui/element/package.json | 10 +++++----- ui/icon/CHANGELOG.md | 4 ++++ ui/icon/package.json | 8 ++++---- ui/pwa-helper/CHANGELOG.md | 4 ++++ ui/pwa-helper/package.json | 8 ++++---- 38 files changed, 144 insertions(+), 64 deletions(-) diff --git a/core/context/CHANGELOG.md b/core/context/CHANGELOG.md index e8c66af1b..aa8d96c46 100644 --- a/core/context/CHANGELOG.md +++ b/core/context/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](https://github.com/AliMD/alwatr/compare/@alwatr/context@1.1.1...@alwatr/context@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/context + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/context@1.1.0...@alwatr/context@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/context diff --git a/core/context/package.json b/core/context/package.json index 813bf6fdd..f10db5495 100644 --- a/core/context/package.json +++ b/core/context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/context", - "version": "1.1.1", + "version": "1.1.2", "description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.", "keywords": [ "context", @@ -30,11 +30,11 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^1.1.1", - "@alwatr/fsm": "^1.1.1", - "@alwatr/logger": "^1.1.1", - "@alwatr/signal": "^1.1.1", - "@alwatr/util": "^1.1.1", + "@alwatr/fetch": "^1.1.2", + "@alwatr/fsm": "^1.1.2", + "@alwatr/logger": "^1.1.2", + "@alwatr/signal": "^1.1.2", + "@alwatr/util": "^1.2.0", "tslib": "^2.6.2" } } diff --git a/core/crypto/CHANGELOG.md b/core/crypto/CHANGELOG.md index 4c9635ed3..2690f2af8 100644 --- a/core/crypto/CHANGELOG.md +++ b/core/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.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 + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/crypto@1.1.0...@alwatr/crypto@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/crypto diff --git a/core/crypto/package.json b/core/crypto/package.json index c07b87627..14dc84d6f 100644 --- a/core/crypto/package.json +++ b/core/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.1.1", + "version": "1.1.2", "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.1", - "@alwatr/math": "^1.1.1", + "@alwatr/logger": "^1.1.2", + "@alwatr/math": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/core/fetch/CHANGELOG.md b/core/fetch/CHANGELOG.md index 7dd5a6cb6..a24f2d658 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. +## [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 + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/fetch@1.1.0...@alwatr/fetch@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/fetch diff --git a/core/fetch/package.json b/core/fetch/package.json index c978edbe1..9350abf54 100644 --- a/core/fetch/package.json +++ b/core/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "1.1.1", + "version": "1.1.2", "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.1", - "@alwatr/signal": "^1.1.1", - "@alwatr/util": "^1.1.1", + "@alwatr/logger": "^1.1.2", + "@alwatr/signal": "^1.1.2", + "@alwatr/util": "^1.2.0", "tslib": "^2.6.2" } } diff --git a/core/fract/CHANGELOG.md b/core/fract/CHANGELOG.md index 2d71d1664..1e9e84e02 100644 --- a/core/fract/CHANGELOG.md +++ b/core/fract/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](https://github.com/AliMD/alwatr/compare/@alwatr/fract@1.1.1...@alwatr/fract@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/fract + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/fract@1.1.0...@alwatr/fract@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/fract diff --git a/core/fract/package.json b/core/fract/package.json index f046af14a..a00b65e9c 100644 --- a/core/fract/package.json +++ b/core/fract/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fract", - "version": "1.1.1", + "version": "1.1.2", "description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!", "keywords": [ "render", @@ -32,7 +32,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.1", + "@alwatr/logger": "^1.1.2", "@alwatr/signal2": "^1.0.0", "lit-html": "^2.8.0", "tslib": "^2.6.2" diff --git a/core/fsm/CHANGELOG.md b/core/fsm/CHANGELOG.md index 3369e889a..5cda44b51 100644 --- a/core/fsm/CHANGELOG.md +++ b/core/fsm/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](https://github.com/AliMD/alwatr/compare/@alwatr/fsm@1.1.1...@alwatr/fsm@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/fsm + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/fsm@1.1.0...@alwatr/fsm@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/fsm diff --git a/core/fsm/package.json b/core/fsm/package.json index 9ad555990..157e78760 100644 --- a/core/fsm/package.json +++ b/core/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fsm", - "version": "1.1.1", + "version": "1.1.2", "description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.", "keywords": [ "state", @@ -34,8 +34,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.1", - "@alwatr/signal": "^1.1.1", + "@alwatr/logger": "^1.1.2", + "@alwatr/signal": "^1.1.2", "@alwatr/type": "^1.1.1", "tslib": "^2.6.2" } diff --git a/core/i18n/CHANGELOG.md b/core/i18n/CHANGELOG.md index d4200dad6..2fc036a60 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/i18n@1.1.1...@alwatr/i18n@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/i18n + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/i18n@1.1.0...@alwatr/i18n@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/i18n diff --git a/core/i18n/package.json b/core/i18n/package.json index aa2feb41e..4a994637b 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "1.1.1", + "version": "1.1.2", "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/logger": "^1.1.1", - "@alwatr/math": "^1.1.1", - "@alwatr/signal": "^1.1.1", + "@alwatr/logger": "^1.1.2", + "@alwatr/math": "^1.1.2", + "@alwatr/signal": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/core/logger/CHANGELOG.md b/core/logger/CHANGELOG.md index 3c0726abd..678fb7ccb 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.1...@alwatr/logger@1.1.2) (2023-09-12) + +### Bug Fixes + +* **logger:** change localStorage debug key to `alwatrDebug` ([66542ea](https://github.com/AliMD/alwatr/commit/66542ea22a9a515db4a15dc966624b3029f517ed)) by @AliMD + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.0...@alwatr/logger@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/logger diff --git a/core/logger/package.json b/core/logger/package.json index 7e59372f3..772c9e398 100644 --- a/core/logger/package.json +++ b/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "1.1.1", + "version": "1.1.2", "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 900915587..a95de32d0 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. +## [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 + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/math@1.1.0...@alwatr/math@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/math diff --git a/core/math/package.json b/core/math/package.json index ab89e2ff4..6ebfa784f 100644 --- a/core/math/package.json +++ b/core/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.1.1", + "version": "1.1.2", "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.1", + "@alwatr/logger": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/core/nano-server/CHANGELOG.md b/core/nano-server/CHANGELOG.md index 1f4110380..b857b28d0 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. +## [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 + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/nano-server@1.1.0...@alwatr/nano-server@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/nano-server diff --git a/core/nano-server/package.json b/core/nano-server/package.json index da3e611f8..a562ab40c 100644 --- a/core/nano-server/package.json +++ b/core/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.1.1", + "version": "1.1.2", "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.1", - "@alwatr/math": "^1.1.1", + "@alwatr/logger": "^1.1.2", + "@alwatr/math": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/core/router/CHANGELOG.md b/core/router/CHANGELOG.md index 54af77913..8a514e964 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/router@1.1.1...@alwatr/router@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/router + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/router@1.1.0...@alwatr/router@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/router diff --git a/core/router/package.json b/core/router/package.json index 5d149c901..50d75823c 100644 --- a/core/router/package.json +++ b/core/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "1.1.1", + "version": "1.1.2", "description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", "keywords": [ "router", @@ -31,9 +31,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.1", - "@alwatr/math": "^1.1.1", - "@alwatr/signal": "^1.1.1", + "@alwatr/logger": "^1.1.2", + "@alwatr/math": "^1.1.2", + "@alwatr/signal": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/core/server-context/CHANGELOG.md b/core/server-context/CHANGELOG.md index d9ed183cd..cd369cf99 100644 --- a/core/server-context/CHANGELOG.md +++ b/core/server-context/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](https://github.com/AliMD/alwatr/compare/@alwatr/server-context@1.1.1...@alwatr/server-context@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/server-context + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/server-context@1.1.0...@alwatr/server-context@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/server-context diff --git a/core/server-context/package.json b/core/server-context/package.json index b573b73e4..28e68e446 100644 --- a/core/server-context/package.json +++ b/core/server-context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/server-context", - "version": "1.1.1", + "version": "1.1.2", "description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.", "keywords": [ "context", @@ -31,11 +31,11 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^1.1.1", - "@alwatr/fsm": "^1.1.1", - "@alwatr/logger": "^1.1.1", - "@alwatr/signal": "^1.1.1", - "@alwatr/util": "^1.1.1", + "@alwatr/fetch": "^1.1.2", + "@alwatr/fsm": "^1.1.2", + "@alwatr/logger": "^1.1.2", + "@alwatr/signal": "^1.1.2", + "@alwatr/util": "^1.2.0", "tslib": "^2.6.2" } } diff --git a/core/signal/CHANGELOG.md b/core/signal/CHANGELOG.md index 2c3d1d270..9833e3cdd 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/signal@1.1.1...@alwatr/signal@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/signal + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/signal@1.1.0...@alwatr/signal@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/signal diff --git a/core/signal/package.json b/core/signal/package.json index 516551431..4077ba6a7 100644 --- a/core/signal/package.json +++ b/core/signal/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/signal", - "version": "1.1.1", + "version": "1.1.2", "description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.", "keywords": [ "signal", @@ -29,9 +29,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.1.1", + "@alwatr/logger": "^1.1.2", "@alwatr/type": "^1.1.1", - "@alwatr/util": "^1.1.1", + "@alwatr/util": "^1.2.0", "tslib": "^2.6.2" } } diff --git a/core/storage-client/CHANGELOG.md b/core/storage-client/CHANGELOG.md index b6ab12895..65f8355ea 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/storage-client@1.1.1...@alwatr/storage-client@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/storage-client + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/storage-client@1.1.0...@alwatr/storage-client@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/storage-client diff --git a/core/storage-client/package.json b/core/storage-client/package.json index 1dea63a58..130381be3 100644 --- a/core/storage-client/package.json +++ b/core/storage-client/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-client", - "version": "1.1.1", + "version": "1.1.2", "description": "Elegant micro client for storage server written in tiny TypeScript ES module.", "keywords": [ "database", @@ -36,8 +36,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^1.1.1", - "@alwatr/logger": "^1.1.1", + "@alwatr/fetch": "^1.1.2", + "@alwatr/logger": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/core/storage-engine/CHANGELOG.md b/core/storage-engine/CHANGELOG.md index 1c0c0ace3..f6f3be84c 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/storage-engine@1.1.1...@alwatr/storage-engine@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/storage-engine + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/storage-engine@1.1.0...@alwatr/storage-engine@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/storage-engine diff --git a/core/storage-engine/package.json b/core/storage-engine/package.json index 06e06784c..c79acb9b3 100644 --- a/core/storage-engine/package.json +++ b/core/storage-engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-engine", - "version": "1.1.1", + "version": "1.1.2", "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/logger": "^1.1.1", - "@alwatr/util": "^1.1.1", + "@alwatr/logger": "^1.1.2", + "@alwatr/util": "^1.2.0", "exit-hook": "^4.0.0", "tslib": "^2.6.2" } diff --git a/core/util/CHANGELOG.md b/core/util/CHANGELOG.md index 0448ec4d3..6acb0e726 100644 --- a/core/util/CHANGELOG.md +++ b/core/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.0](https://github.com/AliMD/alwatr/compare/@alwatr/util@1.1.1...@alwatr/util@1.2.0) (2023-09-12) + +### Features + +* **util:** browser-task ([efc4c6e](https://github.com/AliMD/alwatr/commit/efc4c6efe5d0f716a4855e5c0fd7778a81b53885)) by @AliMD + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/util@1.1.0...@alwatr/util@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/util diff --git a/core/util/package.json b/core/util/package.json index 8ab377d24..d0b7273d4 100644 --- a/core/util/package.json +++ b/core/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.1.1", + "version": "1.2.0", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,7 +40,7 @@ } }, "dependencies": { - "@alwatr/math": "^1.1.1", + "@alwatr/math": "^1.1.2", "@alwatr/type": "^1.1.1", "tslib": "^2.6.2" }, diff --git a/core/validator/CHANGELOG.md b/core/validator/CHANGELOG.md index 5434bd10a..0ab7f55bc 100644 --- a/core/validator/CHANGELOG.md +++ b/core/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.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 + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/validator@1.1.0...@alwatr/validator@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/validator diff --git a/core/validator/package.json b/core/validator/package.json index 8fe3b9e62..758441f4c 100644 --- a/core/validator/package.json +++ b/core/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.1.1", + "version": "1.1.2", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator", @@ -29,7 +29,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/math": "^1.1.1", + "@alwatr/math": "^1.1.2", "@alwatr/type": "^1.1.1", "tslib": "^2.6.2" } diff --git a/ui/element/CHANGELOG.md b/ui/element/CHANGELOG.md index ed381a028..a6e233921 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/element@1.1.1...@alwatr/element@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/element + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/element@1.1.0...@alwatr/element@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/element diff --git a/ui/element/package.json b/ui/element/package.json index 633849845..c0133f793 100644 --- a/ui/element/package.json +++ b/ui/element/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/element", - "version": "1.1.1", + "version": "1.1.2", "description": "Elegant powerful web component (lit-element) helper mixins written in tiny TypeScript module.", "keywords": [ "element", @@ -33,10 +33,10 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fsm": "^1.1.1", - "@alwatr/i18n": "^1.1.1", - "@alwatr/logger": "^1.1.1", - "@alwatr/router": "^1.1.1", + "@alwatr/fsm": "^1.1.2", + "@alwatr/i18n": "^1.1.2", + "@alwatr/logger": "^1.1.2", + "@alwatr/router": "^1.1.2", "lit": "^2.8.0", "tslib": "^2.6.2" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 54fcd0976..e827c4bea 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. +## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/icon@1.1.1...@alwatr/icon@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/icon + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/icon@1.1.0...@alwatr/icon@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/icon diff --git a/ui/icon/package.json b/ui/icon/package.json index 2a1e34561..ef3d16da3 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/icon", - "version": "1.1.1", + "version": "1.1.2", "description": "Best practices (The Right Way) of using premium designed icons in the website and webapp.", "keywords": [ "icon", @@ -43,9 +43,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/element": "^1.1.1", - "@alwatr/fetch": "^1.1.1", - "@alwatr/logger": "^1.1.1", + "@alwatr/element": "^1.1.2", + "@alwatr/fetch": "^1.1.2", + "@alwatr/logger": "^1.1.2", "tslib": "^2.6.2" } } diff --git a/ui/pwa-helper/CHANGELOG.md b/ui/pwa-helper/CHANGELOG.md index 310769059..660ede586 100644 --- a/ui/pwa-helper/CHANGELOG.md +++ b/ui/pwa-helper/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](https://github.com/AliMD/alwatr/compare/@alwatr/pwa-helper@1.1.1...@alwatr/pwa-helper@1.1.2) (2023-09-12) + +**Note:** Version bump only for package @alwatr/pwa-helper + ## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/pwa-helper@1.1.0...@alwatr/pwa-helper@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/pwa-helper diff --git a/ui/pwa-helper/package.json b/ui/pwa-helper/package.json index 7c2527279..970017927 100644 --- a/ui/pwa-helper/package.json +++ b/ui/pwa-helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/pwa-helper", - "version": "1.1.1", + "version": "1.1.2", "description": "Alwatr PWA Helper", "keywords": [ "element", @@ -31,9 +31,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/element": "^1.1.1", - "@alwatr/i18n": "^1.1.1", - "@alwatr/logger": "^1.1.1", + "@alwatr/element": "^1.1.2", + "@alwatr/i18n": "^1.1.2", + "@alwatr/logger": "^1.1.2", "@alwatr/ui-kit": "^1.0.0", "tslib": "^2.6.2" }