Skip to content

Commit d17beed

Browse files
chore(repo): version packages (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 186ee92 commit d17beed

7 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/cli-screen-crash-handler.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- 186ee92: Fix crash reporting for screen commands — errors in dev mode TUI now display in-app with crash log path and hotkeys to copy/quit
8+
39
## 0.9.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zpress/cli",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "CLI for building and serving zpress documentation sites",
55
"keywords": [
66
"cli",

packages/cli/src/hooks/use-dev-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { useCallback, useEffect, useRef, useState } from 'react'
55

66
import { clean } from '../commands/clean.ts'
77
import { reportCrash } from '../lib/crash-reporter.ts'
8-
import { toError } from '../lib/error.ts'
98
import type {
109
DevPhase,
1110
DevServerActions,
@@ -15,6 +14,7 @@ import type {
1514
WatcherHandle,
1615
WatcherStatus,
1716
} from '../lib/dev-types.ts'
17+
import { toError } from '../lib/error.ts'
1818
import { startDevServer } from '../lib/rspress.ts'
1919
import { createWatcher } from '../lib/watcher.ts'
2020

packages/cli/src/screens/dev-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import {
1212
useHotkey,
1313
useInput,
1414
} from '@kidd-cli/core/ui'
15-
import { match } from 'ts-pattern'
1615
import { useCallback, useEffect, useRef, useState } from 'react'
16+
import { match } from 'ts-pattern'
1717

1818
import { Banner } from '../components/banner.tsx'
1919
import { useDevServer } from '../hooks/use-dev-server.ts'

packages/zpress/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zpress/kit
22

3+
## 0.2.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [186ee92]
8+
- @zpress/cli@0.9.1
9+
310
## 0.2.22
411

512
### Patch Changes

packages/zpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zpress/kit",
3-
"version": "0.2.22",
3+
"version": "0.2.23",
44
"description": "Documentation framework powered by Rspress with a config-driven information architecture",
55
"keywords": [
66
"docs",

0 commit comments

Comments
 (0)