We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2493b commit 5a9fc15Copy full SHA for 5a9fc15
packages/myst-cli/src/spec-version.ts
@@ -1 +1 @@
1
-export const SPEC_VERSION = 2;
+export const SPEC_VERSION = 3;
packages/myst-migrate/src/v3_outputs.ts
@@ -2,7 +2,7 @@ import { selectAll } from 'unist-util-select';
2
import type { IFile } from './types.js';
3
4
export const VERSION = 3;
5
-export const DATE = new Date(Date.parse('2025-04-09'));
+export const DATE = new Date(Date.parse('2025-07-30'));
6
7
export const DESCRIPTION = `
8
\`Output\` nodes previously could not represent AST trees for each output.
0 commit comments