Skip to content

Commit 504aa15

Browse files
author
KHOUBZA Younes
committed
v1.0.3
1 parent 31b1d89 commit 504aa15

File tree

10 files changed

+45
-5
lines changed

10 files changed

+45
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.3](https://github.com/php-flasher/flasher-js/compare/v1.0.2...v1.0.3) (2022-05-09)
7+
8+
**Note:** Version bump only for package @flasher/flasher-js

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"useWorkspaces": true,
77
"npmClient": "pnpm"
88
}

packages/notyf/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.3](https://github.com/php-flasher/flasher-js/compare/v1.0.2...v1.0.3) (2022-05-09)
7+
8+
**Note:** Version bump only for package @flasher/flasher-notyf

packages/notyf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-notyf",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",

packages/pnotify/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.3](https://github.com/php-flasher/flasher-js/compare/v1.0.2...v1.0.3) (2022-05-09)
7+
8+
**Note:** Version bump only for package @flasher/flasher-pnotify

packages/pnotify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-pnotify",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",

packages/sweetalert/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.3](https://github.com/php-flasher/flasher-js/compare/v1.0.2...v1.0.3) (2022-05-09)
7+
8+
**Note:** Version bump only for package @flasher/flasher-sweetalert

packages/sweetalert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-sweetalert",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",

packages/toastr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.3](https://github.com/php-flasher/flasher-js/compare/v1.0.2...v1.0.3) (2022-05-09)
7+
8+
**Note:** Version bump only for package @flasher/flasher-toastr

packages/toastr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-toastr",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",

0 commit comments

Comments
 (0)