Skip to content

Commit 8a32e87

Browse files
chore: version packages (alpha) (#268)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5d3e679 commit 8a32e87

9 files changed

Lines changed: 46 additions & 9 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+
"steady-lines-update",
1617
"tame-cycles-smile"
1718
]
1819
}

packages/cli/CHANGELOG.md

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

3+
## 2.0.0-alpha.24
4+
5+
### Patch Changes
6+
7+
- 5b24d47: Add generated fixture support across package tests, support Hong Kong period time
8+
zones, update Pages index generation, and tighten triage claim normalization.
9+
- Updated dependencies [5b24d47]
10+
- @mrtdown/core@2.0.0-alpha.24
11+
- @mrtdown/fs@2.0.0-alpha.24
12+
313
## 2.0.0-alpha.23
414

515
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrtdown/cli",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"description": "Command-line tools for MRTDown data",
55
"private": true,
66
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
@@ -34,8 +34,8 @@
3434
"test": "node ../../scripts/run-fixture-command.mjs --build @mrtdown/core --build @mrtdown/fs -- npm exec -- vitest --run"
3535
},
3636
"dependencies": {
37-
"@mrtdown/core": "2.0.0-alpha.23",
38-
"@mrtdown/fs": "2.0.0-alpha.23"
37+
"@mrtdown/core": "2.0.0-alpha.24",
38+
"@mrtdown/fs": "2.0.0-alpha.24"
3939
},
4040
"devDependencies": {
4141
"@biomejs/biome": "2.3.14",

packages/core/CHANGELOG.md

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

3+
## 2.0.0-alpha.24
4+
5+
### Patch Changes
6+
7+
- 5b24d47: Add generated fixture support across package tests, support Hong Kong period time
8+
zones, update Pages index generation, and tighten triage claim normalization.
9+
310
## 2.0.0-alpha.23
411

512
### 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.23",
3+
"version": "2.0.0-alpha.24",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @mrtdown/fs
22

3+
## 2.0.0-alpha.24
4+
5+
### Patch Changes
6+
7+
- 5b24d47: Add generated fixture support across package tests, support Hong Kong period time
8+
zones, update Pages index generation, and tighten triage claim normalization.
9+
- Updated dependencies [5b24d47]
10+
- @mrtdown/core@2.0.0-alpha.24
11+
312
## 2.0.0-alpha.23
413

514
### 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.23",
3+
"version": "2.0.0-alpha.24",
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.23",
36+
"@mrtdown/core": "2.0.0-alpha.24",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mrtdown/triage
22

3+
## 2.0.0-alpha.28
4+
5+
### Patch Changes
6+
7+
- 5b24d47: Add generated fixture support across package tests, support Hong Kong period time
8+
zones, update Pages index generation, and tighten triage claim normalization.
9+
- Updated dependencies [5b24d47]
10+
- @mrtdown/core@2.0.0-alpha.24
11+
- @mrtdown/fs@2.0.0-alpha.24
12+
313
## 2.0.0-alpha.27
414

515
### 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.27",
3+
"version": "2.0.0-alpha.28",
44
"description": "Evidence triage and replay utilities for MRTDown data",
55
"private": true,
66
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
@@ -28,8 +28,8 @@
2828
"test:eval": "node ../../scripts/run-fixture-command.mjs -- npm exec -- vitest --run --config vitest.eval.config.ts"
2929
},
3030
"dependencies": {
31-
"@mrtdown/core": "2.0.0-alpha.23",
32-
"@mrtdown/fs": "2.0.0-alpha.23",
31+
"@mrtdown/core": "2.0.0-alpha.24",
32+
"@mrtdown/fs": "2.0.0-alpha.24",
3333
"@mrtdown/ingest-contracts": "2.0.0-alpha.27",
3434
"dotenv": "^16.4.7",
3535
"hast-util-from-html": "^2.0.3",

0 commit comments

Comments
 (0)