mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
- updates components to use shadow DOM or scoped if they require css variables - moves global styles to an external stylesheet that needs to be imported - adds support for additional colors and removes the Sass loops to generate colors for each component - several property renames, bug fixes, and test updates Co-authored-by: Manu Mtz.-Almeida <manu.mtza@gmail.com> Co-authored-by: Adam Bradley <adambradley25@gmail.com> Co-authored-by: Cam Wiegert <cam@camwiegert.com>
Build Scripts
Release
The deploy scripts at the root, make a new release of all the packages in this monorepo. All packages will be released with the same version.
In order to make a new release:
npm run release.prepare- Review/update changelog
- Commit updates using the package name and version number as the commit message.
npm run release- 🎉
Prerelease
It's also possible to make prereleases of individual packages (@ionic/core, @ionic/angular). In order to do so, move to the package you want to make a new release and execute:
npm run prerelease
It will publish a new prerelease in NPM, but it will not create any new git tag or update the CHANGELOG.