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.3
 - @alwatr/fetch@1.1.3
 - @alwatr/logger@1.1.3
 - @alwatr/math@1.1.3
 - @alwatr/nano-server@1.1.3
 - @alwatr/type@1.1.2
 - @alwatr/util@1.2.1
 - @alwatr/validator@1.1.3
  • Loading branch information
AliMD committed Sep 19, 2023
1 parent f459a8c commit fdde4c6
Show file tree
Hide file tree
Showing 16 changed files with 54 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.3 (2023-09-19)

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

## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/crypto@1.1.1...@alwatr/crypto@1.1.2) (2023-09-12)

**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.2",
"version": "1.1.3",
"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/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.2",
"@alwatr/math": "^1.1.2",
"@alwatr/logger": "^1.1.3",
"@alwatr/math": "^1.1.3",
"tslib": "^2.6.2"
}
}
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.

## 1.1.3 (2023-09-19)

### Bug Fixes

* cleanup extra packages ([dfc0bd2](https://github.com/AliMD/alwatr/commit/dfc0bd2b42d49e1094ae0303d34e653aa289d358)) by @AliMD

## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/fetch@1.1.1...@alwatr/fetch@1.1.2) (2023-09-12)

**Note:** Version bump only for package @alwatr/fetch
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.2",
"version": "1.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 Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.2",
"@alwatr/logger": "^1.1.3",
"@alwatr/signal": "^1.1.2",
"@alwatr/util": "^1.2.0",
"@alwatr/util": "^1.2.1",
"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.3](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.2...@alwatr/logger@1.1.3) (2023-09-19)

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

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

### Bug Fixes
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.2",
"version": "1.1.3",
"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/issues"
},
"dependencies": {
"@alwatr/type": "^1.1.1",
"@alwatr/type": "^1.1.2",
"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.3 (2023-09-19)

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

## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/math@1.1.1...@alwatr/math@1.1.2) (2023-09-12)

**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.2",
"version": "1.1.3",
"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/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.2",
"@alwatr/logger": "^1.1.3",
"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.3 (2023-09-19)

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

## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/nano-server@1.1.1...@alwatr/nano-server@1.1.2) (2023-09-12)

**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.2",
"version": "1.1.3",
"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/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.2",
"@alwatr/math": "^1.1.2",
"@alwatr/logger": "^1.1.3",
"@alwatr/math": "^1.1.3",
"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.2 (2023-09-19)

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

## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/type@1.1.0...@alwatr/type@1.1.1) (2023-09-12)

**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.1",
"version": "1.1.2",
"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.1 (2023-09-19)

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

# [1.2.0](https://github.com/AliMD/alwatr/compare/@alwatr/util@1.1.1...@alwatr/util@1.2.0) (2023-09-12)

### Features
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.0",
"version": "1.2.1",
"description": "Util library written in tiny TypeScript module.",
"keywords": [
"util",
Expand Down Expand Up @@ -40,8 +40,8 @@
}
},
"dependencies": {
"@alwatr/math": "^1.1.2",
"@alwatr/type": "^1.1.1",
"@alwatr/math": "^1.1.3",
"@alwatr/type": "^1.1.2",
"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.3 (2023-09-19)

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

## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/validator@1.1.1...@alwatr/validator@1.1.2) (2023-09-12)

**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.2",
"version": "1.1.3",
"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/issues"
},
"dependencies": {
"@alwatr/math": "^1.1.2",
"@alwatr/type": "^1.1.1",
"@alwatr/math": "^1.1.3",
"@alwatr/type": "^1.1.2",
"tslib": "^2.6.2"
}
}

0 comments on commit fdde4c6

Please sign in to comment.