Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Mar 11, 2022
1 parent db69818 commit a876263
Show file tree
Hide file tree
Showing 14 changed files with 107 additions and 15 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.4.0](https://github.com/AliMD/One/compare/v0.3.0...v0.4.0) (2022-03-11)


### Bug Fixes

* **fetch:** build issue [#73](https://github.com/AliMD/One/issues/73) ([fb74463](https://github.com/AliMD/One/commit/fb74463d367393706d16e482488a565bdfef70a1))
* **i18n:** build issue [#75](https://github.com/AliMD/One/issues/75) ([fe7a108](https://github.com/AliMD/One/commit/fe7a108904176e63b8aa7e388d95ee8a90c6b71f))
* **logger:** types missing ([712363d](https://github.com/AliMD/One/commit/712363d3cf77a712f8c801c4dc9d06d256dfc0e6))
* **pr-template:** make it simple ([3f4253b](https://github.com/AliMD/One/commit/3f4253b3a44634e5440fe714937536fa18fa9b7a))
* **router:** build issue for parameterList type [#75](https://github.com/AliMD/One/issues/75) ([5fc1ecd](https://github.com/AliMD/One/commit/5fc1ecd12b938936e2718f9307186493e2712e1f))
* **tsconfig:** add useDefineForClassFields ([cf11de2](https://github.com/AliMD/One/commit/cf11de28d032e23aaac39b01a4a6f863b8fa13b8))


### Features

* **logger:** add logProperty, logMethodFull ([8b0317d](https://github.com/AliMD/One/commit/8b0317db88ed73604a27935a3a30cd5c31cb0804))
* **logger:** complete refactor the logger with new API and fix show correct line number ([7efe8cf](https://github.com/AliMD/One/commit/7efe8cf0f566e148406f38fdd60fa3d747c9bc51))





# [0.3.0](https://github.com/AliMD/One/compare/v0.2.1...v0.3.0) (2022-03-06)


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

# [0.4.0](https://github.com/AliMD/One/compare/v0.3.0...v0.4.0) (2022-03-11)


### Features

* **logger:** add logProperty, logMethodFull ([8b0317d](https://github.com/AliMD/One/commit/8b0317db88ed73604a27935a3a30cd5c31cb0804))
* **logger:** complete refactor the logger with new API and fix show correct line number ([7efe8cf](https://github.com/AliMD/One/commit/7efe8cf0f566e148406f38fdd60fa3d747c9bc51))





# [0.3.0](https://github.com/AliMD/One/compare/v0.2.1...v0.3.0) (2022-03-06)

**Note:** Version bump only for package @vatr/demo
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": "@vatr/demo",
"version": "0.3.0",
"version": "0.4.0",
"description": "@vatr packages demo",
"main": "index.js",
"author": "@vatr community",
Expand All @@ -25,7 +25,7 @@
"MohammadMahdi Zamanian <mm25zamanian@gmail.com>"
],
"dependencies": {
"@vatr/logger": "^0.3.0",
"@vatr/logger": "^0.4.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.3.0",
"version": "0.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"package": [
Expand Down
11 changes: 11 additions & 0 deletions package/fetch/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.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.0) (2022-03-11)


### Bug Fixes

* **fetch:** build issue [#73](https://github.com/AliMD/vatr/issues/73) ([fb74463](https://github.com/AliMD/vatr/commit/fb74463d367393706d16e482488a565bdfef70a1))





# [0.3.0](https://github.com/AliMD/vatr/compare/v0.2.1...v0.3.0) (2022-03-06)

**Note:** Version bump only for package @vatr/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": "@vatr/fetch",
"version": "0.3.0",
"version": "0.4.0",
"description": "Enhanced fetch api with timeout, helper methods and types written in tiny TypeScript module.",
"keywords": [
"fetch",
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/AliMD/vatr/issues"
},
"dependencies": {
"@vatr/logger": "^0.3.0",
"@vatr/logger": "^0.4.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.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.0) (2022-03-11)


### Bug Fixes

* **i18n:** build issue [#75](https://github.com/AliMD/vatr/issues/75) ([fe7a108](https://github.com/AliMD/vatr/commit/fe7a108904176e63b8aa7e388d95ee8a90c6b71f))





# [0.3.0](https://github.com/AliMD/vatr/compare/v0.2.1...v0.3.0) (2022-03-06)


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": "@vatr/i18n",
"version": "0.3.0",
"version": "0.4.0",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/AliMD/vatr/issues"
},
"dependencies": {
"@vatr/fetch": "^0.3.0",
"@vatr/logger": "^0.3.0",
"@vatr/signal": "^0.3.0",
"@vatr/fetch": "^0.4.0",
"@vatr/logger": "^0.4.0",
"@vatr/signal": "^0.4.0",
"tslib": "^2.3.1"
}
}
17 changes: 17 additions & 0 deletions package/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.0) (2022-03-11)


### Bug Fixes

* **logger:** types missing ([712363d](https://github.com/AliMD/vatr/commit/712363d3cf77a712f8c801c4dc9d06d256dfc0e6))


### Features

* **logger:** add logProperty, logMethodFull ([8b0317d](https://github.com/AliMD/vatr/commit/8b0317db88ed73604a27935a3a30cd5c31cb0804))
* **logger:** complete refactor the logger with new API and fix show correct line number ([7efe8cf](https://github.com/AliMD/vatr/commit/7efe8cf0f566e148406f38fdd60fa3d747c9bc51))





# [0.3.0](https://github.com/AliMD/vatr/compare/v0.2.1...v0.3.0) (2022-03-06)

**Note:** Version bump only for package @vatr/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": "@vatr/logger",
"version": "0.3.0",
"version": "0.4.0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down
11 changes: 11 additions & 0 deletions package/router/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.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.0) (2022-03-11)


### Bug Fixes

* **router:** build issue for parameterList type [#75](https://github.com/AliMD/vatr/issues/75) ([5fc1ecd](https://github.com/AliMD/vatr/commit/5fc1ecd12b938936e2718f9307186493e2712e1f))





# [0.3.0](https://github.com/AliMD/vatr/compare/v0.2.1...v0.3.0) (2022-03-06)

**Note:** Version bump only for package @vatr/router
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": "@vatr/router",
"version": "0.3.0",
"version": "0.4.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 @@ -37,8 +37,8 @@
"url": "https://github.com/AliMD/vatr/issues"
},
"dependencies": {
"@vatr/logger": "^0.3.0",
"@vatr/signal": "^0.3.0",
"@vatr/logger": "^0.4.0",
"@vatr/signal": "^0.4.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.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.0) (2022-03-11)

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





# [0.3.0](https://github.com/AliMD/vatr/compare/v0.2.1...v0.3.0) (2022-03-06)


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": "@vatr/signal",
"version": "0.3.0",
"version": "0.4.0",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",
"keywords": [
"signal",
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/AliMD/vatr/issues"
},
"dependencies": {
"@vatr/logger": "^0.3.0",
"@vatr/logger": "^0.4.0",
"tslib": "^2.3.1"
}
}

0 comments on commit a876263

Please sign in to comment.