Skip to content

Commit

Permalink
feat(ionic): capacitor ~2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jan 7, 2021
1 parent bbc30c0 commit 6cb0d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ionic-angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const xplatVersion = '*';
export const ionicAngularVersion = '~5.5.2';
export const ionicAngularToolkitVersion = '^3.0.0';
export const ionicNativeVersion = '~5.30.0';
export const capacitorVersion = '~2.4.0';
export const capacitorVersion = '~2.4.5';
export const ngDevKitArchitect = '~0.1100.1';
export const ngDevKitBuild = '~0.1100.1';
export const ngDevKitCore = '~11.0.0';
Expand Down
2 changes: 1 addition & 1 deletion packages/ionic/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const ionicNativeCoreVersion = '^5.30.0';
export const ionicNativeSplashScreenVersion = '^5.30.0';
export const ionicNativeStatusbarVersion = '^5.30.0';

export const capacitorVersion = '~2.0.0';
export const capacitorVersion = '~2.4.5';
export const ionicCore = '~5.5.2';
export const stencilCore = '~2.3.0';
export const stencilSass = '~1.4.1';

0 comments on commit 6cb0d2f

Please sign in to comment.