Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 14, 2022
1 parent 9ee831f commit f3ded11
Show file tree
Hide file tree
Showing 16 changed files with 108 additions and 16 deletions.
20 changes: 20 additions & 0 deletions 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.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)


### Bug Fixes

* **router:** updateBrowserHistory issue ([22b16e5](https://github.com/AliMD/alwatr/commit/22b16e599089f3abe5eb9dc285563fa9510ad97e))
* **signal:** remove once listene in dispatch change imediatly the loop! ([e4d420d](https://github.com/AliMD/alwatr/commit/e4d420d3a086558dc01dcd7a9c5fe3e96677f092))


### Features

* **demo:** router outlet demo ([54576f0](https://github.com/AliMD/alwatr/commit/54576f0397df1d1471467564529a01b4e75335bf))
* **router:** improve demo for test signal! ([59a1017](https://github.com/AliMD/alwatr/commit/59a1017f3ed323fea8e9e798f612f0f54b74b399))
* **router:** make outlet ([45852a8](https://github.com/AliMD/alwatr/commit/45852a809a9f48fb09cf9a8c5ecc3f6519f106cd))
* **router:** simple demo ([884359a](https://github.com/AliMD/alwatr/commit/884359ac2c77a306c2410d6fd351382b416c36fe))





## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)


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

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


### Features

* **demo:** router outlet demo ([54576f0](https://github.com/AliMD/alwatr/commit/54576f0397df1d1471467564529a01b4e75335bf))
* **router:** improve demo for test signal! ([59a1017](https://github.com/AliMD/alwatr/commit/59a1017f3ed323fea8e9e798f612f0f54b74b399))
* **router:** simple demo ([884359a](https://github.com/AliMD/alwatr/commit/884359ac2c77a306c2410d6fd351382b416c36fe))





## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)


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.7.2",
"version": "0.8.0",
"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.7.2",
"@alwatr/logger": "^0.8.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.7.2",
"version": "0.8.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.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





## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)

**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.7.2",
"version": "0.8.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.7.2",
"@alwatr/logger": "^0.8.0",
"tslib": "^2.3.1"
}
}
8 changes: 8 additions & 0 deletions package/i18n/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.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





## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)

**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.7.2",
"version": "0.8.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.7.2",
"@alwatr/logger": "^0.7.2",
"@alwatr/signal": "^0.7.2",
"@alwatr/fetch": "^0.8.0",
"@alwatr/logger": "^0.8.0",
"@alwatr/signal": "^0.8.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.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





## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)


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.7.2",
"version": "0.8.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.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





## [0.7.1](https://github.com/AliMD/alwatr/compare/v0.7.0...v0.7.1) (2022-03-12)

**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.7.1",
"version": "0.8.0",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down
16 changes: 16 additions & 0 deletions package/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **router:** updateBrowserHistory issue ([22b16e5](https://github.com/AliMD/alwatr/commit/22b16e599089f3abe5eb9dc285563fa9510ad97e))


### Features

* **router:** make outlet ([45852a8](https://github.com/AliMD/alwatr/commit/45852a809a9f48fb09cf9a8c5ecc3f6519f106cd))





## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)


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.7.2",
"version": "0.8.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.7.2",
"@alwatr/signal": "^0.7.2",
"@alwatr/logger": "^0.8.0",
"@alwatr/signal": "^0.8.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.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)


### Bug Fixes

* **signal:** remove once listene in dispatch change imediatly the loop! ([e4d420d](https://github.com/AliMD/alwatr/commit/e4d420d3a086558dc01dcd7a9c5fe3e96677f092))





## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)


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.7.2",
"version": "0.8.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.7.2",
"@alwatr/logger": "^0.8.0",
"tslib": "^2.3.1"
}
}

0 comments on commit f3ded11

Please sign in to comment.