Skip to content

Commit aa0fbdc

Browse files
author
KHOUBZA Younes
committed
v1.2.0
1 parent 02480fa commit aa0fbdc

14 files changed

+73
-12
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)
7+
8+
### Bug Fixes
9+
10+
* add "type":"module" to package.json ([d44ada1](https://github.com/php-flasher/flasher-js/commit/d44ada1b9ec8e8e6f6c9f300a3f622c5664238bb))
11+
12+
### Features
13+
14+
* add data-turbo-cache="false" to prevent snapshot ([607c82c](https://github.com/php-flasher/flasher-js/commit/607c82cdfdabef7abf35522981e551cf84298d4e))
15+
* build assets ([4a71e6d](https://github.com/php-flasher/flasher-js/commit/4a71e6d69b5dac4604055bbe629d25ab5064db2f))
16+
* build assets ([75d9e9d](https://github.com/php-flasher/flasher-js/commit/75d9e9d50652e937531d4e72163ddf2aca0cb479))
17+
* upgrade dependencies ([c809d9a](https://github.com/php-flasher/flasher-js/commit/c809d9aa586ccf972333164350f899c08ee9f762))
18+
* upgrade sweetalert ([a3e09da](https://github.com/php-flasher/flasher-js/commit/a3e09daaa1d3b0012e3f6cb9f6e32af2709f378b))
19+
620
## [1.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
721

822
### Bug Fixes

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

packages/flasher/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.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)
7+
8+
### Features
9+
10+
* add data-turbo-cache="false" to prevent snapshot ([607c82c](https://github.com/php-flasher/flasher-js/commit/607c82cdfdabef7abf35522981e551cf84298d4e))
11+
* build assets ([75d9e9d](https://github.com/php-flasher/flasher-js/commit/75d9e9d50652e937531d4e72163ddf2aca0cb479))
12+
* upgrade dependencies ([c809d9a](https://github.com/php-flasher/flasher-js/commit/c809d9aa586ccf972333164350f899c08ee9f762))
13+
614
## [1.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
715

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

packages/noty/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)
7+
8+
### Features
9+
10+
* add data-turbo-cache="false" to prevent snapshot ([607c82c](https://github.com/php-flasher/flasher-js/commit/607c82cdfdabef7abf35522981e551cf84298d4e))
11+
* build assets ([75d9e9d](https://github.com/php-flasher/flasher-js/commit/75d9e9d50652e937531d4e72163ddf2aca0cb479))
12+
613
## [1.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
714

815
**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.1",
3+
"version": "1.2.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.1.1",
39+
"@flasher/flasher": "^1.2.0",
4040
"noty": "^3.2.0-beta-deprecated"
4141
}
4242
}

packages/notyf/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)
7+
8+
### Features
9+
10+
* add data-turbo-cache="false" to prevent snapshot ([607c82c](https://github.com/php-flasher/flasher-js/commit/607c82cdfdabef7abf35522981e551cf84298d4e))
11+
* build assets ([75d9e9d](https://github.com/php-flasher/flasher-js/commit/75d9e9d50652e937531d4e72163ddf2aca0cb479))
12+
613
## [1.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
714

815
**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.1",
3+
"version": "1.2.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.1.1",
39+
"@flasher/flasher": "^1.2.0",
4040
"notyf": "^3.10.0"
4141
}
4242
}

packages/pnotify/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)
7+
8+
### Features
9+
10+
* add data-turbo-cache="false" to prevent snapshot ([607c82c](https://github.com/php-flasher/flasher-js/commit/607c82cdfdabef7abf35522981e551cf84298d4e))
11+
* build assets ([75d9e9d](https://github.com/php-flasher/flasher-js/commit/75d9e9d50652e937531d4e72163ddf2aca0cb479))
12+
613
## [1.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
714

815
**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.1",
3+
"version": "1.2.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.1.1",
39+
"@flasher/flasher": "^1.2.0",
4040
"@pnotify/core": "^5.2.0"
4141
}
4242
}

packages/sweetalert/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)
7+
8+
### Features
9+
10+
* add data-turbo-cache="false" to prevent snapshot ([607c82c](https://github.com/php-flasher/flasher-js/commit/607c82cdfdabef7abf35522981e551cf84298d4e))
11+
* build assets ([4a71e6d](https://github.com/php-flasher/flasher-js/commit/4a71e6d69b5dac4604055bbe629d25ab5064db2f))
12+
* build assets ([75d9e9d](https://github.com/php-flasher/flasher-js/commit/75d9e9d50652e937531d4e72163ddf2aca0cb479))
13+
* upgrade dependencies ([c809d9a](https://github.com/php-flasher/flasher-js/commit/c809d9aa586ccf972333164350f899c08ee9f762))
14+
* upgrade sweetalert ([a3e09da](https://github.com/php-flasher/flasher-js/commit/a3e09daaa1d3b0012e3f6cb9f6e32af2709f378b))
15+
616
## [1.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
717

818
**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.1",
3+
"version": "1.2.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.1.1",
39+
"@flasher/flasher": "^1.2.0",
4040
"sweetalert2": "^11.6.10"
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.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)
7+
8+
### Features
9+
10+
* add data-turbo-cache="false" to prevent snapshot ([607c82c](https://github.com/php-flasher/flasher-js/commit/607c82cdfdabef7abf35522981e551cf84298d4e))
11+
* build assets ([75d9e9d](https://github.com/php-flasher/flasher-js/commit/75d9e9d50652e937531d4e72163ddf2aca0cb479))
12+
* upgrade dependencies ([c809d9a](https://github.com/php-flasher/flasher-js/commit/c809d9aa586ccf972333164350f899c08ee9f762))
13+
614
## [1.1.1](https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1) (2022-07-02)
715

816
**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.1",
3+
"version": "1.2.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.1.1",
39+
"@flasher/flasher": "^1.2.0",
4040
"toastr": "^2.1.4"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)