Skip to content

Commit

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

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


### Bug Fixes

* **signal:** disabled getter and optional dispatch options ([28ced3d](https://github.com/AliMD/One/commit/28ced3d0c4cdf44fc2aebfab98db0883fc5363fe))
* **wordflows:** tests on all branches ([5cca930](https://github.com/AliMD/One/commit/5cca930f3adf88624c6ff7a1f3c551502f7a4826))


### Features

* **signal:** new SignalInterface ([221701a](https://github.com/AliMD/One/commit/221701a54ea9edda4a3a935a7b098e235ec52691))
* **workflow:** add tests workflow ([7512aba](https://github.com/AliMD/One/commit/7512abae92add3fe73a0578d55f9439f7d1632af))
* **workflow:** add verify workflow ([88fc40c](https://github.com/AliMD/One/commit/88fc40ce9affeaf715fc8dda600f35fa7b2c84b6))
* **workflow:** rename workflow file ([e35df8f](https://github.com/AliMD/One/commit/e35df8fac972b7b4dc81dfac159d97d09b0b6751))


### Performance Improvements

* **logger:** refactor making logger object ([bc38018](https://github.com/AliMD/One/commit/bc38018758540130df2f46c44521aea0a867bbe8))





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


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.5.0](https://github.com/AliMD/One/compare/v0.4.0...v0.5.0) (2022-03-11)

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





# [0.4.0](https://github.com/AliMD/One/compare/v0.3.0...v0.4.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": "@vatr/demo",
"version": "0.4.0",
"version": "0.5.0",
"description": "@vatr packages demo",
"main": "index.js",
"author": "@vatr community",
Expand All @@ -25,7 +25,7 @@
"MohammadMahdi Zamanian <[email protected]>"
],
"dependencies": {
"@vatr/logger": "^0.4.0",
"@vatr/logger": "^0.5.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.4.0",
"version": "0.5.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.5.0](https://github.com/AliMD/vatr/compare/v0.4.0...v0.5.0) (2022-03-11)

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





# [0.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.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": "@vatr/fetch",
"version": "0.4.0",
"version": "0.5.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.4.0",
"@vatr/logger": "^0.5.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.5.0](https://github.com/AliMD/vatr/compare/v0.4.0...v0.5.0) (2022-03-11)

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





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


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.4.0",
"version": "0.5.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.4.0",
"@vatr/logger": "^0.4.0",
"@vatr/signal": "^0.4.0",
"@vatr/fetch": "^0.5.0",
"@vatr/logger": "^0.5.0",
"@vatr/signal": "^0.5.0",
"tslib": "^2.3.1"
}
}
11 changes: 11 additions & 0 deletions package/logger/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.5.0](https://github.com/AliMD/vatr/compare/v0.4.0...v0.5.0) (2022-03-11)


### Performance Improvements

* **logger:** refactor making logger object ([bc38018](https://github.com/AliMD/vatr/commit/bc38018758540130df2f46c44521aea0a867bbe8))





# [0.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.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": "@vatr/logger",
"version": "0.4.0",
"version": "0.5.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/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.5.0](https://github.com/AliMD/vatr/compare/v0.4.0...v0.5.0) (2022-03-11)

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





# [0.4.0](https://github.com/AliMD/vatr/compare/v0.3.0...v0.4.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": "@vatr/router",
"version": "0.4.0",
"version": "0.5.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.4.0",
"@vatr/signal": "^0.4.0",
"@vatr/logger": "^0.5.0",
"@vatr/signal": "^0.5.0",
"tslib": "^2.3.1"
}
}
16 changes: 16 additions & 0 deletions package/signal/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.5.0](https://github.com/AliMD/vatr/compare/v0.4.0...v0.5.0) (2022-03-11)


### Bug Fixes

* **signal:** disabled getter and optional dispatch options ([28ced3d](https://github.com/AliMD/vatr/commit/28ced3d0c4cdf44fc2aebfab98db0883fc5363fe))


### Features

* **signal:** new SignalInterface ([221701a](https://github.com/AliMD/vatr/commit/221701a54ea9edda4a3a935a7b098e235ec52691))





# [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
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.4.0",
"version": "0.5.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.4.0",
"@vatr/logger": "^0.5.0",
"tslib": "^2.3.1"
}
}

0 comments on commit 912f84d

Please sign in to comment.