Skip to content

Commit

Permalink
release: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Mar 12, 2022
1 parent fa35e9c commit 5eca110
Show file tree
Hide file tree
Showing 16 changed files with 98 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.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)


### Bug Fixes

* **lerna:** add ignoreChanges for all md files! ([fa35e9c](https://github.com/AliMD/alwatr/commit/fa35e9c39d4bcf646fcc05fcc95a654a7519f70e))
* **workflow:** remove duplicate tests on push and pulls ([29691fa](https://github.com/AliMD/alwatr/commit/29691fa294e8ace81c8246382bbcb42b58c3ccc5))


### Features

* **math:** add isNumber ([3c5ee2b](https://github.com/AliMD/alwatr/commit/3c5ee2bbeb12a9c78df59aef291c971405d4d5fa))
* **math:** new package for mathmatics ([7860385](https://github.com/AliMD/alwatr/commit/78603858b19693e613f6224b9c6d55d5c532e50d))
* **math:** random ([18f585c](https://github.com/AliMD/alwatr/commit/18f585c882d40599ec9ed6531bda8f128d4cb5f8))
* **math:** transformToRange ([62f334d](https://github.com/AliMD/alwatr/commit/62f334d37a625764dd9afad041a4489f1a61fa61))





## [0.6.1](https://github.com/AliMD/alwatr/compare/v0.6.0...v0.6.1) (2022-03-12)


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.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)

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





# [0.6.0](https://github.com/AliMD/vatr/compare/v0.5.0...v0.6.0) (2022-03-11)


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.6.0",
"version": "0.7.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.6.0",
"@alwatr/logger": "^0.7.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.6.1",
"version": "0.7.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.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)

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





# [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11)


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.6.0",
"version": "0.7.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.6.0",
"@alwatr/logger": "^0.7.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.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)

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





## [0.6.1](https://github.com/AliMD/alwatr/compare/v0.6.0...v0.6.1) (2022-03-12)


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.6.1",
"version": "0.7.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.6.0",
"@alwatr/logger": "^0.6.0",
"@alwatr/signal": "^0.6.0",
"@alwatr/fetch": "^0.7.0",
"@alwatr/logger": "^0.7.0",
"@alwatr/signal": "^0.7.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.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)

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





# [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11)


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.6.0",
"version": "0.7.0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down
14 changes: 14 additions & 0 deletions package/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **math:** add isNumber ([3c5ee2b](https://github.com/AliMD/alwatr/commit/3c5ee2bbeb12a9c78df59aef291c971405d4d5fa))
* **math:** new package for mathmatics ([7860385](https://github.com/AliMD/alwatr/commit/78603858b19693e613f6224b9c6d55d5c532e50d))
* **math:** random ([18f585c](https://github.com/AliMD/alwatr/commit/18f585c882d40599ec9ed6531bda8f128d4cb5f8))
* **math:** transformToRange ([62f334d](https://github.com/AliMD/alwatr/commit/62f334d37a625764dd9afad041a4489f1a61fa61))
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.6.0",
"version": "0.7.0",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down
8 changes: 8 additions & 0 deletions package/router/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.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)

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





# [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11)


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.6.0",
"version": "0.7.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.6.0",
"@alwatr/signal": "^0.6.0",
"@alwatr/logger": "^0.7.0",
"@alwatr/signal": "^0.7.0",
"tslib": "^2.3.1"
}
}
8 changes: 8 additions & 0 deletions package/signal/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.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)

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





# [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11)


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.6.0",
"version": "0.7.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.6.0",
"@alwatr/logger": "^0.7.0",
"tslib": "^2.3.1"
}
}

0 comments on commit 5eca110

Please sign in to comment.