From 41bd9f5a9ffe1f7306b24e63684b1895428f44b0 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 8 Oct 2024 12:55:39 +0330 Subject: [PATCH] release: - @alwatr/async-queue@1.3.1 - @alwatr/dedupe@1.1.1 - @alwatr/deep-clone@1.1.1 - @alwatr/delay@1.0.1 - @alwatr/exit-hook@1.1.1 - @alwatr/fetch@4.1.1 - @alwatr/flat-string@1.1.1 - @alwatr/flatomise@1.2.1 - @alwatr/global-scope@1.1.23 - @alwatr/is-number@1.1.1 - @alwatr/local-storage@1.1.1 - @alwatr/logger@4.0.1 - @alwatr/nano-build@1.5.0 - @alwatr/nanolib@1.0.1 - @alwatr/node-fs@1.1.1 - @alwatr/package-tracer@1.0.1 - @alwatr/parse-duration@1.1.1 - @alwatr/platform-info@1.2.1 - @alwatr/polyfill-has-own@1.1.1 - @alwatr/render-state@1.0.1 --- packages/async-queue/CHANGELOG.md | 4 ++++ packages/async-queue/package.json | 2 +- packages/dedupe/CHANGELOG.md | 4 ++++ packages/dedupe/package.json | 2 +- packages/deep-clone/CHANGELOG.md | 4 ++++ packages/deep-clone/package.json | 2 +- packages/delay/CHANGELOG.md | 4 ++++ packages/delay/package.json | 2 +- packages/exit-hook/CHANGELOG.md | 4 ++++ packages/exit-hook/package.json | 2 +- packages/fetch/CHANGELOG.md | 4 ++++ packages/fetch/package.json | 2 +- packages/flat-string/CHANGELOG.md | 4 ++++ packages/flat-string/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/is-number/CHANGELOG.md | 4 ++++ packages/is-number/package.json | 2 +- packages/local-storage/CHANGELOG.md | 4 ++++ packages/local-storage/package.json | 2 +- packages/logger/CHANGELOG.md | 4 ++++ packages/logger/package.json | 2 +- packages/nano-build/CHANGELOG.md | 6 ++++++ packages/nano-build/package.json | 2 +- packages/nanolib/CHANGELOG.md | 4 ++++ packages/nanolib/package.json | 2 +- packages/node-fs/CHANGELOG.md | 4 ++++ packages/node-fs/package.json | 2 +- packages/package-tracer/CHANGELOG.md | 4 ++++ packages/package-tracer/package.json | 2 +- packages/parse-duration/CHANGELOG.md | 4 ++++ packages/parse-duration/package.json | 2 +- packages/platform-info/CHANGELOG.md | 4 ++++ packages/platform-info/package.json | 2 +- packages/polyfill-has-own/CHANGELOG.md | 4 ++++ packages/polyfill-has-own/package.json | 2 +- packages/redner-state/CHANGELOG.md | 4 ++++ packages/redner-state/package.json | 2 +- 40 files changed, 102 insertions(+), 20 deletions(-) diff --git a/packages/async-queue/CHANGELOG.md b/packages/async-queue/CHANGELOG.md index a5e65120..860ca26e 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.3.1](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.3.0...@alwatr/async-queue@1.3.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/async-queue + ## [1.3.0](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.11...@alwatr/async-queue@1.3.0) (2024-09-29) ### Features diff --git a/packages/async-queue/package.json b/packages/async-queue/package.json index db44b754..8315f56f 100644 --- a/packages/async-queue/package.json +++ b/packages/async-queue/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/async-queue", - "version": "1.3.0", + "version": "1.3.1", "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 fb4cd7b2..1410c4e9 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.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.0...@alwatr/dedupe@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/dedupe + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.14...@alwatr/dedupe@1.1.0) (2024-09-29) ### Features diff --git a/packages/dedupe/package.json b/packages/dedupe/package.json index ac09e30c..027ed6d8 100644 --- a/packages/dedupe/package.json +++ b/packages/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/dedupe", - "version": "1.1.0", + "version": "1.1.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/deep-clone/CHANGELOG.md b/packages/deep-clone/CHANGELOG.md index 1c588398..56744fd5 100644 --- a/packages/deep-clone/CHANGELOG.md +++ b/packages/deep-clone/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/deep-clone@1.1.0...@alwatr/deep-clone@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/deep-clone + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.24...@alwatr/deep-clone@1.1.0) (2024-09-29) ### Features diff --git a/packages/deep-clone/package.json b/packages/deep-clone/package.json index 78dc8e4d..c3a1bfc2 100644 --- a/packages/deep-clone/package.json +++ b/packages/deep-clone/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/deep-clone", - "version": "1.1.0", + "version": "1.1.1", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/delay/CHANGELOG.md b/packages/delay/CHANGELOG.md index 8ff59775..9185444e 100644 --- a/packages/delay/CHANGELOG.md +++ b/packages/delay/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/delay@1.0.0...@alwatr/delay@1.0.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/delay + ## 1.0.0 (2024-09-29) ### Features diff --git a/packages/delay/package.json b/packages/delay/package.json index db01370a..3952ca51 100644 --- a/packages/delay/package.json +++ b/packages/delay/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/delay", - "version": "1.0.0", + "version": "1.0.1", "description": "Comprehensive toolkit for managing asynchronous operations.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/exit-hook/CHANGELOG.md b/packages/exit-hook/CHANGELOG.md index 4710acf2..8cf6ffd1 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.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.1.0...@alwatr/exit-hook@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/exit-hook + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.16...@alwatr/exit-hook@1.1.0) (2024-09-29) ### Features diff --git a/packages/exit-hook/package.json b/packages/exit-hook/package.json index e5b9c250..24c057c5 100644 --- a/packages/exit-hook/package.json +++ b/packages/exit-hook/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/exit-hook", - "version": "1.1.0", + "version": "1.1.1", "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 0651378a..d613d416 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/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. +## [4.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@4.1.0...@alwatr/fetch@4.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/fetch + ## [4.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@4.0.1...@alwatr/fetch@4.1.0) (2024-09-29) ### Features diff --git a/packages/fetch/package.json b/packages/fetch/package.json index c4772cf3..d628deaa 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "4.1.0", + "version": "4.1.1", "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 3c075a28..52deda73 100644 --- a/packages/flat-string/CHANGELOG.md +++ b/packages/flat-string/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/flat-string@1.1.0...@alwatr/flat-string@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/flat-string + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.23...@alwatr/flat-string@1.1.0) (2024-09-29) ### Features diff --git a/packages/flat-string/package.json b/packages/flat-string/package.json index 129ec3ce..9526c5b8 100644 --- a/packages/flat-string/package.json +++ b/packages/flat-string/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flat-string", - "version": "1.1.0", + "version": "1.1.1", "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 1c8c3790..4d87bf52 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.2.1](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.2.0...@alwatr/flatomise@1.2.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/flatomise + ## [1.2.0](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.12...@alwatr/flatomise@1.2.0) (2024-09-29) ### Features diff --git a/packages/flatomise/package.json b/packages/flatomise/package.json index 41f9758e..013a95b0 100644 --- a/packages/flatomise/package.json +++ b/packages/flatomise/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flatomise", - "version": "1.2.0", + "version": "1.2.1", "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 9adcecea..4fb9a57d 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.23](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.22...@alwatr/global-scope@1.1.23) (2024-10-08) + +**Note:** Version bump only for package @alwatr/global-scope + ## [1.1.22](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.21...@alwatr/global-scope@1.1.22) (2024-09-29) ### Bug Fixes diff --git a/packages/global-scope/package.json b/packages/global-scope/package.json index e45e66e9..c39277a6 100644 --- a/packages/global-scope/package.json +++ b/packages/global-scope/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/global-scope", - "version": "1.1.22", + "version": "1.1.23", "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 5c97ef23..5fcbdd69 100644 --- a/packages/is-number/CHANGELOG.md +++ b/packages/is-number/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/is-number@1.1.0...@alwatr/is-number@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/is-number + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.11...@alwatr/is-number@1.1.0) (2024-09-29) ### Features diff --git a/packages/is-number/package.json b/packages/is-number/package.json index 88eb968c..caa71824 100644 --- a/packages/is-number/package.json +++ b/packages/is-number/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/is-number", - "version": "1.1.0", + "version": "1.1.1", "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 3e2378c5..6b60992c 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/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/local-storage@1.1.0...@alwatr/local-storage@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/local-storage + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.0.10...@alwatr/local-storage@1.1.0) (2024-09-29) ### Features diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index b99b6be6..a56989ab 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/local-storage", - "version": "1.1.0", + "version": "1.1.1", "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 48f5109f..ad6e2117 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/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. +## [4.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@4.0.0...@alwatr/logger@4.0.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/logger + ## [4.0.0](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@3.2.14...@alwatr/logger@4.0.0) (2024-09-29) ### ⚠ BREAKING CHANGES diff --git a/packages/logger/package.json b/packages/logger/package.json index 2f9d55ee..93c8a44f 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "4.0.0", + "version": "4.0.1", "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 6558263f..593134be 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.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.4.0...@alwatr/nano-build@1.5.0) (2024-10-08) + +### Features + +* **nano-build:** add `weaver` configs(`--preset=weaver`) ([1bae458](https://github.com/Alwatr/nanolib/commit/1bae4583ae837c606f4862cdebb385e6fe7ac1db)) by @mohammadhonarvar + ## [1.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.3.10...@alwatr/nano-build@1.4.0) (2024-09-29) ### Features diff --git a/packages/nano-build/package.json b/packages/nano-build/package.json index 329cbe6e..82840040 100644 --- a/packages/nano-build/package.json +++ b/packages/nano-build/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-build", - "version": "1.4.0", + "version": "1.5.0", "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/nanolib/CHANGELOG.md b/packages/nanolib/CHANGELOG.md index 15f57f56..674c30f2 100644 --- a/packages/nanolib/CHANGELOG.md +++ b/packages/nanolib/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/nanolib@1.0.0...@alwatr/nanolib@1.0.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/nanolib + ## 1.0.0 (2024-10-01) ### Features diff --git a/packages/nanolib/package.json b/packages/nanolib/package.json index 7fafbfe2..f045cdff 100644 --- a/packages/nanolib/package.json +++ b/packages/nanolib/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanolib", - "version": "1.0.0", + "version": "1.0.1", "description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/node-fs/CHANGELOG.md b/packages/node-fs/CHANGELOG.md index fc91c023..014a2653 100644 --- a/packages/node-fs/CHANGELOG.md +++ b/packages/node-fs/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/node-fs@1.1.0...@alwatr/node-fs@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/node-fs + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.13...@alwatr/node-fs@1.1.0) (2024-09-29) ### Features diff --git a/packages/node-fs/package.json b/packages/node-fs/package.json index 11505ee8..378b377d 100644 --- a/packages/node-fs/package.json +++ b/packages/node-fs/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/node-fs", - "version": "1.1.0", + "version": "1.1.1", "description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/package-tracer/CHANGELOG.md b/packages/package-tracer/CHANGELOG.md index e02fe554..bd0bfd10 100644 --- a/packages/package-tracer/CHANGELOG.md +++ b/packages/package-tracer/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/package-tracer@1.0.0...@alwatr/package-tracer@1.0.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/package-tracer + ## 1.0.0 (2024-09-29) ### Features diff --git a/packages/package-tracer/package.json b/packages/package-tracer/package.json index 2980848e..1c3881ca 100644 --- a/packages/package-tracer/package.json +++ b/packages/package-tracer/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/package-tracer", - "version": "1.0.0", + "version": "1.0.1", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/parse-duration/CHANGELOG.md b/packages/parse-duration/CHANGELOG.md index 5a428d85..909bdeab 100644 --- a/packages/parse-duration/CHANGELOG.md +++ b/packages/parse-duration/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/parse-duration@1.1.0...@alwatr/parse-duration@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/parse-duration + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.11...@alwatr/parse-duration@1.1.0) (2024-09-29) ### Features diff --git a/packages/parse-duration/package.json b/packages/parse-duration/package.json index c19e4f74..51435577 100644 --- a/packages/parse-duration/package.json +++ b/packages/parse-duration/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/parse-duration", - "version": "1.1.0", + "version": "1.1.1", "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 48816752..1ebbdbbf 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.2.1](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.2.0...@alwatr/platform-info@1.2.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/platform-info + ## [1.2.0](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.13...@alwatr/platform-info@1.2.0) (2024-09-29) ### Features diff --git a/packages/platform-info/package.json b/packages/platform-info/package.json index 8cd2ee01..06840b42 100644 --- a/packages/platform-info/package.json +++ b/packages/platform-info/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/platform-info", - "version": "1.2.0", + "version": "1.2.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/polyfill-has-own/CHANGELOG.md b/packages/polyfill-has-own/CHANGELOG.md index 4605c83c..f788e67c 100644 --- a/packages/polyfill-has-own/CHANGELOG.md +++ b/packages/polyfill-has-own/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/polyfill-has-own@1.1.0...@alwatr/polyfill-has-own@1.1.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/polyfill-has-own + ## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@1.0.10...@alwatr/polyfill-has-own@1.1.0) (2024-09-29) ### Features diff --git a/packages/polyfill-has-own/package.json b/packages/polyfill-has-own/package.json index 4533b4f8..5fac98ad 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.1.0", + "version": "1.1.1", "description": "A polyfill for `Object.hasOwn`.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/redner-state/CHANGELOG.md b/packages/redner-state/CHANGELOG.md index 9b1b12c6..c6e66f26 100644 --- a/packages/redner-state/CHANGELOG.md +++ b/packages/redner-state/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/render-state@1.0.0...@alwatr/render-state@1.0.1) (2024-10-08) + +**Note:** Version bump only for package @alwatr/render-state + ## 1.0.0 (2024-09-29) ### Features diff --git a/packages/redner-state/package.json b/packages/redner-state/package.json index 07d8296b..673c33fc 100644 --- a/packages/redner-state/package.json +++ b/packages/redner-state/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/render-state", - "version": "1.0.0", + "version": "1.0.1", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [