Skip to content

Commit eac6c97

Browse files
chore: version packages (alpha) (#345)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30676f2 commit eac6c97

8 files changed

Lines changed: 31 additions & 10 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"changesets": [
1212
"bright-crowds-share",
1313
"calm-crowds-report",
14+
"free-crowd-report-hosts",
1415
"red-tips-heal",
1516
"required-reports-count",
1617
"rights-source-registry",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mrtdown/cli
22

3+
## 2.0.0-alpha.31
4+
5+
### Patch Changes
6+
7+
- @mrtdown/triage@2.0.0-alpha.35
8+
39
## 2.0.0-alpha.30
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/cli",
3-
"version": "2.0.0-alpha.30",
3+
"version": "2.0.0-alpha.31",
44
"description": "Command-line tools for MRTDown data",
55
"private": true,
66
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@mrtdown/core": "2.0.0-alpha.28",
3838
"@mrtdown/fs": "2.0.0-alpha.28",
39-
"@mrtdown/triage": "2.0.0-alpha.34",
39+
"@mrtdown/triage": "2.0.0-alpha.35",
4040
"hast-util-to-html": "^9.0.5"
4141
},
4242
"devDependencies": {

packages/ingest-contracts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mrtdown/ingest-contracts
22

3+
## 2.0.0-alpha.31
4+
5+
### Patch Changes
6+
7+
- 30676f2: Allow crowd-report ingest source URLs from any HTTP(S) host while retaining
8+
host-based rights classification.
9+
310
## 2.0.0-alpha.30
411

512
### Major Changes

packages/ingest-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/ingest-contracts",
3-
"version": "2.0.0-alpha.30",
3+
"version": "2.0.0-alpha.31",
44
"description": "Shared ingest payload schemas for MRTDown evidence ingestion",
55
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
66
"bugs": {

packages/triage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mrtdown/triage
22

3+
## 2.0.0-alpha.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [30676f2]
8+
- @mrtdown/ingest-contracts@2.0.0-alpha.31
9+
310
## 2.0.0-alpha.34
411

512
### Patch Changes

packages/triage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/triage",
3-
"version": "2.0.0-alpha.34",
3+
"version": "2.0.0-alpha.35",
44
"description": "Evidence triage and replay utilities for MRTDown data",
55
"private": true,
66
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@mrtdown/core": "2.0.0-alpha.28",
3737
"@mrtdown/fs": "2.0.0-alpha.28",
38-
"@mrtdown/ingest-contracts": "2.0.0-alpha.30",
38+
"@mrtdown/ingest-contracts": "2.0.0-alpha.31",
3939
"dotenv": "^16.4.7",
4040
"hast-util-from-html": "^2.0.3",
4141
"hast-util-to-mdast": "^10.1.2",

0 commit comments

Comments
 (0)