Skip to content

Commit c0354f5

Browse files
committed
0.22.2
1 parent be8473e commit c0354f5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The priority is descending order.
9494

9595
#### Defined in
9696

97-
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/renderers.tsx#L17)
97+
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/be8473e/src/renderers.tsx#L17)
9898

9999
## Type Aliases
100100

@@ -104,7 +104,7 @@ The priority is descending order.
104104

105105
#### Defined in
106106

107-
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/renderers.tsx#L4)
107+
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/be8473e/src/renderers.tsx#L4)
108108

109109
___
110110

@@ -128,7 +128,7 @@ ___
128128

129129
#### Defined in
130130

131-
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/types.ts#L1)
131+
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/be8473e/src/types.ts#L1)
132132

133133
___
134134

@@ -138,4 +138,4 @@ ___
138138

139139
#### Defined in
140140

141-
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/types.ts#L3)
141+
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/be8473e/src/types.ts#L3)

docs/interfaces/RichInputProps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ undefined
4343

4444
#### Defined in
4545

46-
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/input.tsx#L130)
46+
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/be8473e/src/input.tsx#L130)
4747

4848
___
4949

@@ -59,7 +59,7 @@ undefined
5959

6060
#### Defined in
6161

62-
[src/input.tsx:135](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/input.tsx#L135)
62+
[src/input.tsx:135](https://github.com/inokawa/rich-textarea/blob/be8473e/src/input.tsx#L135)
6363

6464
___
6565

@@ -89,4 +89,4 @@ undefined
8989

9090
#### Defined in
9191

92-
[src/input.tsx:140](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/input.tsx#L140)
92+
[src/input.tsx:140](https://github.com/inokawa/rich-textarea/blob/be8473e/src/input.tsx#L140)

docs/interfaces/RichTextareaProps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ undefined
4242

4343
#### Defined in
4444

45-
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/textarea.tsx#L122)
45+
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/be8473e/src/textarea.tsx#L122)
4646

4747
___
4848

@@ -60,7 +60,7 @@ undefined
6060

6161
#### Defined in
6262

63-
[src/textarea.tsx:129](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/textarea.tsx#L129)
63+
[src/textarea.tsx:129](https://github.com/inokawa/rich-textarea/blob/be8473e/src/textarea.tsx#L129)
6464

6565
___
6666

@@ -90,4 +90,4 @@ undefined
9090

9191
#### Defined in
9292

93-
[src/textarea.tsx:134](https://github.com/inokawa/rich-textarea/blob/4a2fcf4/src/textarea.tsx#L134)
93+
[src/textarea.tsx:134](https://github.com/inokawa/rich-textarea/blob/be8473e/src/textarea.tsx#L134)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rich-textarea",
3-
"version": "0.22.1",
3+
"version": "0.22.2",
44
"description": "A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)