File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
create-capacitor-svelte-app Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-capacitor-svelte-app" ,
3
- "version" : " 0.0.23 " ,
3
+ "version" : " 0.0.24 " ,
4
4
"description" : " Use this CLI app to setup a new Capacitor application in a new SvelteKit project." ,
5
5
"keywords" : [
6
6
" capacitor" ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export async function createIonicSvelte(opts) {
112
112
113
113
114
114
packages = [ ] ;
115
- if ( opts ?. ionic ) packages = [ '@ionic/core@7 .2.1 ' , 'ionic-svelte' ] ;
115
+ if ( opts ?. ionic ) packages = [ '@ionic/core@8 .2.2 ' , 'ionic-svelte' ] ;
116
116
if ( opts ?. capacitor ) packages . push ( '@capacitor/core' ) ;
117
117
// packages = [];
118
118
if ( opts ?. ionicons ) packages . push ( 'ionicons' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-ionic-svelte-app" ,
3
- "version" : " 0.0.36 " ,
3
+ "version" : " 0.0.37 " ,
4
4
"description" : " Use this CLI app to setup a new Ionic application in a new SvelteKit project." ,
5
5
"keywords" : [
6
6
" ionic" ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export async function createIonicSvelte(opts) {
111
111
}
112
112
113
113
114
- packages = [ '@ionic/core@7 .2.1 ' , 'ionic-svelte' ] ;
114
+ packages = [ '@ionic/core@8 .2.2 ' , 'ionic-svelte' ] ;
115
115
if ( opts ?. capacitor ) packages . push ( '@capacitor/core' ) ;
116
116
// packages = [];
117
117
if ( opts ?. ionicons ) packages . push ( 'ionicons' ) ;
You can’t perform that action at this time.
0 commit comments