Skip to content

Commit

Permalink
release 1.0.0-alpha.1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Mar 19, 2024
1 parent e85de9a commit 7f3bf66
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
This is a summary of all notable changes to the Antora Zip Contents Collector Extension by release.
For a detailed view of what's changed, refer to the {url-repo}/commits[commit history] of this project.

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

_Initial prerelease of the software._
14 changes: 7 additions & 7 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-zip-contents-collector-extension",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"workspaces": [
"packages/*"
],
Expand Down
20 changes: 10 additions & 10 deletions packages/antora-zip-contents-collector-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@springio/antora-zip-contents-collector-extension",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "An Antora extension that runs a collects the content from local or remote zip files.",
"license": "Apache-2.0",
"author": "Spring (https://spring.io)",
Expand All @@ -9,14 +9,15 @@
],
"homepage": "https://antora.org",
"repository": {
"url": "https://github.com/spring-io/antora-zip-contents-collector-extension"},
"url": "https://github.com/spring-io/antora-zip-contents-collector-extension"
},
"bugs": {
"url": "https://github.com/spring-io/antora-zip-contents-collector-extension/issues"
},
"scripts": {
"postpublish": "downdoc --postpublish",
"prepublishOnly": "downdoc --prepublish"
},
},
"main": "lib/index.js",
"exports": {
".": "./lib/index.js"
Expand All @@ -28,11 +29,11 @@
"node": ">=20.0.0"
},
"dependencies": {
"@antora/expand-path-helper": "~2.0",
"cache-directory": "~2.0",
"glob-stream": "~7.0",
"isomorphic-git": "~1.21",
"js-yaml": "~4.1"
"@antora/expand-path-helper": "~2.0",
"cache-directory": "~2.0",
"glob-stream": "~7.0",
"isomorphic-git": "~1.21",
"js-yaml": "~4.1"
},
"devDependencies": {
"@antora/content-aggregator": "~3.1"
Expand All @@ -44,5 +45,4 @@
"asciidoctor",
"documentation"
]
}

}
23 changes: 11 additions & 12 deletions packages/antora-zip-contents-collector-test-harness/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"private": true,
"name": "@springio/antora-zip-contents-collector-test-harness",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"exports": {
".": "./lib/index.js",
"./config": "./lib/config.js",
"./mocha-ci-reporter": "./lib/mocha-ci-reporter.js"
".": "./lib/index.js",
"./config": "./lib/config.js",
"./mocha-ci-reporter": "./lib/mocha-ci-reporter.js"
},
"engines": {
"node": ">=20.0.0"
"node": ">=20.0.0"
},
"devDependencies": {
"chai": "~4.3",
"chai-fs": "~2.0",
"dirty-chai": "~2.0",
"node-git-server": "~1.0",
"@antora/logger": "~3.1"
"chai": "~4.3",
"chai-fs": "~2.0",
"dirty-chai": "~2.0",
"node-git-server": "~1.0",
"@antora/logger": "~3.1"
}
}

}

0 comments on commit 7f3bf66

Please sign in to comment.