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 Dec 9, 2023
1 parent a2878f9 commit 932c439
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 8 deletions.
18 changes: 18 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

### Bug Fixes

* **crypto:** use import type ([30e3bac](https://github.com/Alwatr/alwatr-es-sdk/commit/30e3bacb187d58417cb62e2a1511de4ade3f80c0)) by @njfamirm

### Features

* **crypto/api:** AlwatrCryptoFactory with secret and device id ([2d754a1](https://github.com/Alwatr/alwatr-es-sdk/commit/2d754a19b2f04f64d0828e31ba004fc192f466d3)) by @njfamirm
* **crypto/api:** device id generator preconfig ([71e80d6](https://github.com/Alwatr/alwatr-es-sdk/commit/71e80d63743579505a6be17d014c364e9f6cf55c)) by @njfamirm
* **crypto:** complete rewrite with new api ([3d56861](https://github.com/Alwatr/alwatr-es-sdk/commit/3d56861a2857e760c7cd5f03be98f003738fc7a9)) by @AliMD
* **crypto:** rename user file to api ([52343ea](https://github.com/Alwatr/alwatr-es-sdk/commit/52343ead04c23f50bedac2caa01f46bf489ab318)) by @njfamirm

### BREAKING CHANGES

* **crypto:** new api
* **crypto/api:** rename AlwatrUserGenerator to AlwatrCryptoFactory and change config

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

### Features
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": "2.0.0",
"version": "3.0.0",
"description": "A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.",
"keywords": [
"crypto",
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.

## [2.1.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

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

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

**Note:** Version bump only for package @alwatr/fetch
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.1.2",
"version": "2.1.3",
"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
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.

## [2.3.2](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

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

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

**Note:** Version bump only for package @alwatr/logger
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.3.1",
"version": "2.3.2",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down
4 changes: 4 additions & 0 deletions packages/math/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.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

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

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

**Note:** Version bump only for package @alwatr/math
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.2.2",
"version": "1.2.3",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down
4 changes: 4 additions & 0 deletions packages/nano-server/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.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

**Note:** Version bump only for package @alwatr/nano-server

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

**Note:** Version bump only for package @alwatr/nano-server
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.2.2",
"version": "1.2.3",
"description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
"keywords": [
"server",
Expand Down
4 changes: 4 additions & 0 deletions packages/type/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.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

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

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

**Note:** Version bump only for package @alwatr/type
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.2.2",
"version": "1.2.3",
"description": "Alwatr projects common entities types",
"keywords": [
"type",
Expand Down
4 changes: 4 additions & 0 deletions packages/util/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.3.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

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

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

**Note:** Version bump only for package @alwatr/util
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.3.2",
"version": "1.3.3",
"description": "Util library written in tiny TypeScript module.",
"keywords": [
"util",
Expand Down
4 changes: 4 additions & 0 deletions packages/validator/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.2.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-12-09)

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

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

**Note:** Version bump only for package @alwatr/validator
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.2.2",
"version": "1.2.3",
"description": "Simple useful validator library written in tiny TypeScript module.",
"keywords": [
"validator",
Expand Down

0 comments on commit 932c439

Please sign in to comment.