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

Commit

Permalink
release: new independent version
Browse files Browse the repository at this point in the history
 - @alwatr/crypto@1.1.4
 - @alwatr/fetch@2.0.0
 - @alwatr/logger@1.1.4
 - @alwatr/math@1.1.4
 - @alwatr/nano-server@1.1.4
 - @alwatr/type@1.1.3
 - @alwatr/util@1.2.2
 - @alwatr/validator@1.1.4
  • Loading branch information
AliMD committed Sep 19, 2023
1 parent e585dd2 commit dc3c2aa
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 20 deletions.
4 changes: 4 additions & 0 deletions packages/crypto/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.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.3...@alwatr/crypto@1.1.4) (2023-09-19)

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

## 1.1.3 (2023-09-19)

**Note:** Version bump only for package @alwatr/crypto
Expand Down
6 changes: 3 additions & 3 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/crypto",
"version": "1.1.3",
"version": "1.1.4",
"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 Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.3",
"@alwatr/math": "^1.1.3",
"@alwatr/logger": "^1.1.4",
"@alwatr/math": "^1.1.4",
"tslib": "^2.6.2"
}
}
12 changes: 12 additions & 0 deletions packages/fetch/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.

# [2.0.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@1.1.3...@alwatr/fetch@2.0.0) (2023-09-19)

### Bug Fixes

* **fetch:** remove @alwatr/signal ([03d947b](https://github.com/AliMD/alwatr-eslib/commit/03d947be3889d63805eabb7f4be618fed6da0d55)) by @AliMD

* fix(fetch)!: remove fetchContext ([eba9cf0](https://github.com/AliMD/alwatr-eslib/commit/eba9cf0a443564478b5b985a69d0f54fbd514440)) by @AliMD

### BREAKING CHANGES

* fetchContext method removed

## 1.1.3 (2023-09-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "1.1.3",
"version": "2.0.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 Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.3",
"@alwatr/util": "^1.2.1",
"@alwatr/logger": "^1.1.4",
"@alwatr/util": "^1.2.2",
"tslib": "^2.6.2"
}
}
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.

## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.3...@alwatr/logger@1.1.4) (2023-09-19)

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

## [1.1.3](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.2...@alwatr/logger@1.1.3) (2023-09-19)

**Note:** Version bump only for package @alwatr/logger
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "1.1.3",
"version": "1.1.4",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/type": "^1.1.2",
"@alwatr/type": "^1.1.3",
"tslib": "^2.6.2"
}
}
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.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.3...@alwatr/math@1.1.4) (2023-09-19)

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

## 1.1.3 (2023-09-19)

**Note:** Version bump only for package @alwatr/math
Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/math",
"version": "1.1.3",
"version": "1.1.4",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.3",
"@alwatr/logger": "^1.1.4",
"tslib": "^2.6.2"
}
}
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.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.3...@alwatr/nano-server@1.1.4) (2023-09-19)

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

## 1.1.3 (2023-09-19)

**Note:** Version bump only for package @alwatr/nano-server
Expand Down
6 changes: 3 additions & 3 deletions 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.3",
"version": "1.1.4",
"description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
"keywords": [
"server",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.3",
"@alwatr/math": "^1.1.3",
"@alwatr/logger": "^1.1.4",
"@alwatr/math": "^1.1.4",
"tslib": "^2.6.2"
}
}
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.1.3](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/type@1.1.2...@alwatr/type@1.1.3) (2023-09-19)

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

## 1.1.2 (2023-09-19)

**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.1.2",
"version": "1.1.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.2.2](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.1...@alwatr/util@1.2.2) (2023-09-19)

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

## 1.2.1 (2023-09-19)

**Note:** Version bump only for package @alwatr/util
Expand Down
6 changes: 3 additions & 3 deletions packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/util",
"version": "1.2.1",
"version": "1.2.2",
"description": "Util library written in tiny TypeScript module.",
"keywords": [
"util",
Expand Down Expand Up @@ -40,8 +40,8 @@
}
},
"dependencies": {
"@alwatr/math": "^1.1.3",
"@alwatr/type": "^1.1.2",
"@alwatr/math": "^1.1.4",
"@alwatr/type": "^1.1.3",
"tslib": "^2.6.2"
},
"devDependencies": {
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.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.3...@alwatr/validator@1.1.4) (2023-09-19)

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

## 1.1.3 (2023-09-19)

**Note:** Version bump only for package @alwatr/validator
Expand Down
6 changes: 3 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/validator",
"version": "1.1.3",
"version": "1.1.4",
"description": "Simple useful validator library written in tiny TypeScript module.",
"keywords": [
"validator",
Expand Down Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/math": "^1.1.3",
"@alwatr/type": "^1.1.2",
"@alwatr/math": "^1.1.4",
"@alwatr/type": "^1.1.3",
"tslib": "^2.6.2"
}
}

0 comments on commit dc3c2aa

Please sign in to comment.