Skip to content

Commit a055eec

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

File tree

7 files changed

+24
-16
lines changed

7 files changed

+24
-16
lines changed

.changeset/brave-roses-retire.md

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

.changeset/chilled-ants-sip.md

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

packages/doom/CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- [#199](https://github.com/alauda/doom/pull/199) [`33bfc84`](https://github.com/alauda/doom/commit/33bfc84de23c39a014e8b3fd4bff32ed12c23c78) Thanks [@JounQin](https://github.com/JounQin)! - feat: require auth login for russian docs
8+
9+
### Patch Changes
10+
11+
- [#201](https://github.com/alauda/doom/pull/201) [`104bc64`](https://github.com/alauda/doom/commit/104bc6425a72c457400bfc5e42920669b55b44b3) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all (dev)Dependencies
12+
13+
- Updated dependencies [[`104bc64`](https://github.com/alauda/doom/commit/104bc6425a72c457400bfc5e42920669b55b44b3)]:
14+
- @alauda/doom-export@0.2.1
15+
316
## 1.14.3
417

518
### 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.14.3",
3+
"version": "1.15.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.2.0",
43+
"@alauda/doom-export": "^0.2.1",
4444
"@cspell/eslint-plugin": "^9.2.2",
4545
"@eslint-react/eslint-plugin": "^2.2.3",
4646
"@inquirer/prompts": "^7.9.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.2.1
4+
5+
### Patch Changes
6+
7+
- [#201](https://github.com/alauda/doom/pull/201) [`104bc64`](https://github.com/alauda/doom/commit/104bc6425a72c457400bfc5e42920669b55b44b3) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all (dev)Dependencies
8+
39
## 0.2.0
410

511
### Minor 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.2.0",
3+
"version": "0.2.1",
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
@@ -58,7 +58,7 @@ __metadata:
5858
languageName: node
5959
linkType: hard
6060

61-
"@alauda/doom-export@npm:^0.2.0, @alauda/doom-export@workspace:packages/export":
61+
"@alauda/doom-export@npm:^0.2.1, @alauda/doom-export@workspace:packages/export":
6262
version: 0.0.0-use.local
6363
resolution: "@alauda/doom-export@workspace:packages/export"
6464
dependencies:
@@ -76,7 +76,7 @@ __metadata:
7676
version: 0.0.0-use.local
7777
resolution: "@alauda/doom@workspace:packages/doom"
7878
dependencies:
79-
"@alauda/doom-export": "npm:^0.2.0"
79+
"@alauda/doom-export": "npm:^0.2.1"
8080
"@cspell/eslint-plugin": "npm:^9.2.2"
8181
"@eslint-react/eslint-plugin": "npm:^2.2.3"
8282
"@inquirer/prompts": "npm:^7.9.0"

0 commit comments

Comments
 (0)