Skip to content

Commit

Permalink
🔖 chore(release): v1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2023-05-23)

### ✨ Features

* add Snippet ([f23a34d](f23a34d))
* **highlighter**: Add export for SyntaxHighlighterProps ([a203f45](a203f45))
* 新增 EditableText、SearchBar 组件 ([74fa2a5](74fa2a5))
* 新增 Highlighter、Markdown 组件 ([2da8f3f](2da8f3f))
* 新增 MessageInput、Swatches 组件 ([cac3028](cac3028))

### 🐛 Bug Fixes

* fix type error ([746947e](746947e))
  • Loading branch information
semantic-release-bot committed May 23, 2023
1 parent e27a0df commit 7b95737
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# [1.3.0](https://github.com/lobehub/lobe-ui/compare/v1.2.0...v1.3.0) (2023-05-23)

### ✨ Features

- add Snippet ([f23a34d](https://github.com/lobehub/lobe-ui/commit/f23a34d))
- **highlighter**: Add export for SyntaxHighlighterProps ([a203f45](https://github.com/lobehub/lobe-ui/commit/a203f45))
- 新增 EditableText、SearchBar 组件 ([74fa2a5](https://github.com/lobehub/lobe-ui/commit/74fa2a5))
- 新增 Highlighter、Markdown 组件 ([2da8f3f](https://github.com/lobehub/lobe-ui/commit/2da8f3f))
- 新增 MessageInput、Swatches 组件 ([cac3028](https://github.com/lobehub/lobe-ui/commit/cac3028))

### 🐛 Bug Fixes

- fix type error ([746947e](https://github.com/lobehub/lobe-ui/commit/746947e))

# [1.2.0](https://github.com/lobehub/lobe-ui/compare/v1.1.0...v1.2.0) (2023-05-22)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/ui",
"version": "1.2.0",
"version": "1.3.0",
"description": "Lobe UI is an open-source UI component library for building chatbot web apps",
"keywords": [
"lobehub",
Expand Down

1 comment on commit 7b95737

@vercel
Copy link

@vercel vercel bot commented on 7b95737 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lobe-ui – ./

lobe-ui-git-master-lobehub.vercel.app
lobe-ui.vercel.app
ui.lobehub.com
lobe-ui-lobehub.vercel.app

Please sign in to comment.