Conversation
WalkthroughVersion 0.3.1 release update: bumped package versions across components, kit, and svgs packages, and documented new features (BubbleList autoScroll, useConversation with pluggable storage) and bug fixes in the changelog. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/src/guide/update-log.md (1)
14-14: Use heading syntax instead of bold emphasis for subsection titles.Lines 14 and 18 use bold text (
**组件**,**工具**) but should use proper markdown heading syntax (###) to maintain document structure and pass linting checks.🔎 Suggested fix
### ✨ 新特性 -**组件** +### 组件 - **BubbleList**: `autoScroll` 功能启用后,新增支持用户手势打断和手动控制滚动到底部,自动滚动优化 by @Gene in [#270](https://github.com/opentiny/tiny-robot/pull/270) -**工具** +### 工具 - **useConversation**: 添加可插拔存储策略,支持 LocalStorage 和 IndexedDB by @SonyLeo in [#275](https://github.com/opentiny/tiny-robot/pull/275)Also applies to: 18-18
📜 Review details
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
docs/src/guide/update-log.mdpackages/components/package.jsonpackages/kit/package.jsonpackages/svgs/package.json
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
docs/src/guide/update-log.md
14-14: Emphasis used instead of a heading
(MD036, no-emphasis-as-heading)
18-18: Emphasis used instead of a heading
(MD036, no-emphasis-as-heading)
🔇 Additional comments (3)
packages/svgs/package.json (1)
3-3: Version bump is correct.Patch version increment aligns with the release objectives and is consistent across the monorepo.
packages/kit/package.json (1)
3-3: Version bump is consistent.Aligns with other packages in the monorepo and matches the release version.
packages/components/package.json (1)
3-3: Version bump is aligned across the monorepo.All three packages (@opentiny/tiny-robot, @opentiny/tiny-robot-kit, and @opentiny/tiny-robot-svgs) are consistently bumped to 0.3.1.
🧹 Preview Cleaned UpThe preview deployment has been removed. |
Summary by CodeRabbit
New Features
Bug Fixes
✏️ Tip: You can customize this high-level summary in your review settings.