Skip to content
Snippets Groups Projects
Commit ac0d63c6 authored by Dan Allen's avatar Dan Allen
Browse files

v2.3.0-rc.3

parent 96746769
Branches
Tags v2.3.0-rc.3
No related merge requests found
Showing
with 34 additions and 34 deletions
name: antora name: antora
version: '2.3' version: '2.3'
prerelease: '-rc.2' prerelease: '-rc.3'
title: Antora title: Antora
nav: nav:
- modules/ROOT/nav.adoc - modules/ROOT/nav.adoc
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"lerna": "3.20.2", "lerna": "3.20.2",
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"command": { "command": {
"publish": { "publish": {
"allowBranch": "master", "allowBranch": "master",
......
{ {
"name": "@antora/asciidoc-loader", "name": "@antora/asciidoc-loader",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Loads AsciiDoc content into an Asciidoctor Document object (AST) for use in an Antora documentation pipeline.", "description": "Loads AsciiDoc content into an Asciidoctor Document object (AST) for use in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
......
{ {
"name": "@antora/cli", "name": "@antora/cli",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "The command line interface for Antora.", "description": "The command line interface for Antora.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
"antora": "bin/antora" "antora": "bin/antora"
}, },
"dependencies": { "dependencies": {
"@antora/playbook-builder": "2.3.0-rc.2", "@antora/playbook-builder": "2.3.0-rc.3",
"commander": "~5.0" "commander": "~5.0"
}, },
"devDependencies": { "devDependencies": {
"@antora/site-publisher": "2.3.0-rc.2", "@antora/site-publisher": "2.3.0-rc.3",
"convict": "~5.2", "convict": "~5.2",
"fs-extra": "~8.1", "fs-extra": "~8.1",
"kapok-js": "~0.10" "kapok-js": "~0.10"
......
{ {
"name": "@antora/content-aggregator", "name": "@antora/content-aggregator",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Fetches and aggregates content from distributed sources for use in an Antora documentation pipeline.", "description": "Fetches and aggregates content from distributed sources for use in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
......
{ {
"name": "@antora/content-classifier", "name": "@antora/content-classifier",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.", "description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
...@@ -16,11 +16,11 @@ ...@@ -16,11 +16,11 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@antora/asciidoc-loader": "2.3.0-rc.2", "@antora/asciidoc-loader": "2.3.0-rc.3",
"vinyl": "~2.2" "vinyl": "~2.2"
}, },
"devDependencies": { "devDependencies": {
"@antora/content-aggregator": "2.3.0-rc.2" "@antora/content-aggregator": "2.3.0-rc.3"
}, },
"engines": { "engines": {
"node": ">=8.11.0" "node": ">=8.11.0"
......
{ {
"name": "@antora/document-converter", "name": "@antora/document-converter",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.", "description": "Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@antora/asciidoc-loader": "2.3.0-rc.2" "@antora/asciidoc-loader": "2.3.0-rc.3"
}, },
"engines": { "engines": {
"node": ">=8.11.0" "node": ">=8.11.0"
......
{ {
"name": "@antora/navigation-builder", "name": "@antora/navigation-builder",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Builds a navigation catalog from navigation files for adding site navigation to pages in an Antora documentation pipeline.", "description": "Builds a navigation catalog from navigation files for adding site navigation to pages in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@antora/asciidoc-loader": "2.3.0-rc.2" "@antora/asciidoc-loader": "2.3.0-rc.3"
}, },
"engines": { "engines": {
"node": ">=8.11.0" "node": ">=8.11.0"
......
{ {
"name": "@antora/page-composer", "name": "@antora/page-composer",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Wraps the embeddable HTML contents of each page file from the content catalog in a page layout to yield standalone pages in an Antora documentation pipeline.", "description": "Wraps the embeddable HTML contents of each page file from the content catalog in a page layout to yield standalone pages in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
......
{ {
"name": "@antora/playbook-builder", "name": "@antora/playbook-builder",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.", "description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
......
{ {
"name": "@antora/redirect-producer", "name": "@antora/redirect-producer",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Produces redirects (HTTP redirections) for pages in an Antora site.", "description": "Produces redirects (HTTP redirections) for pages in an Antora site.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@antora/asciidoc-loader": "2.3.0-rc.2", "@antora/asciidoc-loader": "2.3.0-rc.3",
"vinyl": "~2.2" "vinyl": "~2.2"
}, },
"engines": { "engines": {
......
{ {
"name": "@antora/site-generator-default", "name": "@antora/site-generator-default",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "The default site generator pipeline for producing and publishing static documentation sites with Antora.", "description": "The default site generator pipeline for producing and publishing static documentation sites with Antora.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
...@@ -15,17 +15,17 @@ ...@@ -15,17 +15,17 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@antora/asciidoc-loader": "2.3.0-rc.2", "@antora/asciidoc-loader": "2.3.0-rc.3",
"@antora/content-aggregator": "2.3.0-rc.2", "@antora/content-aggregator": "2.3.0-rc.3",
"@antora/content-classifier": "2.3.0-rc.2", "@antora/content-classifier": "2.3.0-rc.3",
"@antora/document-converter": "2.3.0-rc.2", "@antora/document-converter": "2.3.0-rc.3",
"@antora/navigation-builder": "2.3.0-rc.2", "@antora/navigation-builder": "2.3.0-rc.3",
"@antora/page-composer": "2.3.0-rc.2", "@antora/page-composer": "2.3.0-rc.3",
"@antora/playbook-builder": "2.3.0-rc.2", "@antora/playbook-builder": "2.3.0-rc.3",
"@antora/redirect-producer": "2.3.0-rc.2", "@antora/redirect-producer": "2.3.0-rc.3",
"@antora/site-mapper": "2.3.0-rc.2", "@antora/site-mapper": "2.3.0-rc.3",
"@antora/site-publisher": "2.3.0-rc.2", "@antora/site-publisher": "2.3.0-rc.3",
"@antora/ui-loader": "2.3.0-rc.2" "@antora/ui-loader": "2.3.0-rc.3"
}, },
"devDependencies": { "devDependencies": {
"fs-extra": "~8.1" "fs-extra": "~8.1"
......
{ {
"name": "@antora/site-mapper", "name": "@antora/site-mapper",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Generates sitemap files that list all publishable pages in an Antora documentation pipeline.", "description": "Generates sitemap files that list all publishable pages in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@antora/content-classifier": "2.3.0-rc.2", "@antora/content-classifier": "2.3.0-rc.3",
"vinyl": "~2.2" "vinyl": "~2.2"
}, },
"devDependencies": { "devDependencies": {
......
{ {
"name": "@antora/site-publisher", "name": "@antora/site-publisher",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Publishes the files generated in an Antora documentation pipeline to the destination(s) specified in the playbook.", "description": "Publishes the files generated in an Antora documentation pipeline to the destination(s) specified in the playbook.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
......
{ {
"name": "@antora/ui-loader", "name": "@antora/ui-loader",
"version": "2.3.0-rc.2", "version": "2.3.0-rc.3",
"description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.", "description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.",
"license": "MPL-2.0", "license": "MPL-2.0",
"author": "OpenDevise Inc. (https://opendevise.com)", "author": "OpenDevise Inc. (https://opendevise.com)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment