Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/dull-jeans-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-keys-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-waves-reply.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/doom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @alauda/doom

## 1.11.0

### Minor Changes

- [#159](https://github.com/alauda/doom/pull/159) [`a7af4c7`](https://github.com/alauda/doom/commit/a7af4c74813154ae408b56d27f45e9321deff778) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate to mono repo

### Patch Changes

- [#158](https://github.com/alauda/doom/pull/158) [`14f1b72`](https://github.com/alauda/doom/commit/14f1b72022a4db4b73e5d277a6866c2cca3c40c3) Thanks [@JounQin](https://github.com/JounQin)! - fix: overview matching logic

- [#156](https://github.com/alauda/doom/pull/156) [`01e8bf8`](https://github.com/alauda/doom/commit/01e8bf8b1774e37c1613ff636c2dff6f1e4fc934) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump rspress to v2.0.0-beta.28

- Updated dependencies [[`a7af4c7`](https://github.com/alauda/doom/commit/a7af4c74813154ae408b56d27f45e9321deff778)]:
- @alauda/doom-export@0.1.0
4 changes: 2 additions & 2 deletions packages/doom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alauda/doom",
"version": "1.10.12",
"version": "1.11.0",
"type": "module",
"description": "Doctor Doom making docs.",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"rspress-plugins"
],
"dependencies": {
"@alauda/doom-export": "^0.0.0",
"@alauda/doom-export": "^0.1.0",
"@cspell/eslint-plugin": "^8.19.4 || ^9.2.0",
"@eslint-react/eslint-plugin": "^1.52.6",
"@inquirer/prompts": "^7.8.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @alauda/doom-export

## 0.1.0

### Minor Changes

- [#159](https://github.com/alauda/doom/pull/159) [`a7af4c7`](https://github.com/alauda/doom/commit/a7af4c74813154ae408b56d27f45e9321deff778) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate to mono repo
2 changes: 1 addition & 1 deletion packages/export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alauda/doom-export",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"description": "Doctor Doom making docs.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __metadata:
version: 8
cacheKey: 10c0

"@alauda/doom-export@npm:^0.0.0, @alauda/doom-export@workspace:packages/export":
"@alauda/doom-export@npm:^0.1.0, @alauda/doom-export@workspace:packages/export":
version: 0.0.0-use.local
resolution: "@alauda/doom-export@workspace:packages/export"
dependencies:
Expand All @@ -22,7 +22,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alauda/doom@workspace:packages/doom"
dependencies:
"@alauda/doom-export": "npm:^0.0.0"
"@alauda/doom-export": "npm:^0.1.0"
"@cspell/eslint-plugin": "npm:^8.19.4 || ^9.2.0"
"@eslint-react/eslint-plugin": "npm:^1.52.6"
"@inquirer/prompts": "npm:^7.8.4"
Expand Down