Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/ionic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

# 13.1.0

## Features

- add page generator (courtesy of @joshuamorony)
- generate applications with Ionic v6

# 13.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { logger, stripIndents } from '@nrwl/devkit';

export default async function update() {
logger.info(stripIndents`
Ionic 6 has been released and it is recommended that you upgrade your application if you have not already.

https://ionicframework.com/docs/intro/upgrading-to-ionic-6#angular
`);
}
2 changes: 1 addition & 1 deletion packages/ionic-angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const nxVersion = '^13.0.0';
export const nxtendCapacitorVersion = '^13.0.0';
export const ionicAngularVersion = '^5.8.3';
export const ionicAngularVersion = '^6.0.0';