Skip to content

Commit 50366ef

Browse files
chore: version packages (#1732)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fbd3cf7 commit 50366ef

Some content is hidden

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

59 files changed

+777
-79
lines changed

.changeset/bumpy-towns-ask.md

-50
This file was deleted.

packages/components/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @milkdown/components
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
25+
- Updated dependencies [fbd3cf7]
26+
- @milkdown/exception@7.6.4
27+
328
## 7.6.3
429

530
### Patch Changes

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/components",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/core/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @milkdown/core
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
25+
- Updated dependencies [fbd3cf7]
26+
- @milkdown/exception@7.6.4
27+
328
## 7.6.3
429

530
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/core",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/crepe/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @milkdown/crepe
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
25+
- Updated dependencies [fbd3cf7]
26+
- @milkdown/kit@7.6.4
27+
328
## 7.6.3
429

530
### Patch Changes

packages/crepe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/crepe",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/ctx/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @milkdown/ctx
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
25+
- Updated dependencies [fbd3cf7]
26+
- @milkdown/exception@7.6.4
27+
328
## 7.6.3
429

530
### Patch Changes

packages/ctx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/ctx",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/exception/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @milkdown/exception
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
325
## 7.6.3
426

527
### Patch Changes

packages/exception/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/exception",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/integrations/react/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @milkdown/react
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
25+
- Updated dependencies [fbd3cf7]
26+
- @milkdown/crepe@7.6.4
27+
- @milkdown/kit@7.6.4
28+
329
## 7.6.3
430

531
### Patch Changes

packages/integrations/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/react",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/integrations/vue/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @milkdown/vue
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
25+
- Updated dependencies [fbd3cf7]
26+
- @milkdown/crepe@7.6.4
27+
- @milkdown/kit@7.6.4
28+
329
## 7.6.3
430

531
### Patch Changes

packages/integrations/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/vue",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/kit/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# @milkdown/kit
22

3+
## 7.6.4
4+
5+
### Patch Changes
6+
7+
- fbd3cf7: Milkdown patch version release.
8+
9+
## Fix
10+
11+
- fix: multi block handle (#1731)
12+
- fix: should not support blockquote in list (#1730)
13+
- fix: image upload button stop working when selected (#1718)
14+
- fix: should disable image resizer for readonly mode (#1717)
15+
16+
## Chore
17+
18+
- chore: bump up refractor version to v5 (#1727)
19+
- chore: bump up shiki version to v3 (#1691)
20+
21+
## Build
22+
23+
- build: disable minification #1709 (#1710)
24+
25+
- Updated dependencies [fbd3cf7]
26+
- @milkdown/components@7.6.4
27+
- @milkdown/core@7.6.4
28+
- @milkdown/ctx@7.6.4
29+
- @milkdown/plugin-block@7.6.4
30+
- @milkdown/plugin-clipboard@7.6.4
31+
- @milkdown/plugin-cursor@7.6.4
32+
- @milkdown/plugin-history@7.6.4
33+
- @milkdown/plugin-indent@7.6.4
34+
- @milkdown/plugin-listener@7.6.4
35+
- @milkdown/plugin-slash@7.6.4
36+
- @milkdown/plugin-tooltip@7.6.4
37+
- @milkdown/plugin-trailing@7.6.4
38+
- @milkdown/plugin-upload@7.6.4
39+
- @milkdown/preset-commonmark@7.6.4
40+
- @milkdown/preset-gfm@7.6.4
41+
- @milkdown/prose@7.6.4
42+
- @milkdown/transformer@7.6.4
43+
- @milkdown/utils@7.6.4
44+
345
## 7.6.3
446

547
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/kit",
33
"type": "module",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)