Skip to content

Commit 8b8a5f8

Browse files
chore(release): bump versions (#81)
# Releases ## @matechat/react ## v0.1.1 ### New Features - [`f735a6b`](f735a6b): Add `Suggestion` component to provide trigger-based autocomplete in textareas. This component supports multiple trigger characters and grouped options. ([#62](#62) by @moeyue23) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f735a6b commit 8b8a5f8

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changes/add-suggestion-component.md

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

CHANGELOG.md

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

3+
## v0.1.1
4+
5+
### New Features
6+
7+
- [`f735a6b`](https://github.com/DevCloudFE/matechat-react/commit/f735a6b3a4b200ce98d23c73f082f76b1ca0b707): Add `Suggestion` component to provide trigger-based autocomplete in textareas.
8+
This component supports multiple trigger characters and grouped options. ([#62](https://github.com/DevCloudFE/matechat-react/pull/62) by @moeyue23)
9+
310
## v0.1.0
411

512
### Refactors

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@
9292
},
9393
"type": "module",
9494
"types": "./dist/*.d.ts",
95-
"version": "0.1.0"
96-
}
95+
"version": "0.1.1"
96+
}

0 commit comments

Comments
 (0)