Skip to content

Commit 7ef5892

Browse files
author
KHOUBZA Younes
committed
v1.2.4
1 parent 41faf09 commit 7ef5892

15 files changed

+92
-17
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add --conventional-graduate to lerna version command ([37c705a](https://github.com/php-flasher/flasher-js/commit/37c705ab52d50291e05d397b6e61b8cad2126311))
12+
* add --force-publish to lerna version command ([41faf09](https://github.com/php-flasher/flasher-js/commit/41faf0918287c1d80ba1f7707c60a575ae7f9382))
13+
* bump dependencies ([7fe8922](https://github.com/php-flasher/flasher-js/commit/7fe8922a25f89e5e967b73bda1fdf62d09d121a9))
14+
* flasher icon width and height when text message too long ([fba75e4](https://github.com/php-flasher/flasher-js/commit/fba75e4d5b9ce861abe6b3c2759f744460619496))
15+
* use em instead of rem ([d71c14d](https://github.com/php-flasher/flasher-js/commit/d71c14d9ee394a5e79ce7e14ff53d6f14dd7129e))
16+
17+
18+
### Features
19+
20+
* use lerna instead of lerna-lite ([84e30f0](https://github.com/php-flasher/flasher-js/commit/84e30f0b487c77f9c1e21673032c9b1b17d29b85))
21+
22+
23+
24+
25+
626
## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)
727

828
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"workspaces": [
66
"packages/*"
77
],

packages/flasher/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* flasher icon width and height when text message too long ([fba75e4](https://github.com/php-flasher/flasher-js/commit/fba75e4d5b9ce861abe6b3c2759f744460619496))
12+
* use em instead of rem ([d71c14d](https://github.com/php-flasher/flasher-js/commit/d71c14d9ee394a5e79ce7e14ff53d6f14dd7129e))
13+
14+
15+
16+
17+
618
## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)
719

820
### Bug Fixes

packages/flasher/package.json

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

packages/noty/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
7+
8+
**Note:** Version bump only for package @flasher/flasher-noty
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)
715

816
### Bug Fixes

packages/noty/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-noty",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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.2.3",
39+
"@flasher/flasher": "^1.2.4",
4040
"noty": "^3.2.0-beta-deprecated"
4141
}
4242
}

packages/notyf/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
7+
8+
**Note:** Version bump only for package @flasher/flasher-notyf
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)
715

816
### Bug Fixes

packages/notyf/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-notyf",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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.2.3",
39+
"@flasher/flasher": "^1.2.4",
4040
"notyf": "^3.10.0"
4141
}
4242
}

packages/pnotify/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
7+
8+
**Note:** Version bump only for package @flasher/flasher-pnotify
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)
715

816
### Bug Fixes

packages/pnotify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-pnotify",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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.2.3",
39+
"@flasher/flasher": "^1.2.4",
4040
"@pnotify/core": "^5.2.0"
4141
}
4242
}

packages/sweetalert/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* bump dependencies ([7fe8922](https://github.com/php-flasher/flasher-js/commit/7fe8922a25f89e5e967b73bda1fdf62d09d121a9))
12+
13+
14+
15+
16+
617
## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)
718

819
### Bug Fixes

packages/sweetalert/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-sweetalert",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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.2.3",
39+
"@flasher/flasher": "^1.2.4",
4040
"sweetalert2": "^11.6.16"
4141
}
4242
}

packages/toastr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
7+
8+
**Note:** Version bump only for package @flasher/flasher-toastr
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)
715

816
### Bug Fixes

packages/toastr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-toastr",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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.2.3",
39+
"@flasher/flasher": "^1.2.4",
4040
"toastr": "^2.1.4"
4141
},
4242
"devDependencies": {

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)