diff --git a/CHANGELOG.md b/CHANGELOG.md index 31004b4de..a8c161861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) + + +### Bug Fixes + +* **router:** trigger-click error when tagName undefined ([c16328b](https://github.com/AliMD/alwatr/commit/c16328bb6dc96b5c330015ac560cf95920b9c7b2)) +* **signal:** promise to multi requests works ([dd59f0e](https://github.com/AliMD/alwatr/commit/dd59f0e5737abec72c41895b93365199fad66fcb)) + + +### Features + +* **logger:** add debug and improve documents ([8f83d29](https://github.com/AliMD/alwatr/commit/8f83d2956e521f016fe530322f657c343f1a0b80)) +* **signal:** demo as test ([fc3f9fd](https://github.com/AliMD/alwatr/commit/fc3f9fdd8c76c6bc5117f3ee894480500f81cc80)) + + + + + ## [0.7.1](https://github.com/AliMD/alwatr/compare/v0.7.0...v0.7.1) (2022-03-12) diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index 05fa889d7..d23926537 100644 --- a/demo/CHANGELOG.md +++ b/demo/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.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) + + +### Features + +* **signal:** demo as test ([fc3f9fd](https://github.com/AliMD/alwatr/commit/fc3f9fdd8c76c6bc5117f3ee894480500f81cc80)) + + + + + # [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12) **Note:** Version bump only for package @alwatr/demo diff --git a/demo/package.json b/demo/package.json index cb1023d97..58650818f 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/demo", - "version": "0.7.0", + "version": "0.7.2", "main": "index.js", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", "type": "module", @@ -9,7 +9,7 @@ "MohammadMahdi Zamanian " ], "dependencies": { - "@alwatr/logger": "^0.7.0", + "@alwatr/logger": "^0.7.2", "lit": "^2.1.3", "tslib": "^2.2.0" } diff --git a/lerna.json b/lerna.json index 4999ff3f7..2fd7d5af5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.7.1", + "version": "0.7.2", "npmClient": "yarn", "useWorkspaces": true, "package": [ diff --git a/package/fetch/CHANGELOG.md b/package/fetch/CHANGELOG.md index a46d448b8..a8333a6bb 100644 --- a/package/fetch/CHANGELOG.md +++ b/package/fetch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) + +**Note:** Version bump only for package @alwatr/fetch + + + + + # [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12) **Note:** Version bump only for package @alwatr/fetch diff --git a/package/fetch/package.json b/package/fetch/package.json index 113b17a7b..ce288d121 100644 --- a/package/fetch/package.json +++ b/package/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "0.7.0", + "version": "0.7.2", "description": "Enhanced fetch api with timeout, helper methods and types written in tiny TypeScript module.", "keywords": [ "fetch", @@ -36,7 +36,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^0.7.0", + "@alwatr/logger": "^0.7.2", "tslib": "^2.3.1" } } diff --git a/package/i18n/CHANGELOG.md b/package/i18n/CHANGELOG.md index 08d24c077..b196c9fb4 100644 --- a/package/i18n/CHANGELOG.md +++ b/package/i18n/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) + +**Note:** Version bump only for package @alwatr/i18n + + + + + # [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12) **Note:** Version bump only for package @alwatr/i18n diff --git a/package/i18n/package.json b/package/i18n/package.json index 10a876bc4..4d8c3fbb0 100644 --- a/package/i18n/package.json +++ b/package/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "0.7.0", + "version": "0.7.2", "description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", "keywords": [ "i18n", @@ -36,9 +36,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^0.7.0", - "@alwatr/logger": "^0.7.0", - "@alwatr/signal": "^0.7.0", + "@alwatr/fetch": "^0.7.2", + "@alwatr/logger": "^0.7.2", + "@alwatr/signal": "^0.7.2", "tslib": "^2.3.1" } } diff --git a/package/logger/CHANGELOG.md b/package/logger/CHANGELOG.md index 71a63c94a..450ee7c9e 100644 --- a/package/logger/CHANGELOG.md +++ b/package/logger/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.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) + + +### Features + +* **logger:** add debug and improve documents ([8f83d29](https://github.com/AliMD/alwatr/commit/8f83d2956e521f016fe530322f657c343f1a0b80)) + + + + + # [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12) **Note:** Version bump only for package @alwatr/logger diff --git a/package/logger/package.json b/package/logger/package.json index 51ab18eda..f5bfe359c 100644 --- a/package/logger/package.json +++ b/package/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "0.7.0", + "version": "0.7.2", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "keywords": [ "log", diff --git a/package/router/CHANGELOG.md b/package/router/CHANGELOG.md index 9b4de3d0e..b54d3e525 100644 --- a/package/router/CHANGELOG.md +++ b/package/router/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.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) + + +### Bug Fixes + +* **router:** trigger-click error when tagName undefined ([c16328b](https://github.com/AliMD/alwatr/commit/c16328bb6dc96b5c330015ac560cf95920b9c7b2)) + + + + + # [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12) **Note:** Version bump only for package @alwatr/router diff --git a/package/router/package.json b/package/router/package.json index 12e2d01eb..9caf4ef18 100644 --- a/package/router/package.json +++ b/package/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "0.7.0", + "version": "0.7.2", "description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", "keywords": [ "router", @@ -36,8 +36,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^0.7.0", - "@alwatr/signal": "^0.7.0", + "@alwatr/logger": "^0.7.2", + "@alwatr/signal": "^0.7.2", "tslib": "^2.3.1" } } diff --git a/package/signal/CHANGELOG.md b/package/signal/CHANGELOG.md index 45918e8f3..f5ba1d4a5 100644 --- a/package/signal/CHANGELOG.md +++ b/package/signal/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.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) + + +### Bug Fixes + +* **signal:** promise to multi requests works ([dd59f0e](https://github.com/AliMD/alwatr/commit/dd59f0e5737abec72c41895b93365199fad66fcb)) + + + + + # [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12) **Note:** Version bump only for package @alwatr/signal diff --git a/package/signal/package.json b/package/signal/package.json index daa87fa38..d5a10ad53 100644 --- a/package/signal/package.json +++ b/package/signal/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/signal", - "version": "0.7.0", + "version": "0.7.2", "description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.", "keywords": [ "signal", @@ -36,7 +36,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^0.7.0", + "@alwatr/logger": "^0.7.2", "tslib": "^2.3.1" } }