File tree 14 files changed +73
-12
lines changed
14 files changed +73
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
20
## [ 1.1.1] ( https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1 ) (2022-07-02)
7
21
8
22
### Bug Fixes
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 1.1.1 " ,
5
+ "version" : " 1.2.0 " ,
6
6
"useWorkspaces" : true ,
7
7
"npmClient" : " pnpm"
8
8
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.1.1] ( https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1 ) (2022-07-02)
7
15
8
16
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flasher/flasher" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " javascript integration for php flasher" ,
5
5
"keywords" : [
6
6
" PHPFlasher" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
13
## [ 1.1.1] ( https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1 ) (2022-07-02)
7
14
8
15
** Note:** Version bump only for package @flasher/flasher-noty
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flasher/flasher-noty" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " javascript integration for php flasher" ,
5
5
"keywords" : [
6
6
" PHPFlasher" ,
36
36
"url" : " https://github.com/php-flasher/flasher-js.git"
37
37
},
38
38
"dependencies" : {
39
- "@flasher/flasher" : " ^1.1.1 " ,
39
+ "@flasher/flasher" : " ^1.2.0 " ,
40
40
"noty" : " ^3.2.0-beta-deprecated"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
13
## [ 1.1.1] ( https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1 ) (2022-07-02)
7
14
8
15
** Note:** Version bump only for package @flasher/flasher-notyf
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flasher/flasher-notyf" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " javascript integration for php flasher" ,
5
5
"keywords" : [
6
6
" PHPFlasher" ,
36
36
"url" : " https://github.com/php-flasher/flasher-js.git"
37
37
},
38
38
"dependencies" : {
39
- "@flasher/flasher" : " ^1.1.1 " ,
39
+ "@flasher/flasher" : " ^1.2.0 " ,
40
40
"notyf" : " ^3.10.0"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
13
## [ 1.1.1] ( https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1 ) (2022-07-02)
7
14
8
15
** Note:** Version bump only for package @flasher/flasher-pnotify
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flasher/flasher-pnotify" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " javascript integration for php flasher" ,
5
5
"keywords" : [
6
6
" PHPFlasher" ,
36
36
"url" : " https://github.com/php-flasher/flasher-js.git"
37
37
},
38
38
"dependencies" : {
39
- "@flasher/flasher" : " ^1.1.1 " ,
39
+ "@flasher/flasher" : " ^1.2.0 " ,
40
40
"@pnotify/core" : " ^5.2.0"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
16
## [ 1.1.1] ( https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1 ) (2022-07-02)
7
17
8
18
** Note:** Version bump only for package @flasher/flasher-sweetalert
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flasher/flasher-sweetalert" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " javascript integration for php flasher" ,
5
5
"keywords" : [
6
6
" PHPFlasher" ,
36
36
"url" : " https://github.com/php-flasher/flasher-js.git"
37
37
},
38
38
"dependencies" : {
39
- "@flasher/flasher" : " ^1.1.1 " ,
39
+ "@flasher/flasher" : " ^1.2.0 " ,
40
40
"sweetalert2" : " ^11.6.10"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.1.1] ( https://github.com/php-flasher/flasher-js/compare/v1.1.0...v1.1.1 ) (2022-07-02)
7
15
8
16
** Note:** Version bump only for package @flasher/flasher-toastr
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flasher/flasher-toastr" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " javascript integration for php flasher" ,
5
5
"keywords" : [
6
6
" PHPFlasher" ,
36
36
"url" : " https://github.com/php-flasher/flasher-js.git"
37
37
},
38
38
"dependencies" : {
39
- "@flasher/flasher" : " ^1.1.1 " ,
39
+ "@flasher/flasher" : " ^1.2.0 " ,
40
40
"toastr" : " ^2.1.4"
41
41
},
42
42
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments