@redpanda-data/docs-extensions-and-macros 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ function generateIndex (playbook, contentCatalog, { indexLatestOnly = false, exc
77
77
 
78
78
  // capture the component name and version
79
79
  const cname = component.name
80
- const version = page.src.prerelease ? page.src.displayVersion : page.src.version;
80
+ const version = page.src.origin.descriptor.prerelease ? page.src.origin.descriptor.displayVersion : page.src.version;
81
81
 
82
82
  // handle the page keywords
83
83
  const kw = root.querySelector('meta[name=keywords]')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redpanda-data/docs-extensions-and-macros",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Antora extensions and macros developed for Redpanda documentation.",
5
5
  "keywords": [
6
6
  "antora",