- Update the version in
lerna.jsonandlib/package.json - Update the
CHANGELOG.mdfile with the new version and date. - Install dependencies from
lib/to ensure thepackage-lock.jsonis updated with the latest version. - Run
npm publishto publish the new version of@ionic/core(this will build and publish the package). - Commit the changes.
- Update the version in
angular/package.json - Update the
dependenciesofangular/package.jsonto reference the new version of@ionic/core. - Install the new version of
@ionic/coreby runningnpm installin theangulardirectory. - Build
@ionic/angularby runningnpm run buildin theangulardirectory. - Set the current working directory to
angular/dist. - Run
npm publishto publish the new version of@ionic/angular. - Commit the changes.