From 30b89ecac526d2549d7361843ec47f8dde056d45 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sun, 15 Sep 2024 09:53:52 +0330 Subject: [PATCH] release: - @alwatr/async-queue@1.2.10 - @alwatr/dedupe@1.0.13 - @alwatr/deep-clone@1.0.23 - @alwatr/eslint-config@1.2.6 - @alwatr/exit-hook@1.0.15 - @alwatr/fetch@4.0.0 - @alwatr/flat-string@1.0.22 - @alwatr/flatomise@1.1.11 - @alwatr/global-scope@1.1.20 - @alwatr/is-number@1.0.10 - @alwatr/local-storage@1.0.9 - @alwatr/logger@3.2.13 - @alwatr/nano-build@1.3.9 - @alwatr/node-fs@1.0.12 - @alwatr/parse-duration@1.0.10 - @alwatr/platform-info@1.1.12 - @alwatr/polyfill-has-own@1.0.9 - @alwatr/type-helper@1.2.6 - @alwatr/wait@1.1.15 --- packages/async-queue/CHANGELOG.md | 7 +++++++ packages/async-queue/package.json | 2 +- packages/dedupe/CHANGELOG.md | 7 +++++++ packages/dedupe/package.json | 2 +- packages/deep-clone/CHANGELOG.md | 6 ++++++ packages/deep-clone/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/exit-hook/CHANGELOG.md | 7 +++++++ packages/exit-hook/package.json | 2 +- packages/fetch/CHANGELOG.md | 16 ++++++++++++++++ packages/fetch/package.json | 2 +- packages/flat-string/CHANGELOG.md | 6 ++++++ packages/flat-string/package.json | 2 +- packages/flatomise/CHANGELOG.md | 7 +++++++ packages/flatomise/package.json | 2 +- packages/global-scope/CHANGELOG.md | 7 +++++++ packages/global-scope/package.json | 2 +- packages/is-number/CHANGELOG.md | 7 +++++++ packages/is-number/package.json | 2 +- packages/local-storage/CHANGELOG.md | 6 ++++++ packages/local-storage/package.json | 2 +- packages/logger/CHANGELOG.md | 7 +++++++ packages/logger/package.json | 2 +- packages/nano-build/CHANGELOG.md | 6 ++++++ packages/nano-build/package.json | 2 +- packages/node-fs/CHANGELOG.md | 7 +++++++ packages/node-fs/package.json | 2 +- packages/parse-duration/CHANGELOG.md | 7 +++++++ packages/parse-duration/package.json | 2 +- packages/platform-info/CHANGELOG.md | 7 +++++++ packages/platform-info/package.json | 2 +- packages/polyfill-has-own/CHANGELOG.md | 7 +++++++ packages/polyfill-has-own/package.json | 2 +- packages/type-helper/CHANGELOG.md | 6 ++++++ packages/type-helper/package.json | 2 +- packages/wait/CHANGELOG.md | 7 +++++++ packages/wait/package.json | 2 +- 38 files changed, 155 insertions(+), 19 deletions(-) diff --git a/packages/async-queue/CHANGELOG.md b/packages/async-queue/CHANGELOG.md index a7e82596..84ca2179 100644 --- a/packages/async-queue/CHANGELOG.md +++ b/packages/async-queue/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. +## [1.2.10](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.9...@alwatr/async-queue@1.2.10) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.2.9](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.8...@alwatr/async-queue@1.2.9) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/async-queue/package.json b/packages/async-queue/package.json index 7d45e19e..5c7914b6 100644 --- a/packages/async-queue/package.json +++ b/packages/async-queue/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/async-queue", - "version": "1.2.9", + "version": "1.2.10", "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 c4f40450..4b2a7c1e 100644 --- a/packages/dedupe/CHANGELOG.md +++ b/packages/dedupe/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. +## [1.0.13](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.12...@alwatr/dedupe@1.0.13) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.0.12](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.11...@alwatr/dedupe@1.0.12) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/dedupe/package.json b/packages/dedupe/package.json index d066bdf9..ae976d08 100644 --- a/packages/dedupe/package.json +++ b/packages/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/dedupe", - "version": "1.0.12", + "version": "1.0.13", "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/deep-clone/CHANGELOG.md b/packages/deep-clone/CHANGELOG.md index 2c5f7c2b..8bc67945 100644 --- a/packages/deep-clone/CHANGELOG.md +++ b/packages/deep-clone/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.0.23](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.22...@alwatr/deep-clone@1.0.23) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] + ## [1.0.22](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.21...@alwatr/deep-clone@1.0.22) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/deep-clone/package.json b/packages/deep-clone/package.json index 469aab3d..fc67dfd7 100644 --- a/packages/deep-clone/package.json +++ b/packages/deep-clone/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/deep-clone", - "version": "1.0.22", + "version": "1.0.23", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 947c3621..b4e02aec 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/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.6](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.2.5...@alwatr/eslint-config@1.2.6) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] + ## [1.2.5](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.2.4...@alwatr/eslint-config@1.2.5) (2024-08-31) ### Dependencies update diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2079c2f8..9151ff98 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/eslint-config", - "version": "1.2.5", + "version": "1.2.6", "description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/exit-hook/CHANGELOG.md b/packages/exit-hook/CHANGELOG.md index 6ceb9fd8..e2da898d 100644 --- a/packages/exit-hook/CHANGELOG.md +++ b/packages/exit-hook/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. +## [1.0.15](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.14...@alwatr/exit-hook@1.0.15) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.0.14](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.13...@alwatr/exit-hook@1.0.14) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/exit-hook/package.json b/packages/exit-hook/package.json index 451eabf0..e4e1d5d3 100644 --- a/packages/exit-hook/package.json +++ b/packages/exit-hook/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/exit-hook", - "version": "1.0.14", + "version": "1.0.15", "description": "A utility for registering exit handlers in Node.js.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 09dd90ab..e4aba1d0 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/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. +## [4.0.0](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@3.1.8...@alwatr/fetch@4.0.0) (2024-09-15) + +### ⚠ BREAKING CHANGES + +* **fetch:** queryParametters renamed to queryParams + +### Code Refactoring + +* **fetch:** handle fetchJson error responses properly ([ae8fe24](https://github.com/Alwatr/nanolib/commit/ae8fe244aca17f235c4347ff1fd10070a410340c)) by @AliMD +* **fetch:** update query parameters handling ([939b3d5](https://github.com/Alwatr/nanolib/commit/939b3d52998ec7b3f5c32ff5438b649148109ede)) by @AliMD + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [3.1.8](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@3.1.7...@alwatr/fetch@3.1.8) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 7c3e0a1c..5feb7595 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "3.1.8", + "version": "4.0.0", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flat-string/CHANGELOG.md b/packages/flat-string/CHANGELOG.md index 6b7114f7..2cb8318e 100644 --- a/packages/flat-string/CHANGELOG.md +++ b/packages/flat-string/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.0.22](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.21...@alwatr/flat-string@1.0.22) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] + ## [1.0.21](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.20...@alwatr/flat-string@1.0.21) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/flat-string/package.json b/packages/flat-string/package.json index b1975e33..51bf3e55 100644 --- a/packages/flat-string/package.json +++ b/packages/flat-string/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flat-string", - "version": "1.0.21", + "version": "1.0.22", "description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flatomise/CHANGELOG.md b/packages/flatomise/CHANGELOG.md index 793e4d93..69663da5 100644 --- a/packages/flatomise/CHANGELOG.md +++ b/packages/flatomise/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. +## [1.1.11](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.10...@alwatr/flatomise@1.1.11) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.1.10](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.9...@alwatr/flatomise@1.1.10) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/flatomise/package.json b/packages/flatomise/package.json index 2194fa3e..1bdc53d1 100644 --- a/packages/flatomise/package.json +++ b/packages/flatomise/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flatomise", - "version": "1.1.10", + "version": "1.1.11", "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 e45f10fe..098d58bb 100644 --- a/packages/global-scope/CHANGELOG.md +++ b/packages/global-scope/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. +## [1.1.20](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.19...@alwatr/global-scope@1.1.20) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.1.19](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.18...@alwatr/global-scope@1.1.19) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/global-scope/package.json b/packages/global-scope/package.json index 7d972fe2..309efb5a 100644 --- a/packages/global-scope/package.json +++ b/packages/global-scope/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/global-scope", - "version": "1.1.19", + "version": "1.1.20", "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/is-number/CHANGELOG.md b/packages/is-number/CHANGELOG.md index 39394bb5..29a08ef5 100644 --- a/packages/is-number/CHANGELOG.md +++ b/packages/is-number/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. +## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.9...@alwatr/is-number@1.0.10) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.8...@alwatr/is-number@1.0.9) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/is-number/package.json b/packages/is-number/package.json index d63fd5b0..ed326a50 100644 --- a/packages/is-number/package.json +++ b/packages/is-number/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/is-number", - "version": "1.0.9", + "version": "1.0.10", "description": "A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index 77506e96..3318dc4f 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/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.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.0.8...@alwatr/local-storage@1.0.9) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] + ## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.0.7...@alwatr/local-storage@1.0.8) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index bd4bf539..66daf7ca 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/local-storage", - "version": "1.0.8", + "version": "1.0.9", "description": "`localJsonStorage` is a utility object in our TypeScript package that provides methods for interacting with the local storage in a structured and versioned manner.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 15391ad5..26ffeee7 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/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. +## [3.2.13](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@3.2.12...@alwatr/logger@3.2.13) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [3.2.12](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@3.2.11...@alwatr/logger@3.2.12) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/logger/package.json b/packages/logger/package.json index 1819c339..8df9bdcf 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "3.2.12", + "version": "3.2.13", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nano-build/CHANGELOG.md b/packages/nano-build/CHANGELOG.md index f6dbfa7d..0dd701ac 100644 --- a/packages/nano-build/CHANGELOG.md +++ b/packages/nano-build/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.3.9](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.3.8...@alwatr/nano-build@1.3.9) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] + ## [1.3.8](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.3.7...@alwatr/nano-build@1.3.8) (2024-08-31) ### Dependencies update diff --git a/packages/nano-build/package.json b/packages/nano-build/package.json index cdcce45b..31c44639 100644 --- a/packages/nano-build/package.json +++ b/packages/nano-build/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-build", - "version": "1.3.8", + "version": "1.3.9", "description": "Build/bundle tools for ECMAScript, TypeScript, and JavaScript libraries. It's easy to use, doesn't require any setup, and adheres to best practices. It has no dependencies and uses esbuild for enhanced performance.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/node-fs/CHANGELOG.md b/packages/node-fs/CHANGELOG.md index f8ecc4c2..b6acae58 100644 --- a/packages/node-fs/CHANGELOG.md +++ b/packages/node-fs/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. +## [1.0.12](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.11...@alwatr/node-fs@1.0.12) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.10...@alwatr/node-fs@1.0.11) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/node-fs/package.json b/packages/node-fs/package.json index 294dd18e..ff85a512 100644 --- a/packages/node-fs/package.json +++ b/packages/node-fs/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/node-fs", - "version": "1.0.11", + "version": "1.0.12", "description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/parse-duration/CHANGELOG.md b/packages/parse-duration/CHANGELOG.md index d407d6f7..bd7e78a2 100644 --- a/packages/parse-duration/CHANGELOG.md +++ b/packages/parse-duration/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. +## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.9...@alwatr/parse-duration@1.0.10) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.8...@alwatr/parse-duration@1.0.9) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/parse-duration/package.json b/packages/parse-duration/package.json index e592e5b3..69135b11 100644 --- a/packages/parse-duration/package.json +++ b/packages/parse-duration/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/parse-duration", - "version": "1.0.9", + "version": "1.0.10", "description": "A simple utility to parse a duration string into milliseconds number.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/platform-info/CHANGELOG.md b/packages/platform-info/CHANGELOG.md index 19feb384..f6680ec8 100644 --- a/packages/platform-info/CHANGELOG.md +++ b/packages/platform-info/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. +## [1.1.12](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.11...@alwatr/platform-info@1.1.12) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.1.11](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.10...@alwatr/platform-info@1.1.11) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/platform-info/package.json b/packages/platform-info/package.json index ffdac9c0..75383531 100644 --- a/packages/platform-info/package.json +++ b/packages/platform-info/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/platform-info", - "version": "1.1.11", + "version": "1.1.12", "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/polyfill-has-own/CHANGELOG.md b/packages/polyfill-has-own/CHANGELOG.md index f4073921..10446719 100644 --- a/packages/polyfill-has-own/CHANGELOG.md +++ b/packages/polyfill-has-own/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. +## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@1.0.8...@alwatr/polyfill-has-own@1.0.9) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@1.0.7...@alwatr/polyfill-has-own@1.0.8) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/polyfill-has-own/package.json b/packages/polyfill-has-own/package.json index fdad93a3..01cab777 100644 --- a/packages/polyfill-has-own/package.json +++ b/packages/polyfill-has-own/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/polyfill-has-own", - "version": "1.0.8", + "version": "1.0.9", "description": "A polyfill for `Object.hasOwn`.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/type-helper/CHANGELOG.md b/packages/type-helper/CHANGELOG.md index 7ad5ffcc..a4e6ce30 100644 --- a/packages/type-helper/CHANGELOG.md +++ b/packages/type-helper/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.6](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.2.5...@alwatr/type-helper@1.2.6) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] + ## [1.2.5](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.2.4...@alwatr/type-helper@1.2.5) (2024-08-31) ### Dependencies update diff --git a/packages/type-helper/package.json b/packages/type-helper/package.json index 224e702c..d16aa261 100644 --- a/packages/type-helper/package.json +++ b/packages/type-helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type-helper", - "version": "1.2.5", + "version": "1.2.6", "description": "Collection of useful typescript type helpers.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/wait/CHANGELOG.md b/packages/wait/CHANGELOG.md index 53d2e58f..07240ec3 100644 --- a/packages/wait/CHANGELOG.md +++ b/packages/wait/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. +## [1.1.15](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.14...@alwatr/wait@1.1.15) (2024-09-15) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot] +* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD + ## [1.1.14](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.13...@alwatr/wait@1.1.14) (2024-08-31) ### Miscellaneous Chores diff --git a/packages/wait/package.json b/packages/wait/package.json index da69bc08..0bb01edc 100644 --- a/packages/wait/package.json +++ b/packages/wait/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/wait", - "version": "1.1.14", + "version": "1.1.15", "description": "Comprehensive toolkit for managing asynchronous operations.", "author": "S. Ali Mihandoost ", "keywords": [