Skip to content

Commit 5923e7b

Browse files
github-actions[bot]youyongsong
authored andcommitted
chore: release @alauda/doom
1 parent ab3e740 commit 5923e7b

8 files changed

Lines changed: 22 additions & 20 deletions

File tree

.changeset/add-legacy-os-name-lint.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-codeblock-copy-list-prefix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/update-playwright-node-24.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/doom/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @alauda/doom
22

3+
## 2.5.3
4+
5+
### Patch Changes
6+
7+
- [#341](https://github.com/alauda/doom/pull/341) [`3d09242`](https://github.com/alauda/doom/commit/3d0924283d7da984352e6c87b40853b691f068ec) Thanks [@youyongsong](https://github.com/youyongsong)! - Add a lint rule that flags legacy MicroOS and KubeOS names in documentation.
8+
9+
- [#340](https://github.com/alauda/doom/pull/340) [`ad8af04`](https://github.com/alauda/doom/commit/ad8af04a8e33bb6a6dc3742456d1a23127472e88) Thanks [@youyongsong](https://github.com/youyongsong)! - Fix code block copying inside ordered lists so list markers are not included.
10+
11+
- Updated dependencies [[`ad8af04`](https://github.com/alauda/doom/commit/ad8af04a8e33bb6a6dc3742456d1a23127472e88)]:
12+
- @alauda/doom-export@0.4.2
13+
314
## 2.5.2
415

516
### Patch Changes

packages/doom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alauda/doom",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"type": "module",
55
"description": "Doctor Doom making docs.",
66
"repository": {
@@ -44,7 +44,7 @@
4444
],
4545
"dependencies": {
4646
"@alauda/doc-stream-sdk": "0.1.0",
47-
"@alauda/doom-export": "^0.4.1",
47+
"@alauda/doom-export": "^0.4.2",
4848
"@cspell/eslint-plugin": "^10.0.0",
4949
"@eslint-react/eslint-plugin": "^5.8.3",
5050
"@eslint/js": "^10.0.1",

packages/export/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#340](https://github.com/alauda/doom/pull/340) [`ad8af04`](https://github.com/alauda/doom/commit/ad8af04a8e33bb6a6dc3742456d1a23127472e88) Thanks [@youyongsong](https://github.com/youyongsong)! - Update Playwright to avoid browser installation hangs on Node.js 24.
8+
39
## 0.4.1
410

511
### Patch Changes

packages/export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alauda/doom-export",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Doctor Doom making docs.",
66
"repository": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ __metadata:
1212
languageName: node
1313
linkType: hard
1414

15-
"@alauda/doom-export@npm:^0.4.1, @alauda/doom-export@workspace:packages/export":
15+
"@alauda/doom-export@npm:^0.4.2, @alauda/doom-export@workspace:packages/export":
1616
version: 0.0.0-use.local
1717
resolution: "@alauda/doom-export@workspace:packages/export"
1818
dependencies:
@@ -31,7 +31,7 @@ __metadata:
3131
resolution: "@alauda/doom@workspace:packages/doom"
3232
dependencies:
3333
"@alauda/doc-stream-sdk": "npm:0.1.0"
34-
"@alauda/doom-export": "npm:^0.4.1"
34+
"@alauda/doom-export": "npm:^0.4.2"
3535
"@cspell/eslint-plugin": "npm:^10.0.0"
3636
"@eslint-react/eslint-plugin": "npm:^5.8.3"
3737
"@eslint/js": "npm:^10.0.1"

0 commit comments

Comments
 (0)