Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Mar 5, 2022
1 parent 2aa5008 commit d2c7241
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 11 deletions.
17 changes: 17 additions & 0 deletions 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.2.1](https://github.com/AliMD/One/compare/v0.2.0...v0.2.1) (2022-03-05)


### Bug Fixes

* **logger:** vatrRegisteredList name ([ff59133](https://github.com/AliMD/One/commit/ff5913321c4eafa1ce53fdacebf8fb4f23bfe430))
* **signal:** signal value type issue ([292a4a7](https://github.com/AliMD/One/commit/292a4a7d12a2fd143761e67cd1ecd2e5e40f2ee9))


### Features

* **issue-template:** bug report and feqture request form template ([77159a7](https://github.com/AliMD/One/commit/77159a7076369781cfcf7167e58843e0fb25fa18))





# [0.2.0](https://github.com/AliMD/One/compare/v0.1.2...v0.2.0) (2022-03-05)


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.2.1](https://github.com/AliMD/One/compare/v0.2.0...v0.2.1) (2022-03-05)

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





# [0.2.0](https://github.com/AliMD/One/compare/v0.1.2...v0.2.0) (2022-03-05)


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.2.0",
"version": "0.2.1",
"description": "@vatr packages demo",
"main": "index.js",
"author": "@vatr community",
Expand All @@ -25,7 +25,7 @@
"MohammadMahdi Zamanian <[email protected]>"
],
"dependencies": {
"@vatr/logger": "^0.2.0",
"@vatr/logger": "^0.2.1",
"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.2.0",
"version": "0.2.1",
"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.2.1](https://github.com/AliMD/vatr/compare/v0.2.0...v0.2.1) (2022-03-05)

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





# [0.2.0](https://github.com/AliMD/vatr/compare/v0.1.2...v0.2.0) (2022-03-05)


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.2.0",
"version": "0.2.1",
"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.2.0",
"@vatr/logger": "^0.2.1",
"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.2.1](https://github.com/AliMD/vatr/compare/v0.2.0...v0.2.1) (2022-03-05)


### Bug Fixes

* **logger:** vatrRegisteredList name ([ff59133](https://github.com/AliMD/vatr/commit/ff5913321c4eafa1ce53fdacebf8fb4f23bfe430))





# [0.2.0](https://github.com/AliMD/vatr/compare/v0.1.2...v0.2.0) (2022-03-05)

**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.2.0",
"version": "0.2.1",
"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.2.1](https://github.com/AliMD/vatr/compare/v0.2.0...v0.2.1) (2022-03-05)

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





# [0.2.0](https://github.com/AliMD/vatr/compare/v0.1.2...v0.2.0) (2022-03-05)


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.2.0",
"version": "0.2.1",
"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.2.0",
"@vatr/signal": "^0.2.0",
"@vatr/logger": "^0.2.1",
"@vatr/signal": "^0.2.1",
"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.2.1](https://github.com/AliMD/vatr/compare/v0.2.0...v0.2.1) (2022-03-05)


### Bug Fixes

* **signal:** signal value type issue ([292a4a7](https://github.com/AliMD/vatr/commit/292a4a7d12a2fd143761e67cd1ecd2e5e40f2ee9))





# [0.2.0](https://github.com/AliMD/vatr/compare/v0.1.2...v0.2.0) (2022-03-05)


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.2.0",
"version": "0.2.1",
"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.2.0",
"@vatr/logger": "^0.2.1",
"tslib": "^2.3.1"
}
}

0 comments on commit d2c7241

Please sign in to comment.