Skip to content
Merged
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
4 changes: 1 addition & 3 deletions plugins/docusaurus-plugin-ionic-component-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ module.exports = function (context, options) {

let npmTag = 'latest';
if (currentVersion.banner === 'unreleased') {
// TODO create a ticket to re-enable this once v8 is released.
// npmTag = 'next';
npmTag = '7.5.8-dev.11702398696.1ab62ea9';
npmTag = 'next';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fine as-is because once Ionic v8 goes stable this version will no longer have the "unreleased" banner and we'll start using the latest tag.

} else if (currentVersion.path !== undefined) {
npmTag = currentVersion.path.slice(1);
}
Expand Down