Skip to content

Commit d39950e

Browse files
author
KHOUBZA Younes
committed
v1.0.18
1 parent 91e4819 commit d39950e

14 files changed

Lines changed: 40 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
7+
8+
**Note:** Version bump only for package @flasher/flasher-js
9+
610
## [1.0.17](https://github.com/php-flasher/flasher-js/compare/v1.0.16...v1.0.17) (2022-06-04)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.17",
5+
"version": "1.0.18",
66
"useWorkspaces": true,
77
"npmClient": "pnpm"
88
}

packages/flasher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
7+
8+
**Note:** Version bump only for package @flasher/flasher
9+
610
## [1.0.17](https://github.com/php-flasher/flasher-js/compare/v1.0.16...v1.0.17) (2022-06-04)
711

812
### Bug Fixes

packages/flasher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",

packages/noty/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
7+
8+
**Note:** Version bump only for package @flasher/flasher-noty
9+
610
## [1.0.17](https://github.com/php-flasher/flasher-js/compare/v1.0.16...v1.0.17) (2022-06-04)
711

812
**Note:** Version bump only for package @flasher/flasher-noty

packages/noty/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-noty",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.0.17",
39+
"@flasher/flasher": "^1.0.18",
4040
"noty": "^3.2.0-beta-deprecated"
4141
}
4242
}

packages/notyf/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
7+
8+
**Note:** Version bump only for package @flasher/flasher-notyf
9+
610
## [1.0.17](https://github.com/php-flasher/flasher-js/compare/v1.0.16...v1.0.17) (2022-06-04)
711

812
**Note:** Version bump only for package @flasher/flasher-notyf

packages/notyf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-notyf",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.0.17",
39+
"@flasher/flasher": "^1.0.18",
4040
"notyf": "^3.10.0"
4141
}
4242
}

packages/pnotify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
7+
8+
**Note:** Version bump only for package @flasher/flasher-pnotify
9+
610
## [1.0.17](https://github.com/php-flasher/flasher-js/compare/v1.0.16...v1.0.17) (2022-06-04)
711

812
**Note:** Version bump only for package @flasher/flasher-pnotify

packages/pnotify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-pnotify",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.0.17",
39+
"@flasher/flasher": "^1.0.18",
4040
"@pnotify/core": "^5.2.0"
4141
}
4242
}

0 commit comments

Comments
 (0)