Skip to content

Commit

Permalink
release: new independent version
Browse files Browse the repository at this point in the history
 - @alwatr/context@1.1.1
 - @alwatr/crypto@1.1.1
 - @alwatr/fetch@1.1.1
 - @alwatr/fract@1.1.1
 - @alwatr/fsm@1.1.1
 - @alwatr/i18n@1.1.1
 - @alwatr/logger@1.1.1
 - @alwatr/math@1.1.1
 - @alwatr/nano-server@1.1.1
 - @alwatr/router@1.1.1
 - @alwatr/server-context@1.1.1
 - @alwatr/signal@1.1.1
 - @alwatr/storage-client@1.1.1
 - @alwatr/storage-engine@1.1.1
 - @alwatr/type@1.1.1
 - @alwatr/util@1.1.1
 - @alwatr/validator@1.1.1
 - @alwatr/element@1.1.1
 - @alwatr/font@1.1.1
 - @alwatr/icon@1.1.1
 - @alwatr/pwa-helper@1.1.1
 - @alwatr/style@1.1.1
  • Loading branch information
AliMD committed Sep 12, 2023
1 parent b5c17f2 commit ebc98f7
Show file tree
Hide file tree
Showing 44 changed files with 160 additions and 72 deletions.
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/context@1.1.0...@alwatr/context@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
Expand Down
12 changes: 6 additions & 6 deletions core/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/context",
"version": "1.1.0",
"version": "1.1.1",
"description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.",
"keywords": [
"context",
Expand Down Expand Up @@ -30,11 +30,11 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "^1.1.0",
"@alwatr/fsm": "^1.1.0",
"@alwatr/logger": "^1.1.0",
"@alwatr/signal": "^1.1.0",
"@alwatr/util": "^1.1.0",
"@alwatr/fetch": "^1.1.1",
"@alwatr/fsm": "^1.1.1",
"@alwatr/logger": "^1.1.1",
"@alwatr/signal": "^1.1.1",
"@alwatr/util": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/crypto@1.1.0...@alwatr/crypto@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
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.1.0",
"version": "1.1.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.1.0",
"@alwatr/math": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/math": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/fetch@1.1.0...@alwatr/fetch@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
Expand Down
8 changes: 4 additions & 4 deletions core/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "1.1.0",
"version": "1.1.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,9 +34,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.0",
"@alwatr/signal": "^1.1.0",
"@alwatr/util": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/signal": "^1.1.1",
"@alwatr/util": "^1.1.1",
"tslib": "^2.6.2"
}
}
4 changes: 4 additions & 0 deletions core/fract/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.1](https://github.com/AliMD/alwatr/compare/@alwatr/fract@1.1.0...@alwatr/fract@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions core/fract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fract",
"version": "1.1.0",
"version": "1.1.1",
"description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!",
"keywords": [
"render",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/signal2": "^1.0.0",
"lit-html": "^2.8.0",
"tslib": "^2.6.2"
Expand Down
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/fsm@1.1.0...@alwatr/fsm@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
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.1.0",
"version": "1.1.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.1.0",
"@alwatr/signal": "^1.1.0",
"@alwatr/type": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/signal": "^1.1.1",
"@alwatr/type": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/i18n@1.1.0...@alwatr/i18n@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
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": "1.1.0",
"version": "1.1.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/logger": "^1.1.0",
"@alwatr/math": "^1.1.0",
"@alwatr/signal": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/math": "^1.1.1",
"@alwatr/signal": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.0...@alwatr/logger@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

### Features
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.1.0",
"version": "1.1.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.1.0",
"@alwatr/type": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/math@1.1.0...@alwatr/math@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
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.1.0",
"version": "1.1.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.1.0",
"@alwatr/logger": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/nano-server@1.1.0...@alwatr/nano-server@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.1.1",
"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.0",
"@alwatr/math": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/math": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/router@1.1.0...@alwatr/router@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
Expand Down
8 changes: 4 additions & 4 deletions core/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/router",
"version": "1.1.0",
"version": "1.1.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,9 +31,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.0",
"@alwatr/math": "^1.1.0",
"@alwatr/signal": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/math": "^1.1.1",
"@alwatr/signal": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/server-context@1.1.0...@alwatr/server-context@1.1.1) (2023-09-12)

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

# 1.1.0 (2023-09-12)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions core/server-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/server-context",
"version": "1.1.0",
"version": "1.1.1",
"description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.",
"keywords": [
"context",
Expand Down Expand Up @@ -31,11 +31,11 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "^1.1.0",
"@alwatr/fsm": "^1.1.0",
"@alwatr/logger": "^1.1.0",
"@alwatr/signal": "^1.1.0",
"@alwatr/util": "^1.1.0",
"@alwatr/fetch": "^1.1.1",
"@alwatr/fsm": "^1.1.1",
"@alwatr/logger": "^1.1.1",
"@alwatr/signal": "^1.1.1",
"@alwatr/util": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.

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

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
Expand Down
8 changes: 4 additions & 4 deletions core/signal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/signal",
"version": "1.1.0",
"version": "1.1.1",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",
"keywords": [
"signal",
Expand Down Expand Up @@ -29,9 +29,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.0",
"@alwatr/type": "^1.1.0",
"@alwatr/util": "^1.1.0",
"@alwatr/logger": "^1.1.1",
"@alwatr/type": "^1.1.1",
"@alwatr/util": "^1.1.1",
"tslib": "^2.6.2"
}
}
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.

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

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

# 1.1.0 (2023-09-12)

# 1.0.0 (2023-06-14)
Expand Down
Loading

0 comments on commit ebc98f7

Please sign in to comment.