Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jun 21, 2023
1 parent efc9de2 commit 10b9734
Show file tree
Hide file tree
Showing 76 changed files with 341 additions and 189 deletions.
4 changes: 4 additions & 0 deletions 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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions core/context/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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/context
Expand Down
14 changes: 7 additions & 7 deletions core/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/context",
"version": "1.0.0",
"version": "1.0.1",
"description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.",
"keywords": [
"context",
Expand Down Expand Up @@ -30,14 +30,14 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "^1.0.0",
"@alwatr/fsm": "^1.0.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/util": "^1.0.0",
"@alwatr/fetch": "^1.0.1",
"@alwatr/fsm": "^1.0.1",
"@alwatr/logger": "^1.0.1",
"@alwatr/signal": "^1.0.1",
"@alwatr/util": "^1.0.1",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^1.0.0"
"@alwatr/type": "^1.0.1"
}
}
4 changes: 4 additions & 0 deletions core/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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/crypto
Expand Down
6 changes: 3 additions & 3 deletions core/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/crypto",
"version": "1.0.0",
"version": "1.0.1",
"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.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/math": "^1.0.1",
"tslib": "^2.5.3"
}
}
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.

## [1.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/fetch
Expand Down
10 changes: 5 additions & 5 deletions core/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "1.0.0",
"version": "1.0.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,12 +34,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/util": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/signal": "^1.0.1",
"@alwatr/util": "^1.0.1",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^1.0.0"
"@alwatr/type": "^1.0.1"
}
}
4 changes: 4 additions & 0 deletions core/fsm/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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/fsm
Expand Down
8 changes: 4 additions & 4 deletions core/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fsm",
"version": "1.0.0",
"version": "1.0.1",
"description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.",
"keywords": [
"state",
Expand Down Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/type": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/signal": "^1.0.1",
"@alwatr/type": "^1.0.1",
"tslib": "^2.5.3"
}
}
4 changes: 4 additions & 0 deletions core/fsm2/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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions core/fsm2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fsm2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.",
"keywords": [
"state",
Expand Down Expand Up @@ -35,9 +35,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/type": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/signal": "^1.0.1",
"@alwatr/type": "^1.0.1",
"tslib": "^2.5.3"
}
}
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.

## [1.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/i18n
Expand Down
10 changes: 5 additions & 5 deletions core/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/i18n",
"version": "1.0.0",
"version": "1.0.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,12 +32,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/math": "^1.0.1",
"@alwatr/signal": "^1.0.1",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^1.0.0"
"@alwatr/type": "^1.0.1"
}
}
4 changes: 4 additions & 0 deletions core/i18n2/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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions core/i18n2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/i18n2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -33,12 +33,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal2": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/math": "^1.0.1",
"@alwatr/signal2": "^1.0.1",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^1.0.0"
"@alwatr/type": "^1.0.1"
}
}
4 changes: 4 additions & 0 deletions core/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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/logger
Expand Down
4 changes: 2 additions & 2 deletions core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "1.0.0",
"version": "1.0.1",
"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.0.0",
"@alwatr/type": "^1.0.1",
"tslib": "^2.5.3"
}
}
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.

## [1.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/math
Expand Down
4 changes: 2 additions & 2 deletions core/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/math",
"version": "1.0.0",
"version": "1.0.1",
"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.0.0",
"@alwatr/logger": "^1.0.1",
"tslib": "^2.5.3"
}
}
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.

## [1.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/nano-server
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": "1.0.0",
"version": "1.0.1",
"description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
"keywords": [
"server",
Expand Down Expand Up @@ -31,11 +31,11 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/math": "^1.0.1",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^1.0.0"
"@alwatr/type": "^1.0.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.

## [1.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

**Note:** Version bump only for package @alwatr/router
Expand Down
10 changes: 5 additions & 5 deletions core/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/router",
"version": "1.0.0",
"version": "1.0.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 @@ -31,12 +31,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/logger": "^1.0.1",
"@alwatr/math": "^1.0.1",
"@alwatr/signal": "^1.0.1",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^1.0.0"
"@alwatr/type": "^1.0.1"
}
}
4 changes: 4 additions & 0 deletions core/server-context/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.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21)

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

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

### Bug Fixes
Expand Down
Loading

0 comments on commit 10b9734

Please sign in to comment.