Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Aug 31, 2024
1 parent d71d18f commit 369275b
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 5 deletions.
10 changes: 10 additions & 0 deletions packages/dedupe/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.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

### Bug Fixes

* **dedupe:** duplicate_dedupe not work issue ([bdf6f52](https://github.com/Alwatr/nanolib/commit/bdf6f52bbb3730e6d791f5f1cba9a4ebe2510e34)) by @AliMD

### Code Refactoring

* **dedupe:** prevent throw error on duplicate package and just log it ([9d2b657](https://github.com/Alwatr/nanolib/commit/9d2b6570616c63604b138f2df2e2166afe16c482)) by @AliMD

## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

### Dependencies update
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.0.10",
"version": "1.0.11",
"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 <[email protected]>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/exit-hook/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.13](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

### Bug Fixes

* **exit-hook:** define package using @alwatr/dedupe to prevent duplicates ([e16638c](https://github.com/Alwatr/nanolib/commit/e16638cb69639f1c7c1316d72db8032fef617d00)) by @AliMD

## [1.0.12](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

### Dependencies update
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.0.12",
"version": "1.0.13",
"description": "A utility for registering exit handlers in Node.js.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

**Note:** Version bump only for package @alwatr/fetch

## [3.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

### Dependencies update
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": "3.1.6",
"version": "3.1.7",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.2.11](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

**Note:** Version bump only for package @alwatr/logger

## [3.2.10](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

### Dependencies update
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": "3.2.10",
"version": "3.2.11",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/node-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

**Note:** Version bump only for package @alwatr/node-fs

## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-08-31)

### Dependencies update
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.0.9",
"version": "1.0.10",
"description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 369275b

Please sign in to comment.