Skip to content

Commit 4ea80bb

Browse files
author
KHOUBZA Younes
committed
v1.1.0
1 parent 85e4efa commit 4ea80bb

File tree

14 files changed

+44
-12
lines changed

14 files changed

+44
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
7+
8+
### Features
9+
10+
* add dark mode configuration ([3094efd](https://github.com/php-flasher/flasher-js/commit/3094efd3c1863c9a13054c814ffc1c4896f39eaa))
11+
612
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
713

814
**Note:** Version bump only for package @flasher/flasher-js

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.18",
5+
"version": "1.1.0",
66
"useWorkspaces": true,
77
"npmClient": "pnpm"
88
}

packages/flasher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
7+
8+
### Features
9+
10+
* add dark mode configuration ([3094efd](https://github.com/php-flasher/flasher-js/commit/3094efd3c1863c9a13054c814ffc1c4896f39eaa))
11+
612
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
713

814
**Note:** Version bump only for package @flasher/flasher

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.18",
3+
"version": "1.1.0",
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.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
7+
8+
**Note:** Version bump only for package @flasher/flasher-noty
9+
610
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
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.18",
3+
"version": "1.1.0",
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.18",
39+
"@flasher/flasher": "^1.1.0",
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.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
7+
8+
**Note:** Version bump only for package @flasher/flasher-notyf
9+
610
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
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.18",
3+
"version": "1.1.0",
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.18",
39+
"@flasher/flasher": "^1.1.0",
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.1.0](https://github.com/php-flasher/flasher-js/compare/v1.0.18...v1.1.0) (2022-06-12)
7+
8+
**Note:** Version bump only for package @flasher/flasher-pnotify
9+
610
## [1.0.18](https://github.com/php-flasher/flasher-js/compare/v1.0.17...v1.0.18) (2022-06-07)
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.18",
3+
"version": "1.1.0",
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.18",
39+
"@flasher/flasher": "^1.1.0",
4040
"@pnotify/core": "^5.2.0"
4141
}
4242
}

0 commit comments

Comments
 (0)