Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/async-queue@1.0.1
 - @alwatr/deep-clone@1.0.13
 - @alwatr/exit-hook@1.0.2
 - @alwatr/flat-string@1.0.12
 - @alwatr/flatomise@1.0.1
 - @alwatr/global-scope@1.1.8
 - @alwatr/logger@3.0.0
 - @alwatr/nano-build@1.3.0
 - @alwatr/platform-info@1.1.0
 - @alwatr/type-helper@1.0.3
 - @alwatr/wait@1.1.3
  • Loading branch information
alimd committed Jan 3, 2024
1 parent 9c5494a commit f33492f
Show file tree
Hide file tree
Showing 22 changed files with 77 additions and 11 deletions.
4 changes: 4 additions & 0 deletions packages/async-queue/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.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

# 1.0.0 (2024-01-03)

### Bug Fixes
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.0.0",
"version": "1.0.1",
"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
4 changes: 4 additions & 0 deletions packages/deep-clone/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.13](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.12...@alwatr/deep-clone@1.0.13) (2024-01-03)

**Note:** Version bump only for package @alwatr/deep-clone

## [1.0.12](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.11...@alwatr/deep-clone@1.0.12) (2024-01-03)

**Note:** Version bump only for package @alwatr/deep-clone
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.0.12",
"version": "1.0.13",
"description": "Clone deeply nested objects and arrays in JavaScript.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/exit-hook/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.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

## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.0...@alwatr/exit-hook@1.0.1) (2024-01-03)

### Bug Fixes
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.1",
"version": "1.0.2",
"description": "A utility for registering exit handlers in Node.js.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/flat-string/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.12](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.11...@alwatr/flat-string@1.0.12) (2024-01-03)

**Note:** Version bump only for package @alwatr/flat-string

## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.10...@alwatr/flat-string@1.0.11) (2024-01-03)

**Note:** Version bump only for package @alwatr/flat-string
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.0.11",
"version": "1.0.12",
"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
4 changes: 4 additions & 0 deletions packages/flatomise/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.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

# 1.0.0 (2024-01-03)

### Features
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.0.0",
"version": "1.0.1",
"description": "A utility for creating promises that can be externally resolved or rejected.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/global-scope/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.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

## [1.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.6...@alwatr/global-scope@1.1.7) (2024-01-03)

**Note:** Version bump only for package @alwatr/global-scope
Expand Down
2 changes: 1 addition & 1 deletion packages/global-scope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/global-scope",
"version": "1.1.7",
"version": "1.1.8",
"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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
22 changes: 22 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2024-01-03)

### Bug Fixes

* __package_version__ global type ([de8a3f9](https://github.com/Alwatr/nanolib/commit/de8a3f93bdb5a786c42f56324072b4b9520ce3a1)) by @AliMD
* **logger:** definePackage ([e2e5c6c](https://github.com/Alwatr/nanolib/commit/e2e5c6c8175d6f7bfba1d103c1cac2f647aa6116)) by @AliMD

### Features

* **logger:** change devMode env name ([ad549dc](https://github.com/Alwatr/nanolib/commit/ad549dc39e52242261c78939bd62ca10f69cea60)) by @njfamirm
* **logger:** Update debugMode to enabled by default in development mode ([bc7c7ee](https://github.com/Alwatr/nanolib/commit/bc7c7ee1118a259ceaa1be1dade90f2f9ccf9e1d)) by @AliMD
* **logger:** use alwatr dedupe ([d89d076](https://github.com/Alwatr/nanolib/commit/d89d076c9fd0dd311804831b1ac0ea955efd4b6d)) by @njfamirm

### BREAKING CHANGES

* **logger:** define packages removed and must use @alwatr/dedupe instead
* **logger:** use DEBUG in cli and debug in browser
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": "2.4.1",
"version": "3.0.0",
"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/nano-build/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.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.2.3...@alwatr/nano-build@1.3.0) (2024-01-03)

### Features

* **nano-build:** __package_version__ types ([7894c4b](https://github.com/Alwatr/nanolib/commit/7894c4bd635d1208b612a392f33d0545cb7cf6ed)) by @njfamirm

## [1.2.3](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.2.2...@alwatr/nano-build@1.2.3) (2024-01-03)

**Note:** Version bump only for package @alwatr/nano-build
Expand Down
2 changes: 1 addition & 1 deletion packages/nano-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nano-build",
"version": "1.2.3",
"version": "1.3.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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-info/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.0](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.7...@alwatr/platform-info@1.1.0) (2024-01-03)

### Features

* **platform-info:** support bun and isCli ([d693067](https://github.com/Alwatr/nanolib/commit/d693067b9d8de749d909600cfdc9587a7cd207f4)) by @njfamirm

## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.6...@alwatr/platform-info@1.0.7) (2024-01-03)

**Note:** Version bump only for package @alwatr/platform-info
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/platform-info",
"version": "1.0.7",
"version": "1.1.0",
"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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/type-helper/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.3](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.0.2...@alwatr/type-helper@1.0.3) (2024-01-03)

**Note:** Version bump only for package @alwatr/type-helper

## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.0.1...@alwatr/type-helper@1.0.2) (2024-01-03)

**Note:** Version bump only for package @alwatr/type-helper
Expand Down
2 changes: 1 addition & 1 deletion packages/type-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/type-helper",
"version": "1.0.2",
"version": "1.0.3",
"description": "Collection of useful typescript type helpers.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/wait/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.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

## [1.1.2](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.1...@alwatr/wait@1.1.2) (2024-01-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/wait/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/wait",
"version": "1.1.2",
"version": "1.1.3",
"description": "Comprehensive toolkit for managing asynchronous operations.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down

0 comments on commit f33492f

Please sign in to comment.