File tree Expand file tree Collapse file tree 10 files changed +48
-5
lines changed
Expand file tree Collapse file tree 10 files changed +48
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.2.3] ( https://github.com/ionic-team/capacitor/compare/5.2.2...5.2.3 ) (2023-08-10)
7+
8+ ### Bug Fixes
9+
10+ - ** android:** allow single input file selection from samsumg gallery ([ #6778 ] ( https://github.com/ionic-team/capacitor/issues/6778 ) ) ([ 3d57ecd] ( https://github.com/ionic-team/capacitor/commit/3d57ecdf7631d1581047bd5d9f86ea657ecad845 ) )
11+ - ** android:** avoid R8 optimizations remove plugin classes ([ #6783 ] ( https://github.com/ionic-team/capacitor/issues/6783 ) ) ([ cc85df5] ( https://github.com/ionic-team/capacitor/commit/cc85df5f3a6999883623054573bafc30665e41e7 ) )
12+ - ** cli:** remove package related checks on doctor command ([ #6773 ] ( https://github.com/ionic-team/capacitor/issues/6773 ) ) ([ 4499b6b] ( https://github.com/ionic-team/capacitor/commit/4499b6bb6c52e9bc7fdfdb35ee2519881996eedf ) )
13+ - ** cli:** signing type option issue ([ #6716 ] ( https://github.com/ionic-team/capacitor/issues/6716 ) ) ([ ee0f745] ( https://github.com/ionic-team/capacitor/commit/ee0f7457e458ca4bb4eb74f67552ac2ace76016b ) )
14+ - ** cookies:** hide httpOnly cookies from client ([ 0cc927e] ( https://github.com/ionic-team/capacitor/commit/0cc927ef5f0f7076a6d486d666d78483f1d71c54 ) )
15+ - ** http:** return valid response for relative url xhr requests ([ bde6569] ( https://github.com/ionic-team/capacitor/commit/bde65696218f97a8328041f137457f46e5eb766a ) )
16+
617## [ 5.2.2] ( https://github.com/ionic-team/capacitor/compare/5.2.1...5.2.2 ) (2023-07-19)
718
819### Bug Fixes
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.2.3] ( https://github.com/ionic-team/capacitor/compare/5.2.2...5.2.3 ) (2023-08-10)
7+
8+ ### Bug Fixes
9+
10+ - ** android:** allow single input file selection from samsumg gallery ([ #6778 ] ( https://github.com/ionic-team/capacitor/issues/6778 ) ) ([ 3d57ecd] ( https://github.com/ionic-team/capacitor/commit/3d57ecdf7631d1581047bd5d9f86ea657ecad845 ) )
11+ - ** android:** avoid R8 optimizations remove plugin classes ([ #6783 ] ( https://github.com/ionic-team/capacitor/issues/6783 ) ) ([ cc85df5] ( https://github.com/ionic-team/capacitor/commit/cc85df5f3a6999883623054573bafc30665e41e7 ) )
12+ - ** cookies:** hide httpOnly cookies from client ([ 0cc927e] ( https://github.com/ionic-team/capacitor/commit/0cc927ef5f0f7076a6d486d666d78483f1d71c54 ) )
13+ - ** http:** return valid response for relative url xhr requests ([ bde6569] ( https://github.com/ionic-team/capacitor/commit/bde65696218f97a8328041f137457f46e5eb766a ) )
14+
615## [ 5.2.2] ( https://github.com/ionic-team/capacitor/compare/5.2.1...5.2.2 ) (2023-07-19)
716
817### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/android" ,
3- "version" : " 5.2.2 " ,
3+ "version" : " 5.2.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.2.3] ( https://github.com/ionic-team/capacitor/compare/5.2.2...5.2.3 ) (2023-08-10)
7+
8+ ### Bug Fixes
9+
10+ - ** cli:** remove package related checks on doctor command ([ #6773 ] ( https://github.com/ionic-team/capacitor/issues/6773 ) ) ([ 4499b6b] ( https://github.com/ionic-team/capacitor/commit/4499b6bb6c52e9bc7fdfdb35ee2519881996eedf ) )
11+ - ** cli:** signing type option issue ([ #6716 ] ( https://github.com/ionic-team/capacitor/issues/6716 ) ) ([ ee0f745] ( https://github.com/ionic-team/capacitor/commit/ee0f7457e458ca4bb4eb74f67552ac2ace76016b ) )
12+
613## [ 5.2.2] ( https://github.com/ionic-team/capacitor/compare/5.2.1...5.2.2 ) (2023-07-19)
714
815** Note:** Version bump only for package @capacitor/cli
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/cli" ,
3- "version" : " 5.2.2 " ,
3+ "version" : " 5.2.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.2.3] ( https://github.com/ionic-team/capacitor/compare/5.2.2...5.2.3 ) (2023-08-10)
7+
8+ ### Bug Fixes
9+
10+ - ** cli:** signing type option issue ([ #6716 ] ( https://github.com/ionic-team/capacitor/issues/6716 ) ) ([ ee0f745] ( https://github.com/ionic-team/capacitor/commit/ee0f7457e458ca4bb4eb74f67552ac2ace76016b ) )
11+ - ** cookies:** hide httpOnly cookies from client ([ 0cc927e] ( https://github.com/ionic-team/capacitor/commit/0cc927ef5f0f7076a6d486d666d78483f1d71c54 ) )
12+ - ** http:** return valid response for relative url xhr requests ([ bde6569] ( https://github.com/ionic-team/capacitor/commit/bde65696218f97a8328041f137457f46e5eb766a ) )
13+
614## [ 5.2.2] ( https://github.com/ionic-team/capacitor/compare/5.2.1...5.2.2 ) (2023-07-19)
715
816### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/core" ,
3- "version" : " 5.2.2 " ,
3+ "version" : " 5.2.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.2.3] ( https://github.com/ionic-team/capacitor/compare/5.2.2...5.2.3 ) (2023-08-10)
7+
8+ ### Bug Fixes
9+
10+ - ** cli:** signing type option issue ([ #6716 ] ( https://github.com/ionic-team/capacitor/issues/6716 ) ) ([ ee0f745] ( https://github.com/ionic-team/capacitor/commit/ee0f7457e458ca4bb4eb74f67552ac2ace76016b ) )
11+ - ** cookies:** hide httpOnly cookies from client ([ 0cc927e] ( https://github.com/ionic-team/capacitor/commit/0cc927ef5f0f7076a6d486d666d78483f1d71c54 ) )
12+ - ** http:** return valid response for relative url xhr requests ([ bde6569] ( https://github.com/ionic-team/capacitor/commit/bde65696218f97a8328041f137457f46e5eb766a ) )
13+
614## [ 5.2.2] ( https://github.com/ionic-team/capacitor/compare/5.2.1...5.2.2 ) (2023-07-19)
715
816### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/ios" ,
3- "version" : " 5.2.2 " ,
3+ "version" : " 5.2.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
Original file line number Diff line number Diff line change 1111 "tagVersionPrefix" : " "
1212 }
1313 },
14- "version" : " 5.2.2 " ,
14+ "version" : " 5.2.3 " ,
1515 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
1616}
You can’t perform that action at this time.
0 commit comments