Skip to content

Commit af7fa7f

Browse files
chore: release @alauda/doom (#252)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e868d5 commit af7fa7f

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.changeset/itchy-fireants-bake.md

Lines changed: 0 additions & 6 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+
## 1.20.0
4+
5+
### Minor Changes
6+
7+
- [#251](https://github.com/alauda/doom/pull/251) [`0e868d5`](https://github.com/alauda/doom/commit/0e868d584edf5c0a4d6f6cc5574e0fe0e80885e4) Thanks [@JounQin](https://github.com/JounQin)! - feat: override bookmarks according to sidebar config
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0e868d5`](https://github.com/alauda/doom/commit/0e868d584edf5c0a4d6f6cc5574e0fe0e80885e4)]:
12+
- @alauda/doom-export@0.4.0
13+
314
## 1.19.1
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": "1.19.1",
3+
"version": "1.20.0",
44
"type": "module",
55
"description": "Doctor Doom making docs.",
66
"repository": {
@@ -40,7 +40,7 @@
4040
"rspress-plugins"
4141
],
4242
"dependencies": {
43-
"@alauda/doom-export": "^0.3.1",
43+
"@alauda/doom-export": "^0.4.0",
4444
"@cspell/eslint-plugin": "^9.6.3",
4545
"@eslint-react/eslint-plugin": "^2.9.4",
4646
"@inquirer/prompts": "^8.2.0",

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.0
4+
5+
### Minor Changes
6+
7+
- [#251](https://github.com/alauda/doom/pull/251) [`0e868d5`](https://github.com/alauda/doom/commit/0e868d584edf5c0a4d6f6cc5574e0fe0e80885e4) Thanks [@JounQin](https://github.com/JounQin)! - feat: override bookmarks according to sidebar config
8+
39
## 0.3.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.3.1",
3+
"version": "0.4.0",
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
@@ -5,7 +5,7 @@ __metadata:
55
version: 8
66
cacheKey: 10c0
77

8-
"@alauda/doom-export@npm:^0.3.1, @alauda/doom-export@workspace:packages/export":
8+
"@alauda/doom-export@npm:^0.4.0, @alauda/doom-export@workspace:packages/export":
99
version: 0.0.0-use.local
1010
resolution: "@alauda/doom-export@workspace:packages/export"
1111
dependencies:
@@ -23,7 +23,7 @@ __metadata:
2323
version: 0.0.0-use.local
2424
resolution: "@alauda/doom@workspace:packages/doom"
2525
dependencies:
26-
"@alauda/doom-export": "npm:^0.3.1"
26+
"@alauda/doom-export": "npm:^0.4.0"
2727
"@cspell/eslint-plugin": "npm:^9.6.3"
2828
"@eslint-react/eslint-plugin": "npm:^2.9.4"
2929
"@inquirer/prompts": "npm:^8.2.0"

0 commit comments

Comments
 (0)