Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 14, 2023
1 parent 1f2586d commit c9c6d5a
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/crypto/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/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [1.1.12](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/crypto",
"version": "1.1.12",
"version": "1.2.0",
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.",
"keywords": [
"crypto",
Expand Down
6 changes: 6 additions & 0 deletions packages/fetch/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.

# [2.1.0](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [2.0.8](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
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": "2.0.8",
"version": "2.1.0",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.",
"keywords": [
"fetch",
Expand Down
10 changes: 10 additions & 0 deletions packages/logger/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.

# [2.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Bug Fixes

* **logger:** logger.banner type ([1f2586d](https://github.com/Alwatr/eslib/commit/1f2586dab65608c4a54f20859f4ea2dda6028c7c)) by @

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [2.1.3](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
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": "2.1.3",
"version": "2.2.0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down
6 changes: 6 additions & 0 deletions packages/math/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/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [1.1.12](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/math",
"version": "1.1.12",
"version": "1.2.0",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down
6 changes: 6 additions & 0 deletions packages/nano-server/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/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [1.1.12](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nano-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nano-server",
"version": "1.1.12",
"version": "1.2.0",
"description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
"keywords": [
"server",
Expand Down
6 changes: 6 additions & 0 deletions packages/type/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/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [1.1.5](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/type",
"version": "1.1.5",
"version": "1.2.0",
"description": "Alwatr projects common entities types",
"keywords": [
"type",
Expand Down
6 changes: 6 additions & 0 deletions packages/util/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/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [1.2.10](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/util",
"version": "1.2.10",
"version": "1.3.0",
"description": "Util library written in tiny TypeScript module.",
"keywords": [
"util",
Expand Down
6 changes: 6 additions & 0 deletions packages/validator/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/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-14)

### Features

* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD

## [1.1.12](https://github.com/Alwatr/eslib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/validator",
"version": "1.1.12",
"version": "1.2.0",
"description": "Simple useful validator library written in tiny TypeScript module.",
"keywords": [
"validator",
Expand Down

0 comments on commit c9c6d5a

Please sign in to comment.