Skip to content

Commit

Permalink
release: v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 25, 2022
1 parent 4901f1f commit 73d4fc8
Show file tree
Hide file tree
Showing 50 changed files with 220 additions and 79 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

### Bug Fixes

- **flight-crawler:** maxHour in makeMessage ([b6599f9](https://github.com/AliMD/alwatr/commit/b6599f9f17fca56268cf8cad9d719e6d2a6c4fef))
- **flight-crawler:** min&max hour in make message ([611930b](https://github.com/AliMD/alwatr/commit/611930b2984dcdf046b7ca6696ef0d0b7fe16bfc))
- **flight-crawler:** min&max hour in make message ([a75f7a0](https://github.com/AliMD/alwatr/commit/a75f7a027b9cdaf2edc6574d781b09b3caf3eb78))
- **labs/zx:** readme ([51164ae](https://github.com/AliMD/alwatr/commit/51164ae94eb4d06076981b3844377d2088f24bdb))
- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168))
- **package:** build:r before version ([31e03c9](https://github.com/AliMD/alwatr/commit/31e03c9ea41c75715f4b1a296bf79d8d292d7442))

### Features

- **ff-deploy:** depend on ([d53fae0](https://github.com/AliMD/alwatr/commit/d53fae02700599146ca42e615819fb67bca9feaf))
- **flight-crawler:** min&max hour filter in make message ([bf62864](https://github.com/AliMD/alwatr/commit/bf62864c3d2bd3e00079d03cb260aeda23072008))
- labs ([c672f3c](https://github.com/AliMD/alwatr/commit/c672f3cd7e2a336c0fed2bcba5f09d85da62728e))
- labs refrences and workspace ([9676e29](https://github.com/AliMD/alwatr/commit/9676e290a84e4da07dc38d4c66c29b9a6a6cc179))
- **ui/demo:** new pwa package ([#508](https://github.com/AliMD/alwatr/issues/508)) ([93b9722](https://github.com/AliMD/alwatr/commit/93b972254845756d339574f4eec909807e69b3c4))

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions core/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions core/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "0.26.0",
"version": "0.26.1",
"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,7 +34,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "~0.26.0",
"@alwatr/logger": "^0.26.1",
"tslib": "~2.4.1"
}
}
4 changes: 4 additions & 0 deletions core/i18n/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions core/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/i18n",
"version": "0.26.0",
"version": "0.26.1",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -32,9 +32,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "~0.26.0",
"@alwatr/logger": "~0.26.0",
"@alwatr/signal": "~0.26.0",
"@alwatr/fetch": "^0.26.1",
"@alwatr/logger": "^0.26.1",
"@alwatr/signal": "^0.26.1",
"tslib": "~2.4.1"
}
}
6 changes: 6 additions & 0 deletions core/logger/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

### Bug Fixes

- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168))

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "0.26.0",
"version": "0.26.1",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down
4 changes: 4 additions & 0 deletions core/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/math",
"version": "0.26.0",
"version": "0.26.1",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down
4 changes: 4 additions & 0 deletions core/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions core/nano-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nano-server",
"version": "0.26.0",
"version": "0.26.1",
"description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
"keywords": [
"server",
Expand Down Expand Up @@ -31,9 +31,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "~0.26.0",
"@alwatr/logger": "~0.26.0",
"@alwatr/math": "~0.26.0",
"@alwatr/fetch": "^0.26.1",
"@alwatr/logger": "^0.26.1",
"@alwatr/math": "^0.26.1",
"tslib": "~2.4.1"
}
}
4 changes: 4 additions & 0 deletions core/router/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions core/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/router",
"version": "0.26.0",
"version": "0.26.1",
"description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.",
"keywords": [
"router",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "~0.26.0",
"@alwatr/signal": "~0.26.0",
"@alwatr/logger": "^0.26.1",
"@alwatr/signal": "^0.26.1",
"tslib": "~2.4.1"
}
}
4 changes: 4 additions & 0 deletions core/signal/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions core/signal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/signal",
"version": "0.26.0",
"version": "0.26.1",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",
"keywords": [
"signal",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "~0.26.0",
"@alwatr/logger": "^0.26.1",
"tslib": "~2.4.1"
}
}
4 changes: 4 additions & 0 deletions core/storage-client/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

**Note:** Version bump only for package @alwatr/storage-client

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions core/storage-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-client",
"version": "0.26.0",
"version": "0.26.1",
"description": "Elegant micro client for storage server written in tiny TypeScript ES module.",
"keywords": [
"database",
Expand Down Expand Up @@ -36,9 +36,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "~0.26.0",
"@alwatr/logger": "~0.26.0",
"@alwatr/storage-engine": "~0.26.0",
"@alwatr/fetch": "^0.26.1",
"@alwatr/logger": "^0.26.1",
"@alwatr/storage-engine": "^0.26.1",
"tslib": "~2.4.1"
}
}
4 changes: 4 additions & 0 deletions core/storage-engine/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

**Note:** Version bump only for package @alwatr/storage-engine

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions core/storage-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-engine",
"version": "0.26.0",
"version": "0.26.1",
"description": "Elegant micro in-memory json-like storage with disk backed, Faster NoSQL Database written in tiny TypeScript ES module.",
"keywords": [
"database",
Expand Down Expand Up @@ -36,8 +36,8 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "~0.26.0",
"@alwatr/logger": "~0.26.0",
"@alwatr/fetch": "^0.26.1",
"@alwatr/logger": "^0.26.1",
"exit-hook": "~3.1.4",
"tslib": "~2.4.1"
}
Expand Down
4 changes: 4 additions & 0 deletions core/token/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions core/token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/token",
"version": "0.26.0",
"version": "0.26.1",
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) written in tiny TypeScript module.",
"keywords": [
"token",
Expand Down Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "~0.26.0",
"@alwatr/math": "~0.26.0",
"@alwatr/logger": "^0.26.1",
"@alwatr/math": "^0.26.1",
"tslib": "~2.4.1"
}
}
4 changes: 4 additions & 0 deletions demo/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/demo",
"version": "0.26.0",
"version": "0.26.1",
"main": "index.js",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"type": "module",
Expand All @@ -9,7 +9,7 @@
"MohammadMahdi Zamanian <[email protected]>"
],
"dependencies": {
"@alwatr/logger": "~0.26.0",
"@alwatr/logger": "^0.26.1",
"tslib": "~2.4.1"
}
}
11 changes: 11 additions & 0 deletions labs/zx-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

### Bug Fixes

- **labs/zx:** readme ([51164ae](https://github.com/AliMD/alwatr/commit/51164ae94eb4d06076981b3844377d2088f24bdb))

### Features

- labs ([c672f3c](https://github.com/AliMD/alwatr/commit/c672f3cd7e2a336c0fed2bcba5f09d85da62728e))
- labs refrences and workspace ([9676e29](https://github.com/AliMD/alwatr/commit/9676e290a84e4da07dc38d4c66c29b9a6a6cc179))

# [0.25.0](https://github.com/AliMD/alwatr/compare/v0.24.1...v0.25.0) (2022-12-07)

**Note:** Version bump only for package @alwatr/zx-example
Expand Down
4 changes: 2 additions & 2 deletions labs/zx-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/zx-example",
"version": "0.26.0",
"version": "0.26.1",
"description": "Test google zx with typescript in action.",
"keywords": [
"zx-example",
Expand Down Expand Up @@ -34,7 +34,7 @@
"build": "chmod -v +x *.js"
},
"dependencies": {
"@alwatr/logger": "~0.26.0",
"@alwatr/logger": "^0.26.1",
"tslib": "~2.4.1",
"zx": "~7.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.0",
"version": "0.26.1",
"npmClient": "yarn",
"useWorkspaces": true,
"package": ["core/*", "services/*", "ui/*", "demo"],
Expand Down
4 changes: 4 additions & 0 deletions services/comment/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.

## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25)

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

# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)

### Bug Fixes
Expand Down
Loading

0 comments on commit 73d4fc8

Please sign in to comment.