Skip to content

Commit 329cd53

Browse files
author
KHOUBZA Younes
committed
v1.1.1
1 parent b55b329 commit 329cd53

14 files changed

+44
-12
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
7+
8+
### Bug Fixes
9+
10+
* css mode directive applied multiple times ([c7a60a8](https://github.com/php-flasher/flasher-js/commit/c7a60a893347098dccf3e7fe09e3efd4f08ee9cd))
11+
612
# [1.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
713

814
### Features

lerna.json

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

packages/flasher/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
7+
8+
### Bug Fixes
9+
10+
* css mode directive applied multiple times ([c7a60a8](https://github.com/php-flasher/flasher-js/commit/c7a60a893347098dccf3e7fe09e3efd4f08ee9cd))
11+
612
# [1.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
713

814
### Features

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.1.0",
3+
"version": "1.1.1",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",

packages/noty/CHANGELOG.md

+4
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.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
7+
8+
**Note:** Version bump only for package @flasher/flasher-noty
9+
610
# [1.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
711

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

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.1.0",
3+
"version": "1.1.1",
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.1.0",
39+
"@flasher/flasher": "^1.1.1",
4040
"noty": "^3.2.0-beta-deprecated"
4141
}
4242
}

packages/notyf/CHANGELOG.md

+4
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.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
7+
8+
**Note:** Version bump only for package @flasher/flasher-notyf
9+
610
# [1.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
711

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

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.1.0",
3+
"version": "1.1.1",
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.1.0",
39+
"@flasher/flasher": "^1.1.1",
4040
"notyf": "^3.10.0"
4141
}
4242
}

packages/pnotify/CHANGELOG.md

+4
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.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
7+
8+
**Note:** Version bump only for package @flasher/flasher-pnotify
9+
610
# [1.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
711

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

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.1.0",
3+
"version": "1.1.1",
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.1.0",
39+
"@flasher/flasher": "^1.1.1",
4040
"@pnotify/core": "^5.2.0"
4141
}
4242
}

packages/sweetalert/CHANGELOG.md

+4
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.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
7+
8+
**Note:** Version bump only for package @flasher/flasher-sweetalert
9+
610
# [1.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
711

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

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.1.0",
3+
"version": "1.1.1",
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.1.0",
39+
"@flasher/flasher": "^1.1.1",
4040
"sweetalert2": "^11.4.19"
4141
}
4242
}

packages/toastr/CHANGELOG.md

+4
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.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
7+
8+
**Note:** Version bump only for package @flasher/flasher-toastr
9+
610
# [1.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
711

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

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.1.0",
3+
"version": "1.1.1",
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.1.0",
39+
"@flasher/flasher": "^1.1.1",
4040
"toastr": "^2.1.4"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)