Skip to content

Commit 16a3dfa

Browse files
chore: version packages (#1787)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eeb7c58 commit 16a3dfa

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

+774
-76
lines changed

.changeset/petite-lies-jam.md

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

packages/components/CHANGELOG.md

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

3+
## 7.8.0
4+
5+
### Minor Changes
6+
7+
- eeb7c58: Milkdown minor version release.
8+
9+
## Feat
10+
11+
- feat: 🎸 add bike-style virtual cursor (#1770)
12+
13+
## Fix
14+
15+
- fix: crepe inline code padding
16+
- fix: 🐛 google doc paste (#1773)
17+
- fix: 🐛 should not display slash menu if has following chars (#1772)
18+
- fix: remove inline code mark inclusive config (#1771)
19+
20+
## Chore
21+
22+
- chore: remove deprecated diagram package (#1786)
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [eeb7c58]
27+
- @milkdown/exception@7.8.0
28+
329
## 7.7.0
430

531
### Minor 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.7.0",
4+
"version": "7.8.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/core/CHANGELOG.md

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

3+
## 7.8.0
4+
5+
### Minor Changes
6+
7+
- eeb7c58: Milkdown minor version release.
8+
9+
## Feat
10+
11+
- feat: 🎸 add bike-style virtual cursor (#1770)
12+
13+
## Fix
14+
15+
- fix: crepe inline code padding
16+
- fix: 🐛 google doc paste (#1773)
17+
- fix: 🐛 should not display slash menu if has following chars (#1772)
18+
- fix: remove inline code mark inclusive config (#1771)
19+
20+
## Chore
21+
22+
- chore: remove deprecated diagram package (#1786)
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [eeb7c58]
27+
- @milkdown/exception@7.8.0
28+
329
## 7.7.0
430

531
### Minor 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.7.0",
4+
"version": "7.8.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/crepe/CHANGELOG.md

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

3+
## 7.8.0
4+
5+
### Minor Changes
6+
7+
- eeb7c58: Milkdown minor version release.
8+
9+
## Feat
10+
11+
- feat: 🎸 add bike-style virtual cursor (#1770)
12+
13+
## Fix
14+
15+
- fix: crepe inline code padding
16+
- fix: 🐛 google doc paste (#1773)
17+
- fix: 🐛 should not display slash menu if has following chars (#1772)
18+
- fix: remove inline code mark inclusive config (#1771)
19+
20+
## Chore
21+
22+
- chore: remove deprecated diagram package (#1786)
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [eeb7c58]
27+
- @milkdown/kit@7.8.0
28+
329
## 7.7.0
430

531
### Minor 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.7.0",
4+
"version": "7.8.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/ctx/CHANGELOG.md

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

3+
## 7.8.0
4+
5+
### Minor Changes
6+
7+
- eeb7c58: Milkdown minor version release.
8+
9+
## Feat
10+
11+
- feat: 🎸 add bike-style virtual cursor (#1770)
12+
13+
## Fix
14+
15+
- fix: crepe inline code padding
16+
- fix: 🐛 google doc paste (#1773)
17+
- fix: 🐛 should not display slash menu if has following chars (#1772)
18+
- fix: remove inline code mark inclusive config (#1771)
19+
20+
## Chore
21+
22+
- chore: remove deprecated diagram package (#1786)
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [eeb7c58]
27+
- @milkdown/exception@7.8.0
28+
329
## 7.7.0
430

531
### Minor 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.7.0",
4+
"version": "7.8.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/exception/CHANGELOG.md

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

3+
## 7.8.0
4+
5+
### Minor Changes
6+
7+
- eeb7c58: Milkdown minor version release.
8+
9+
## Feat
10+
11+
- feat: 🎸 add bike-style virtual cursor (#1770)
12+
13+
## Fix
14+
15+
- fix: crepe inline code padding
16+
- fix: 🐛 google doc paste (#1773)
17+
- fix: 🐛 should not display slash menu if has following chars (#1772)
18+
- fix: remove inline code mark inclusive config (#1771)
19+
20+
## Chore
21+
22+
- chore: remove deprecated diagram package (#1786)
23+
324
## 7.7.0
425

526
### Minor Changes

0 commit comments

Comments
 (0)