We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe4357 commit d2ef0c4Copy full SHA for d2ef0c4
plugins/docusaurus-plugin-ionic-component-api/index.js
@@ -52,9 +52,7 @@ module.exports = function (context, options) {
52
53
let npmTag = 'latest';
54
if (currentVersion.banner === 'unreleased') {
55
- // TODO create a ticket to re-enable this once v8 is released.
56
- // npmTag = 'next';
57
- npmTag = '7.5.8-dev.11702398696.1ab62ea9';
+ npmTag = 'next';
58
} else if (currentVersion.path !== undefined) {
59
npmTag = currentVersion.path.slice(1);
60
}
0 commit comments