File tree 10 files changed +46
-7
lines changed
10 files changed +46
-7
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
+ # [ 5.7.0] ( https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0 ) (2024-02-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** cli:** correctly build and sign Android apps using Flavors ([ #7211 ] ( https://github.com/ionic-team/capacitor/issues/7211 ) ) ([ af97904] ( https://github.com/ionic-team/capacitor/commit/af97904d05d5a735a341110816b1845bdd90de0a ) )
11
+ - ** http:** better handling of active requests and shutting down gracefully ([ a56e845] ( https://github.com/ionic-team/capacitor/commit/a56e84546d1a05ef5f2c346b6110372abf19637e ) )
12
+
13
+ ### Features
14
+
15
+ - ** webview:** add setServerAssetPath method ([ 4e8449c] ( https://github.com/ionic-team/capacitor/commit/4e8449c1b570ceb65a4ec2967a7db5dbda9a5688 ) )
16
+
6
17
# [ 5.6.0] ( https://github.com/ionic-team/capacitor/compare/5.5.1...5.6.0 ) (2023-12-14)
7
18
8
19
### Bug Fixes
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
+ # [ 5.7.0] ( https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0 ) (2024-02-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** http:** better handling of active requests and shutting down gracefully ([ a56e845] ( https://github.com/ionic-team/capacitor/commit/a56e84546d1a05ef5f2c346b6110372abf19637e ) )
11
+
12
+ ### Features
13
+
14
+ - ** webview:** add setServerAssetPath method ([ 4e8449c] ( https://github.com/ionic-team/capacitor/commit/4e8449c1b570ceb65a4ec2967a7db5dbda9a5688 ) )
15
+
6
16
# [ 5.6.0] ( https://github.com/ionic-team/capacitor/compare/5.5.1...5.6.0 ) (2023-12-14)
7
17
8
18
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @capacitor/android" ,
3
- "version" : " 5.6 .0" ,
3
+ "version" : " 5.7 .0" ,
4
4
"description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
5
5
"homepage" : " https://capacitorjs.com" ,
6
6
"author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
23
23
"verify" : " ./gradlew clean lint build test -b capacitor/build.gradle"
24
24
},
25
25
"peerDependencies" : {
26
- "@capacitor/core" : " ^5.6 .0"
26
+ "@capacitor/core" : " ^5.7 .0"
27
27
},
28
28
"publishConfig" : {
29
29
"access" : " public"
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
+ # [ 5.7.0] ( https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0 ) (2024-02-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** cli:** correctly build and sign Android apps using Flavors ([ #7211 ] ( https://github.com/ionic-team/capacitor/issues/7211 ) ) ([ af97904] ( https://github.com/ionic-team/capacitor/commit/af97904d05d5a735a341110816b1845bdd90de0a ) )
11
+
6
12
# [ 5.6.0] ( https://github.com/ionic-team/capacitor/compare/5.5.1...5.6.0 ) (2023-12-14)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @capacitor/cli" ,
3
- "version" : " 5.6 .0" ,
3
+ "version" : " 5.7 .0" ,
4
4
"description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
5
5
"homepage" : " https://capacitorjs.com" ,
6
6
"author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
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
+ # [ 5.7.0] ( https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0 ) (2024-02-07)
7
+
8
+ ### Features
9
+
10
+ - ** webview:** add setServerAssetPath method ([ 4e8449c] ( https://github.com/ionic-team/capacitor/commit/4e8449c1b570ceb65a4ec2967a7db5dbda9a5688 ) )
11
+
6
12
# [ 5.6.0] ( https://github.com/ionic-team/capacitor/compare/5.5.1...5.6.0 ) (2023-12-14)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @capacitor/core" ,
3
- "version" : " 5.6 .0" ,
3
+ "version" : " 5.7 .0" ,
4
4
"description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
5
5
"homepage" : " https://capacitorjs.com" ,
6
6
"author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
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
+ # [ 5.7.0] ( https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0 ) (2024-02-07)
7
+
8
+ ### Features
9
+
10
+ - ** webview:** add setServerAssetPath method ([ 4e8449c] ( https://github.com/ionic-team/capacitor/commit/4e8449c1b570ceb65a4ec2967a7db5dbda9a5688 ) )
11
+
6
12
# [ 5.6.0] ( https://github.com/ionic-team/capacitor/compare/5.5.1...5.6.0 ) (2023-12-14)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @capacitor/ios" ,
3
- "version" : " 5.6 .0" ,
3
+ "version" : " 5.7 .0" ,
4
4
"description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
5
5
"homepage" : " https://capacitorjs.com" ,
6
6
"author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
25
25
"xc:build:CapacitorCordova" : " cd CapacitorCordova && xcodebuild && cd .."
26
26
},
27
27
"peerDependencies" : {
28
- "@capacitor/core" : " ^5.6 .0"
28
+ "@capacitor/core" : " ^5.7 .0"
29
29
},
30
30
"publishConfig" : {
31
31
"access" : " public"
Original file line number Diff line number Diff line change 11
11
"tagVersionPrefix" : " "
12
12
}
13
13
},
14
- "version" : " 5.6 .0" ,
14
+ "version" : " 5.7 .0" ,
15
15
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
16
16
}
You can’t perform that action at this time.
0 commit comments