Skip to content

Commit

Permalink
release 1.0.0-alpha.2 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Mar 19, 2024
1 parent dbd1beb commit 9d92ff2
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ For a detailed view of what's changed, refer to the {url-repo}/commits[commit hi



== 1.0.0-alpha.2 (2024-03-19)

_No changes since previous release._

== 1.0.0-alpha.1 (2024-03-19)

_Initial prerelease of the software._
47 changes: 35 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "antora-xref-extension",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/antora-xref-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@springio/antora-xref-extension",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "An Antora extension to improve xref support.",
"license": "Apache-2.0",
"author": "Spring (https://spring.io)",
Expand Down
2 changes: 1 addition & 1 deletion packages/antora-xref-test-harness/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@springio/antora-xref-test-harness",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"exports": {
".": "./lib/index.js",
"./config": "./lib/config.js",
Expand Down

0 comments on commit 9d92ff2

Please sign in to comment.