Skip to content

Commit 54aed39

Browse files
chore: version packages (#2072)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5057e1 commit 54aed39

Some content is hidden

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

57 files changed

+571
-69
lines changed

.changeset/fancy-bananas-refuse.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @milkdown/components
22

3+
## 7.15.4
4+
5+
### Patch Changes
6+
7+
- d5057e1: Milkdown patch version release.
8+
9+
## Fix
10+
- fix: 🐛 config merge should not merge array in crepe (#2066)
11+
- fix: 🐛 encode entity for trailing space (#2058)
12+
13+
## Refactor
14+
- refactor: 💡 improve type of clipboard plugin
15+
16+
- Updated dependencies [d5057e1]
17+
- @milkdown/core@7.15.4
18+
- @milkdown/ctx@7.15.4
19+
- @milkdown/exception@7.15.4
20+
- @milkdown/plugin-tooltip@7.15.4
21+
- @milkdown/preset-commonmark@7.15.4
22+
- @milkdown/preset-gfm@7.15.4
23+
- @milkdown/prose@7.15.4
24+
- @milkdown/transformer@7.15.4
25+
- @milkdown/utils@7.15.4
26+
327
## 7.15.3
428

529
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/components",
33
"type": "module",
4-
"version": "7.15.3",
4+
"version": "7.15.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @milkdown/core
22

3+
## 7.15.4
4+
5+
### Patch Changes
6+
7+
- d5057e1: Milkdown patch version release.
8+
9+
## Fix
10+
- fix: 🐛 config merge should not merge array in crepe (#2066)
11+
- fix: 🐛 encode entity for trailing space (#2058)
12+
13+
## Refactor
14+
- refactor: 💡 improve type of clipboard plugin
15+
16+
- Updated dependencies [d5057e1]
17+
- @milkdown/ctx@7.15.4
18+
- @milkdown/exception@7.15.4
19+
- @milkdown/prose@7.15.4
20+
- @milkdown/transformer@7.15.4
21+
322
## 7.15.3
423

524
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/core",
33
"type": "module",
4-
"version": "7.15.3",
4+
"version": "7.15.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/crepe/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @milkdown/crepe
22

3+
## 7.15.4
4+
5+
### Patch Changes
6+
7+
- d5057e1: Milkdown patch version release.
8+
9+
## Fix
10+
- fix: 🐛 config merge should not merge array in crepe (#2066)
11+
- fix: 🐛 encode entity for trailing space (#2058)
12+
13+
## Refactor
14+
- refactor: 💡 improve type of clipboard plugin
15+
16+
- Updated dependencies [d5057e1]
17+
- @milkdown/kit@7.15.4
18+
319
## 7.15.3
420

521
### Patch Changes

packages/crepe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/crepe",
33
"type": "module",
4-
"version": "7.15.3",
4+
"version": "7.15.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/ctx/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @milkdown/ctx
22

3+
## 7.15.4
4+
5+
### Patch Changes
6+
7+
- d5057e1: Milkdown patch version release.
8+
9+
## Fix
10+
- fix: 🐛 config merge should not merge array in crepe (#2066)
11+
- fix: 🐛 encode entity for trailing space (#2058)
12+
13+
## Refactor
14+
- refactor: 💡 improve type of clipboard plugin
15+
16+
- Updated dependencies [d5057e1]
17+
- @milkdown/exception@7.15.4
18+
319
## 7.15.3
420

521
### Patch Changes

packages/ctx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@milkdown/ctx",
33
"type": "module",
4-
"version": "7.15.3",
4+
"version": "7.15.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/exception/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @milkdown/exception
22

3+
## 7.15.4
4+
5+
### Patch Changes
6+
7+
- d5057e1: Milkdown patch version release.
8+
9+
## Fix
10+
- fix: 🐛 config merge should not merge array in crepe (#2066)
11+
- fix: 🐛 encode entity for trailing space (#2058)
12+
13+
## Refactor
14+
- refactor: 💡 improve type of clipboard plugin
15+
316
## 7.15.3
417

518
### Patch Changes

0 commit comments

Comments
 (0)