Skip to content

Commit d54c130

Browse files
committed
released v4.25.10
1 parent 229eb4f commit d54c130

99 files changed

Lines changed: 169 additions & 217 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div align="center" markdown="1">
2-
<br>
32
<sup>Special thanks to:</sup>
43
<br>
54
<br>

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-codemirror",
3-
"version": "4.25.9",
3+
"version": "4.25.10",
44
"description": "CodeMirror component for React.",
55
"homepage": "https://uiwjs.github.io/react-codemirror",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -47,7 +47,7 @@
4747
"@codemirror/commands": "^6.1.0",
4848
"@codemirror/state": "^6.1.1",
4949
"@codemirror/theme-one-dark": "^6.0.0",
50-
"@uiw/codemirror-extensions-basic-setup": "4.25.9",
50+
"@uiw/codemirror-extensions-basic-setup": "4.25.10",
5151
"codemirror": "^6.0.0"
5252
},
5353
"keywords": [

extensions/basic-setup/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div align="center" markdown="1">
2-
<br>
32
<sup>Special thanks to:</sup>
43
<br>
54
<br>

extensions/basic-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-extensions-basic-setup",
3-
"version": "4.25.9",
3+
"version": "4.25.10",
44
"description": "Basic configuration for the CodeMirror6 code editor.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/basic-setup",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

extensions/classname/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div align="center" markdown="1">
2-
<br>
32
<sup>Special thanks to:</sup>
43
<br>
54
<br>

extensions/classname/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-extensions-classname",
3-
"version": "4.25.9",
3+
"version": "4.25.10",
44
"description": "Adding a class for a specific line for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/classname",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

extensions/color/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div align="center" markdown="1">
2-
<br>
32
<sup>Special thanks to:</sup>
43
<br>
54
<br>

extensions/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-extensions-color",
3-
"version": "4.25.9",
3+
"version": "4.25.10",
44
"description": "Color Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/color",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

extensions/events/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div align="center" markdown="1">
2-
<br>
32
<sup>Special thanks to:</sup>
43
<br>
54
<br>

extensions/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-extensions-events",
3-
"version": "4.25.9",
3+
"version": "4.25.10",
44
"description": "Events Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/events",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

0 commit comments

Comments
 (0)