Skip to content

Commit b72d003

Browse files
committed
release 1.0.0-alpha.3 [no ci]
1 parent a653807 commit b72d003

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ For a detailed view of what's changed, refer to the {url-repo}/commits[commit hi
55

66

77

8+
== 1.0.0-alpha.3 (2024-03-19)
9+
10+
_No changes since previous release._
11+
812
== 1.0.0-alpha.2 (2024-03-19)
913

1014
_No changes since previous release._

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "antora-xref-extension",
4-
"version": "1.0.0-alpha.2",
4+
"version": "1.0.0-alpha.3",
55
"workspaces": [
66
"packages/*"
77
],

packages/antora-xref-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@springio/antora-xref-extension",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "An Antora extension to improve xref support.",
55
"license": "Apache-2.0",
66
"author": "Spring (https://spring.io)",

packages/antora-xref-test-harness/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@springio/antora-xref-test-harness",
4-
"version": "1.0.0-alpha.2",
4+
"version": "1.0.0-alpha.3",
55
"exports": {
66
".": "./lib/index.js",
77
"./config": "./lib/config.js",

0 commit comments

Comments
 (0)