Skip to content

Commit 5938f92

Browse files
chore: version packages (alpha) (#235)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ebdf12e commit 5938f92

9 files changed

Lines changed: 44 additions & 10 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"@mrtdown/fs": "2.0.0-alpha.22",
88
"@mrtdown/triage": "2.0.0-alpha.22"
99
},
10-
"changesets": []
10+
"changesets": [
11+
"red-tips-heal"
12+
]
1113
}

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @mrtdown/cli
2+
3+
## 2.0.0-alpha.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ebdf12e]
8+
- @mrtdown/core@2.0.0-alpha.23
9+
- @mrtdown/fs@2.0.0-alpha.23

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.22",
3+
"version": "2.0.0-alpha.23",
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": "npm --workspace @mrtdown/core run build && npm --workspace @mrtdown/fs run build && vitest --run"
3535
},
3636
"dependencies": {
37-
"@mrtdown/core": "2.0.0-alpha.22",
38-
"@mrtdown/fs": "2.0.0-alpha.22"
37+
"@mrtdown/core": "2.0.0-alpha.23",
38+
"@mrtdown/fs": "2.0.0-alpha.23"
3939
},
4040
"devDependencies": {
4141
"@biomejs/biome": "2.3.14",

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.23
4+
5+
### Patch Changes
6+
7+
- ebdf12e: Add npm package publishing metadata and release tooling.
8+
39
## 2.0.0-alpha.22
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.22",
3+
"version": "2.0.0-alpha.23",
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
@@ -0,0 +1,9 @@
1+
# @mrtdown/fs
2+
3+
## 2.0.0-alpha.23
4+
5+
### Patch Changes
6+
7+
- ebdf12e: Add npm package publishing metadata and release tooling.
8+
- Updated dependencies [ebdf12e]
9+
- @mrtdown/core@2.0.0-alpha.23

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.22",
3+
"version": "2.0.0-alpha.23",
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": "npm --workspace @mrtdown/core run build && vitest --run"
3434
},
3535
"dependencies": {
36-
"@mrtdown/core": "2.0.0-alpha.22",
36+
"@mrtdown/core": "2.0.0-alpha.23",
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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ebdf12e]
8+
- @mrtdown/core@2.0.0-alpha.23
9+
- @mrtdown/fs@2.0.0-alpha.23
10+
311
## 2.0.0-alpha.22
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.22",
3+
"version": "2.0.0-alpha.23",
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": "vitest --run --config vitest.eval.config.ts"
2929
},
3030
"dependencies": {
31-
"@mrtdown/core": "2.0.0-alpha.22",
32-
"@mrtdown/fs": "2.0.0-alpha.22",
31+
"@mrtdown/core": "2.0.0-alpha.23",
32+
"@mrtdown/fs": "2.0.0-alpha.23",
3333
"dotenv": "^16.4.7",
3434
"hast-util-from-html": "^2.0.3",
3535
"hast-util-to-mdast": "^10.1.2",

0 commit comments

Comments
 (0)