Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/async-queue@1.3.5
 - @alwatr/dedupe@1.1.5
 - @alwatr/deep-clone@1.1.5
 - @alwatr/delay@1.0.5
 - @alwatr/eslint-config@1.2.11
 - @alwatr/exit-hook@1.1.5
 - @alwatr/fetch@4.1.5
 - @alwatr/flat-string@1.1.5
 - @alwatr/flatomise@1.2.5
 - @alwatr/global-this@1.0.0
 - @alwatr/is-number@1.1.5
 - @alwatr/local-storage@1.1.5
 - @alwatr/logger@4.0.5
 - @alwatr/nanolib@1.2.0
 - @alwatr/node-fs@1.1.5
 - @alwatr/package-tracer@1.0.5
 - @alwatr/parse-duration@1.1.5
 - @alwatr/platform-info@1.2.5
 - @alwatr/polyfill-has-own@1.1.5
 - @alwatr/render-state@1.0.5
 - @alwatr/unicode-digits@1.1.0
  • Loading branch information
AliMD committed Oct 11, 2024
1 parent be5817c commit e474bb7
Show file tree
Hide file tree
Showing 42 changed files with 174 additions and 21 deletions.
6 changes: 6 additions & 0 deletions packages/async-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.3.4...@alwatr/async-queue@1.3.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.3.4](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.3.3...@alwatr/async-queue@1.3.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/async-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/async-queue",
"version": "1.3.4",
"version": "1.3.5",
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/dedupe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.4...@alwatr/dedupe@1.1.5) (2024-10-11)

### Bug Fixes

