Skip to content

Commit 5efabff

Browse files
ci(changeset): release milkdown (#1302)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 151b789 commit 5efabff

Some content is hidden

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

61 files changed

+291
-64
lines changed

Diff for: .changeset/tender-actors-love.md

-34
This file was deleted.

Diff for: e2e/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @milkdown/e2e
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/components@7.3.6
10+
- @milkdown/core@7.3.6
11+
- @milkdown/crepe@7.3.6
12+
- @milkdown/ctx@7.3.6
13+
- @milkdown/plugin-automd@7.3.6
14+
- @milkdown/plugin-clipboard@7.3.6
15+
- @milkdown/plugin-emoji@7.3.6
16+
- @milkdown/plugin-history@7.3.6
17+
- @milkdown/plugin-listener@7.3.6
18+
- @milkdown/plugin-math@7.3.6
19+
- @milkdown/plugin-tooltip@7.3.6
20+
- @milkdown/preset-commonmark@7.3.6
21+
- @milkdown/preset-gfm@7.3.6
22+
- @milkdown/prose@7.3.6
23+
- @milkdown/theme-nord@7.3.6
24+
- @milkdown/utils@7.3.6
25+
326
## 7.3.5
427

528
### Patch Changes

Diff for: e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@milkdown/e2e",
3-
"version": "7.3.5",
3+
"version": "7.3.6",
44
"private": true,
55
"files": [
66
"style"

Diff for: packages/components/CHANGELOG.md

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

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
- @milkdown/utils@7.3.6
11+
312
## 7.3.5
413

514
### Patch Changes

Diff for: 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.3.5",
4+
"version": "7.3.6",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

Diff for: packages/core/CHANGELOG.md

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

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
311
## 7.3.5
412

513
### Patch Changes

Diff for: 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.3.5",
4+
"version": "7.3.6",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

Diff for: packages/crepe/CHANGELOG.md

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

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
39
## 7.3.5
410

511
### Patch Changes

Diff for: 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.3.5",
4+
"version": "7.3.6",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

Diff for: packages/ctx/CHANGELOG.md

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

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
311
## 7.3.5
412

513
### Patch Changes

Diff for: 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.3.5",
4+
"version": "7.3.6",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

Diff for: packages/exception/CHANGELOG.md

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

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
39
## 7.3.5
410

511
### Patch Changes

Diff for: 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.3.5",
4+
"version": "7.3.6",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

Diff for: packages/plugin-automd/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @milkdown/plugin-automd
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
- @milkdown/utils@7.3.6
11+
312
## 7.3.5
413

514
### Patch Changes

Diff for: packages/plugin-automd/package.json

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

Diff for: packages/plugin-block/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @milkdown/plugin-block
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
- @milkdown/utils@7.3.6
11+
312
## 7.3.5
413

514
### Patch Changes

Diff for: packages/plugin-block/package.json

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

Diff for: packages/plugin-clipboard/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @milkdown/plugin-clipboard
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/utils@7.3.6
10+
311
## 7.3.5
412

513
### Patch Changes

Diff for: packages/plugin-clipboard/package.json

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

Diff for: packages/plugin-collab/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @milkdown/plugin-collaborative
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
- @milkdown/utils@7.3.6
11+
312
## 7.3.5
413

514
### Patch Changes

Diff for: packages/plugin-collab/package.json

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

Diff for: packages/plugin-cursor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @milkdown/plugin-cursor
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/utils@7.3.6
10+
311
## 7.3.5
412

513
### Patch Changes

Diff for: packages/plugin-cursor/package.json

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

Diff for: packages/plugin-diagram/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @milkdown/plugin-diagram
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
- @milkdown/utils@7.3.6
11+
312
## 7.3.5
413

514
### Patch Changes

Diff for: packages/plugin-diagram/package.json

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

Diff for: packages/plugin-emoji/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @milkdown/plugin-emoji
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/exception@7.3.6
10+
- @milkdown/utils@7.3.6
11+
312
## 7.3.5
413

514
### Patch Changes

Diff for: packages/plugin-emoji/package.json

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

Diff for: packages/plugin-history/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @milkdown/plugin-history
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/utils@7.3.6
10+
311
## 7.3.5
412

513
### Patch Changes

Diff for: packages/plugin-history/package.json

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

Diff for: packages/plugin-indent/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @milkdown/plugin-indent
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- 151b789: Bug fix
8+
- Updated dependencies [151b789]
9+
- @milkdown/utils@7.3.6
10+
311
## 7.3.5
412

513
### Patch Changes

Diff for: packages/plugin-indent/package.json

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

0 commit comments

Comments
 (0)