From 5bbfd315996b6052e35b42b2d00b9bef1249ab16 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Mon, 8 Jan 2024 17:59:09 +0330 Subject: [PATCH] release: - @alwatr/async-queue@1.0.2 - @alwatr/dedupe@1.0.1 - @alwatr/exit-hook@1.0.3 - @alwatr/flatomise@1.0.2 - @alwatr/global-scope@1.1.9 - @alwatr/logger@3.2.0 - @alwatr/platform-info@1.1.1 - @alwatr/wait@1.1.4 --- packages/async-queue/CHANGELOG.md | 4 ++++ packages/async-queue/package.json | 2 +- packages/dedupe/CHANGELOG.md | 4 ++++ packages/dedupe/package.json | 2 +- packages/exit-hook/CHANGELOG.md | 4 ++++ packages/exit-hook/package.json | 2 +- packages/flatomise/CHANGELOG.md | 4 ++++ packages/flatomise/package.json | 2 +- packages/global-scope/CHANGELOG.md | 4 ++++ packages/global-scope/package.json | 2 +- packages/logger/CHANGELOG.md | 10 ++++++++++ packages/logger/package.json | 2 +- packages/platform-info/CHANGELOG.md | 4 ++++ packages/platform-info/package.json | 2 +- packages/wait/CHANGELOG.md | 4 ++++ packages/wait/package.json | 2 +- 16 files changed, 46 insertions(+), 8 deletions(-) diff --git a/packages/async-queue/CHANGELOG.md b/packages/async-queue/CHANGELOG.md index 492ac3ef..20cf708b 100644 --- a/packages/async-queue/CHANGELOG.md +++ b/packages/async-queue/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.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.0.1...@alwatr/async-queue@1.0.2) (2024-01-08) + +**Note:** Version bump only for package @alwatr/async-queue + ## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.0.0...@alwatr/async-queue@1.0.1) (2024-01-03) **Note:** Version bump only for package @alwatr/async-queue diff --git a/packages/async-queue/package.json b/packages/async-queue/package.json index 489687ab..d58453fc 100644 --- a/packages/async-queue/package.json +++ b/packages/async-queue/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/async-queue", - "version": "1.0.1", + "version": "1.0.2", "description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/dedupe/CHANGELOG.md b/packages/dedupe/CHANGELOG.md index 31c0ffd4..56f85256 100644 --- a/packages/dedupe/CHANGELOG.md +++ b/packages/dedupe/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.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.0...@alwatr/dedupe@1.0.1) (2024-01-08) + +**Note:** Version bump only for package @alwatr/dedupe + # 1.0.0 (2024-01-03) ### Bug Fixes diff --git a/packages/dedupe/package.json b/packages/dedupe/package.json index 196a3417..33102e0f 100644 --- a/packages/dedupe/package.json +++ b/packages/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/dedupe", - "version": "1.0.0", + "version": "1.0.1", "description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/exit-hook/CHANGELOG.md b/packages/exit-hook/CHANGELOG.md index 59312e65..065bf0dd 100644 --- a/packages/exit-hook/CHANGELOG.md +++ b/packages/exit-hook/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.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.2...@alwatr/exit-hook@1.0.3) (2024-01-08) + +**Note:** Version bump only for package @alwatr/exit-hook + ## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.1...@alwatr/exit-hook@1.0.2) (2024-01-03) **Note:** Version bump only for package @alwatr/exit-hook diff --git a/packages/exit-hook/package.json b/packages/exit-hook/package.json index 9efcba2d..49fb0a3c 100644 --- a/packages/exit-hook/package.json +++ b/packages/exit-hook/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/exit-hook", - "version": "1.0.2", + "version": "1.0.3", "description": "A utility for registering exit handlers in Node.js.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flatomise/CHANGELOG.md b/packages/flatomise/CHANGELOG.md index 60cfcb9a..80b3e5fb 100644 --- a/packages/flatomise/CHANGELOG.md +++ b/packages/flatomise/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.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.0.1...@alwatr/flatomise@1.0.2) (2024-01-08) + +**Note:** Version bump only for package @alwatr/flatomise + ## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.0.0...@alwatr/flatomise@1.0.1) (2024-01-03) **Note:** Version bump only for package @alwatr/flatomise diff --git a/packages/flatomise/package.json b/packages/flatomise/package.json index d7344d3c..6ef29516 100644 --- a/packages/flatomise/package.json +++ b/packages/flatomise/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flatomise", - "version": "1.0.1", + "version": "1.0.2", "description": "A utility for creating promises that can be externally resolved or rejected.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/global-scope/CHANGELOG.md b/packages/global-scope/CHANGELOG.md index c2be9740..fef590e7 100644 --- a/packages/global-scope/CHANGELOG.md +++ b/packages/global-scope/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.9](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.8...@alwatr/global-scope@1.1.9) (2024-01-08) + +**Note:** Version bump only for package @alwatr/global-scope + ## [1.1.8](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.7...@alwatr/global-scope@1.1.8) (2024-01-03) **Note:** Version bump only for package @alwatr/global-scope diff --git a/packages/global-scope/package.json b/packages/global-scope/package.json index c59711b1..9e017d69 100644 --- a/packages/global-scope/package.json +++ b/packages/global-scope/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/global-scope", - "version": "1.1.8", + "version": "1.1.9", "description": "This TypeScript module provides a cross-platform alternative to `globalThis` named `globalScope`. This object works across different environments, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index fcb87db0..caa3f49d 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@3.1.0...@alwatr/logger@3.2.0) (2024-01-08) + +### Bug Fixes + +* **logger:** defaultDebugMode ([bab9f7c](https://github.com/Alwatr/nanolib/commit/bab9f7c7b26fc2f50476ebc74d484a4b39c9dbda)) by @AliMD + +### Features + +* **logger:** debugMode in definePackage ([9799320](https://github.com/Alwatr/nanolib/commit/97993203d76db57e55b31bef485ea77cfd32a64c)) by @njfamirm + # [3.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@3.0.1...@alwatr/logger@3.1.0) (2024-01-06) ### Features diff --git a/packages/logger/package.json b/packages/logger/package.json index b2757775..9e017c09 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "3.1.0", + "version": "3.2.0", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/platform-info/CHANGELOG.md b/packages/platform-info/CHANGELOG.md index 50c69e2f..9bdafed9 100644 --- a/packages/platform-info/CHANGELOG.md +++ b/packages/platform-info/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.1](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.0...@alwatr/platform-info@1.1.1) (2024-01-08) + +**Note:** Version bump only for package @alwatr/platform-info + # [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.7...@alwatr/platform-info@1.1.0) (2024-01-03) ### Features diff --git a/packages/platform-info/package.json b/packages/platform-info/package.json index c609cfb4..a243ecea 100644 --- a/packages/platform-info/package.json +++ b/packages/platform-info/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/platform-info", - "version": "1.1.0", + "version": "1.1.1", "description": "This module provides a way to detect the current platform where the script is running. It defines a constant `platformInfo` which holds the information about the current platform.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/wait/CHANGELOG.md b/packages/wait/CHANGELOG.md index 8cac32dc..e02923d7 100644 --- a/packages/wait/CHANGELOG.md +++ b/packages/wait/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.4](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.3...@alwatr/wait@1.1.4) (2024-01-08) + +**Note:** Version bump only for package @alwatr/wait + ## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.2...@alwatr/wait@1.1.3) (2024-01-03) **Note:** Version bump only for package @alwatr/wait diff --git a/packages/wait/package.json b/packages/wait/package.json index de94fcdd..21cbd63b 100644 --- a/packages/wait/package.json +++ b/packages/wait/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/wait", - "version": "1.1.3", + "version": "1.1.4", "description": "Comprehensive toolkit for managing asynchronous operations.", "author": "S. Ali Mihandoost ", "keywords": [