* use new `global-this` package & remove global type ([63f5a3b](https://github.com/Alwatr/nanolib/commit/63f5a3b07f6d73d0c213cd893a382d5bfe1c4c34)) by @mohammadhonarvar

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
* use new `global-this` package ([42510b9](https://github.com/Alwatr/nanolib/commit/42510b9ae0e385206a902db093d188949f1cb84e)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.3...@alwatr/dedupe@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/dedupe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/dedupe",
"version": "1.1.4",
"version": "1.1.5",
"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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/deep-clone/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.1.4...@alwatr/deep-clone@1.1.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.1.3...@alwatr/deep-clone@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/deep-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/deep-clone",
"version": "1.1.4",
"version": "1.1.5",
"description": "Clone deeply nested objects and arrays in JavaScript.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/delay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.0.4...@alwatr/delay@1.0.5) (2024-10-11)

### Bug Fixes

* use new `global-this` package & remove global type & prevent sidee-ffects ([092d448](https://github.com/Alwatr/nanolib/commit/092d44885738ed58215698917ae97c13958f7c7d)) by @mohammadhonarvar

### Code Refactoring

* **delay:** prevent side-effects ([f92eeed](https://github.com/Alwatr/nanolib/commit/f92eeed7d917f6eb3ca9a407fab0b1ea77adc1d4)) by @mohammadhonarvar
* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
* use new `global-this` package ([42510b9](https://github.com/Alwatr/nanolib/commit/42510b9ae0e385206a902db093d188949f1cb84e)) by @mohammadhonarvar

## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.0.3...@alwatr/delay@1.0.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/delay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/delay",
"version": "1.0.4",
"version": "1.0.5",
"description": "Comprehensive toolkit for managing asynchronous operations.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.2.10...@alwatr/eslint-config@1.2.11) (2024-10-11)

### Miscellaneous Chores

* **eslint-config:** Update peer dependencies in package.json ([690a7db](https://github.com/Alwatr/nanolib/commit/690a7db48eadd6e110c2e9760a882e4bc5f12fa0)) by @AliMD

## [1.2.10](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.2.9...@alwatr/eslint-config@1.2.10) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/eslint-config",
"version": "1.2.10",
"version": "1.2.11",
"description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/exit-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.1.4...@alwatr/exit-hook@1.1.5) (2024-10-11)

### Code Refactoring

* **exit-hook:** dosen't use `dedupe` anymore ([e6c3ce9](https://github.com/Alwatr/nanolib/commit/e6c3ce91be0a42d5d1f857eca824a200eacc911c)) by @mohammadhonarvar
* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.1.3...@alwatr/exit-hook@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/exit-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/exit-hook",
"version": "1.1.4",
"version": "1.1.5",
"description": "A utility for registering exit handlers in Node.js.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@4.1.4...@alwatr/fetch@4.1.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
* use new `global-this` package ([42510b9](https://github.com/Alwatr/nanolib/commit/42510b9ae0e385206a902db093d188949f1cb84e)) by @mohammadhonarvar

## [4.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@4.1.3...@alwatr/fetch@4.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "4.1.4",
"version": "4.1.5",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/flat-string/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.1.4...@alwatr/flat-string@1.1.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.1.3...@alwatr/flat-string@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/flat-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/flat-string",
"version": "1.1.4",
"version": "1.1.5",
"description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/flatomise/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.2.4...@alwatr/flatomise@1.2.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.2.4](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.2.3...@alwatr/flatomise@1.2.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/flatomise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/flatomise",
"version": "1.2.4",
"version": "1.2.5",
"description": "A utility for creating promises that can be externally resolved or rejected.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/global-this/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 1.0.0 (2024-10-11)

### ⚠ BREAKING CHANGES

* **global-scope:** The global-scope module has been deprecated and should no longer be used. Please update your code to use the global-this module instead.

### Code Refactoring

* **global-scope:** Remove global-scope module and replace with global-this ([b194b27](https://github.com/Alwatr/nanolib/commit/b194b2772628fec30cd41d677232e7393fcded61)) by @AliMD
* use new `global-this` package ([42510b9](https://github.com/Alwatr/nanolib/commit/42510b9ae0e385206a902db093d188949f1cb84e)) by @mohammadhonarvar

## [1.1.26](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.25...@alwatr/global-scope@1.1.26) (2024-10-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/global-this/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/global-this",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "Provides access to `globalThis`, ensuring cross-platform compatibility, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/is-number/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.1.4...@alwatr/is-number@1.1.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.1.3...@alwatr/is-number@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/is-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/is-number",
"version": "1.1.4",
"version": "1.1.5",
"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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.1.4...@alwatr/local-storage@1.1.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.1.3...@alwatr/local-storage@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/local-storage",
"version": "1.1.4",
"version": "1.1.5",
"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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@4.0.4...@alwatr/logger@4.0.5) (2024-10-11)

### Bug Fixes

* **logger:** Update default debug mode logic for prevent side-effects ([42101d6](https://github.com/Alwatr/nanolib/commit/42101d6471bd0d4e88e47dc8321dddc1cd63cec8)) by @AliMD

### Code Refactoring

* **logger:** prevent side-effects ([e084894](https://github.com/Alwatr/nanolib/commit/e084894cdc4b46d52d99be872f5f789fe83c3cc0)) by @mohammadhonarvar
* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [4.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@4.0.3...@alwatr/logger@4.0.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "4.0.4",
"version": "4.0.5",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/nanolib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/Alwatr/nanolib/compare/@alwatr/nanolib@1.1.0...@alwatr/nanolib@1.2.0) (2024-10-11)

### Features

* **nanolib:** separate export from `dedupe` package ([10c5ffc](https://github.com/Alwatr/nanolib/commit/10c5ffcb5fc208796410c9a99a6e41ad1992bc46)) by @mohammadhonarvar

## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.0.3...@alwatr/nanolib@1.1.0) (2024-10-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nanolib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nanolib",
"version": "1.1.0",
"version": "1.2.0",
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/node-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.4...@alwatr/node-fs@1.1.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.3...@alwatr/node-fs@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/node-fs",
"version": "1.1.4",
"version": "1.1.5",
"description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/package-tracer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/package-tracer@1.0.4...@alwatr/package-tracer@1.0.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/package-tracer@1.0.3...@alwatr/package-tracer@1.0.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/package-tracer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/package-tracer",
"version": "1.0.4",
"version": "1.0.5",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/parse-duration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.4...@alwatr/parse-duration@1.1.5) (2024-10-11)

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.3...@alwatr/parse-duration@1.1.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/parse-duration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/parse-duration",
"version": "1.1.4",
"version": "1.1.5",
"description": "A simple utility to parse a duration string into milliseconds number.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/platform-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.2.5](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.2.4...@alwatr/platform-info@1.2.5) (2024-10-11)

### Bug Fixes

* **platform-info:** Update platformInfo logic and remove redundant code for prevent side-effects ([db46c48](https://github.com/Alwatr/nanolib/commit/db46c4844db360735271f0d4c0d6417207589aaf)) by @AliMD

### Code Refactoring

* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar

## [1.2.4](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.2.3...@alwatr/platform-info@1.2.4) (2024-10-11)

### Miscellaneous Chores
Expand Down
Loading

0 comments on commit e474bb7

Please sign in to comment.