Skip to content

Commit 2e5d2ad

Browse files
committed
chore(release): publish 0.2.1
1 parent dbe3e70 commit 2e5d2ad

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.2.1 (2025-08-06)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **hotkey:** assign t as hotkey to create text element ([#192](https://github.com/plait-board/drawnix/pull/192))
7+
8+
### ❤️ Thank You
9+
10+
- pubuzhixing8 @pubuzhixing8
11+
112
## 0.2.0 (2025-08-06)
213

314
This was a version bump only, there were no code changes.

packages/drawnix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drawnix/drawnix",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"private": false,

packages/react-board/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait-board/react-board",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"private": false,

packages/react-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait-board/react-text",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"private": false,

0 commit comments

Comments
 (0)