Skip to content

Commit 4454085

Browse files
chore(release): antd-record-hotkey-input@1.0.0 [skip ci]
1 parent 10c3be1 commit 4454085

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/antd-record-hotkey-input/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# antd-record-hotkey-input 1.0.0 (2024-02-25)
2+
3+
### Features
4+
5+
- basic realization ([#1](https://github.com/Wxh16144/react-record-hotkey/issues/1)) ([9ec442c](https://github.com/Wxh16144/react-record-hotkey/commit/9ec442c551990e36ae7ebe89d1f0ffb02c72121f))
6+
- improve logic ([#2](https://github.com/Wxh16144/react-record-hotkey/issues/2)) ([e1941bd](https://github.com/Wxh16144/react-record-hotkey/commit/e1941bdb3f19e981bc8a73eb74b97df32a3bc942))
7+
8+
### Dependencies
9+
10+
- **react-use-record-hotkey:** upgraded to 1.0.0
11+
112
# antd-record-hotkey-input 1.0.0-beta.1 (2024-02-23)
213

314
### Features

packages/antd-record-hotkey-input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-record-hotkey-input",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "",
55
"keywords": [
66
"react",
@@ -51,7 +51,7 @@
5151
"rc-util": "^5",
5252
"react": ">16.8.0",
5353
"react-dom": ">16.8.0",
54-
"react-use-record-hotkey": "1.0.0-beta.1",
54+
"react-use-record-hotkey": "1.0.0",
5555
"ua-parser-js": "^1"
5656
},
5757
"optionalDependencies": {

0 commit comments

Comments
 (0)