Skip to content

Commit

Permalink
release: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Mar 22, 2022
1 parent b78eec5 commit 6aa9d19
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 16 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)


### Bug Fixes

* **i18n:** access signal issue ([097b354](https://github.com/AliMD/alwatr/commit/097b354da71b5fb4ce1e15f5cbc4accbe12bb6e1))
* **router:** export RequestRouteParam type ([d07e0ea](https://github.com/AliMD/alwatr/commit/d07e0eaf7781b8c35f7f47c90fdbbbc7e229a060))
* **router:** fire first route-change signal as soon as posible ([2ae176b](https://github.com/AliMD/alwatr/commit/2ae176b91f7461258bd7432064d6c81730f6f04e))
* **router:** outlet default 404 render ([2218483](https://github.com/AliMD/alwatr/commit/22184830c6c93024e335707a60badbbf188745aa))
* **router:** router.signal type helper ([88b8e26](https://github.com/AliMD/alwatr/commit/88b8e26c83f35c52ff69356f12650e77cc6537d2))
* **router:** signal define issue ([d3921b5](https://github.com/AliMD/alwatr/commit/d3921b5d8bbe3dc4984a264801f2e992ceb1ece0))


### Features

* **router:** improve 404 template ([3af27f7](https://github.com/AliMD/alwatr/commit/3af27f71dec257e0a245605c6c333816e6e0c317))
* **signal:** ListenerInterface ([38ef029](https://github.com/AliMD/alwatr/commit/38ef0291c5ba2e3619080ad89109d805d3d600f2))





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)


Expand Down
8 changes: 8 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)

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





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)


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.8.0",
"version": "0.9.0",
"main": "index.js",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
"type": "module",
Expand All @@ -9,7 +9,7 @@
"MohammadMahdi Zamanian <mm25zamanian@gmail.com>"
],
"dependencies": {
"@alwatr/logger": "^0.8.0",
"@alwatr/logger": "^0.9.0",
"lit": "^2.1.3",
"tslib": "^2.2.0"
}
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.8.0",
"version": "0.9.0",
"npmClient": "yarn",
"useWorkspaces": true,
"package": [
Expand Down
8 changes: 8 additions & 0 deletions package/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)

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





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)

**Note:** Version bump only for package @alwatr/fetch
Expand Down
4 changes: 2 additions & 2 deletions package/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "0.8.0",
"version": "0.9.0",
"description": "Enhanced fetch api with timeout, helper methods and types written in tiny TypeScript module.",
"keywords": [
"fetch",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.8.0",
"@alwatr/logger": "^0.9.0",
"tslib": "^2.3.1"
}
}
11 changes: 11 additions & 0 deletions package/i18n/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.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)


### Bug Fixes

* **i18n:** access signal issue ([097b354](https://github.com/AliMD/alwatr/commit/097b354da71b5fb4ce1e15f5cbc4accbe12bb6e1))





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)

**Note:** Version bump only for package @alwatr/i18n
Expand Down
8 changes: 4 additions & 4 deletions package/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/i18n",
"version": "0.8.0",
"version": "0.9.0",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -36,9 +36,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "^0.8.0",
"@alwatr/logger": "^0.8.0",
"@alwatr/signal": "^0.8.0",
"@alwatr/fetch": "^0.9.0",
"@alwatr/logger": "^0.9.0",
"@alwatr/signal": "^0.9.0",
"tslib": "^2.3.1"
}
}
8 changes: 8 additions & 0 deletions package/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)

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





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)

**Note:** Version bump only for package @alwatr/logger
Expand Down
2 changes: 1 addition & 1 deletion package/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "0.8.0",
"version": "0.9.0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down
8 changes: 8 additions & 0 deletions package/math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)

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





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)

**Note:** Version bump only for package @alwatr/math
Expand Down
2 changes: 1 addition & 1 deletion package/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/math",
"version": "0.8.0",
"version": "0.9.0",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down
20 changes: 20 additions & 0 deletions package/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)


### Bug Fixes

* **router:** export RequestRouteParam type ([d07e0ea](https://github.com/AliMD/alwatr/commit/d07e0eaf7781b8c35f7f47c90fdbbbc7e229a060))
* **router:** fire first route-change signal as soon as posible ([2ae176b](https://github.com/AliMD/alwatr/commit/2ae176b91f7461258bd7432064d6c81730f6f04e))
* **router:** outlet default 404 render ([2218483](https://github.com/AliMD/alwatr/commit/22184830c6c93024e335707a60badbbf188745aa))
* **router:** router.signal type helper ([88b8e26](https://github.com/AliMD/alwatr/commit/88b8e26c83f35c52ff69356f12650e77cc6537d2))
* **router:** signal define issue ([d3921b5](https://github.com/AliMD/alwatr/commit/d3921b5d8bbe3dc4984a264801f2e992ceb1ece0))


### Features

* **router:** improve 404 template ([3af27f7](https://github.com/AliMD/alwatr/commit/3af27f71dec257e0a245605c6c333816e6e0c317))





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)


Expand Down
6 changes: 3 additions & 3 deletions package/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/router",
"version": "0.8.0",
"version": "0.9.0",
"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 @@ -36,8 +36,8 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.8.0",
"@alwatr/signal": "^0.8.0",
"@alwatr/logger": "^0.9.0",
"@alwatr/signal": "^0.9.0",
"tslib": "^2.3.1"
}
}
11 changes: 11 additions & 0 deletions package/signal/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.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)


### Features

* **signal:** ListenerInterface ([38ef029](https://github.com/AliMD/alwatr/commit/38ef0291c5ba2e3619080ad89109d805d3d600f2))





# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)


Expand Down
4 changes: 2 additions & 2 deletions package/signal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/signal",
"version": "0.8.0",
"version": "0.9.0",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",
"keywords": [
"signal",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.8.0",
"@alwatr/logger": "^0.9.0",
"tslib": "^2.3.1"
}
}

0 comments on commit 6aa9d19

Please sign in to comment.