Skip to content

Commit 300c48b

Browse files
chore: version packages (alpha) (#314)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42acc62 commit 300c48b

9 files changed

Lines changed: 42 additions & 10 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"calm-crowds-report",
1414
"red-tips-heal",
1515
"soft-articles-reflect",
16+
"station-discovery-metadata",
1617
"station-first-last-trains",
1718
"steady-lines-update",
1819
"tame-cycles-smile"

packages/cli/CHANGELOG.md

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

3+
## 2.0.0-alpha.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [42acc62]
8+
- @mrtdown/core@2.0.0-alpha.26
9+
- @mrtdown/fs@2.0.0-alpha.26
10+
- @mrtdown/triage@2.0.0-alpha.30
11+
312
## 2.0.0-alpha.25
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/cli",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "Command-line tools for MRTDown data",
55
"private": true,
66
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
@@ -34,9 +34,9 @@
3434
"test": "node ../../scripts/run-fixture-command.mjs --build @mrtdown/core --build @mrtdown/fs --build @mrtdown/ingest-contracts --build @mrtdown/triage -- npm exec -- vitest --run"
3535
},
3636
"dependencies": {
37-
"@mrtdown/core": "2.0.0-alpha.25",
38-
"@mrtdown/fs": "2.0.0-alpha.25",
39-
"@mrtdown/triage": "2.0.0-alpha.29",
37+
"@mrtdown/core": "2.0.0-alpha.26",
38+
"@mrtdown/fs": "2.0.0-alpha.26",
39+
"@mrtdown/triage": "2.0.0-alpha.30",
4040
"hast-util-to-html": "^9.0.5"
4141
},
4242
"devDependencies": {

packages/core/CHANGELOG.md

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

3+
## 2.0.0-alpha.26
4+
5+
### Patch Changes
6+
7+
- 42acc62: Add station discovery metadata schemas and validate duplicate aliases.
8+
39
## 2.0.0-alpha.25
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/core",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "Shared schemas and period helpers for MRTDown data",
55
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
66
"bugs": {

packages/fs/CHANGELOG.md

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

3+
## 2.0.0-alpha.26
4+
5+
### Patch Changes
6+
7+
- 42acc62: Add station discovery metadata schemas and validate duplicate aliases.
8+
- Updated dependencies [42acc62]
9+
- @mrtdown/core@2.0.0-alpha.26
10+
311
## 2.0.0-alpha.25
412

513
### Patch Changes

packages/fs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/fs",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "File-backed repositories and writers for MRTDown data",
55
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
66
"bugs": {
@@ -33,7 +33,7 @@
3333
"test": "node ../../scripts/run-fixture-command.mjs --build @mrtdown/core -- npm exec -- vitest --run"
3434
},
3535
"dependencies": {
36-
"@mrtdown/core": "2.0.0-alpha.25",
36+
"@mrtdown/core": "2.0.0-alpha.26",
3737
"fuse.js": "^7.1.0",
3838
"hast-util-to-html": "^9.0.5",
3939
"json-nd": "^1.0.0",

packages/triage/CHANGELOG.md

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

3+
## 2.0.0-alpha.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [42acc62]
8+
- @mrtdown/core@2.0.0-alpha.26
9+
- @mrtdown/fs@2.0.0-alpha.26
10+
311
## 2.0.0-alpha.29
412

513
### Patch Changes

packages/triage/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/triage",
3-
"version": "2.0.0-alpha.29",
3+
"version": "2.0.0-alpha.30",
44
"description": "Evidence triage and replay utilities for MRTDown data",
55
"private": true,
66
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
@@ -33,8 +33,8 @@
3333
"test:eval": "node ../../scripts/run-fixture-command.mjs -- npm exec -- vitest --run --config vitest.eval.config.ts"
3434
},
3535
"dependencies": {
36-
"@mrtdown/core": "2.0.0-alpha.25",
37-
"@mrtdown/fs": "2.0.0-alpha.25",
36+
"@mrtdown/core": "2.0.0-alpha.26",
37+
"@mrtdown/fs": "2.0.0-alpha.26",
3838
"@mrtdown/ingest-contracts": "2.0.0-alpha.27",
3939
"dotenv": "^16.4.7",
4040
"hast-util-from-html": "^2.0.3",

0 commit comments

Comments
 (0)