Skip to content

Commit 1483adc

Browse files
chore: version packages (#2266)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0477c5b commit 1483adc

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

+605
-70
lines changed

.changeset/brown-mugs-sleep.md

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

packages/components/CHANGELOG.md

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

3+
## 7.19.0
4+
5+
### Minor Changes
6+
7+
- cf36326: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: 🎸 add optional onImageLoadError callback for image-block (#2251)
11+
12+
## Fix
13+
- fix: exports of crepe package point at incorrect path (#2252)
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [cf36326]
18+
- @milkdown/core@7.19.0
19+
- @milkdown/ctx@7.19.0
20+
- @milkdown/exception@7.19.0
21+
- @milkdown/plugin-tooltip@7.19.0
22+
- @milkdown/preset-commonmark@7.19.0
23+
- @milkdown/preset-gfm@7.19.0
24+
- @milkdown/prose@7.19.0
25+
- @milkdown/transformer@7.19.0
26+
- @milkdown/utils@7.19.0
27+
328
## 7.18.0
429

530
### 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.18.0",
4+
"version": "7.19.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/core/CHANGELOG.md

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

3+
## 7.19.0
4+
5+
### Minor Changes
6+
7+
- cf36326: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: 🎸 add optional onImageLoadError callback for image-block (#2251)
11+
12+
## Fix
13+
- fix: exports of crepe package point at incorrect path (#2252)
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [cf36326]
18+
- @milkdown/ctx@7.19.0
19+
- @milkdown/exception@7.19.0
20+
- @milkdown/prose@7.19.0
21+
- @milkdown/transformer@7.19.0
22+
323
## 7.18.0
424

525
### 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.18.0",
4+
"version": "7.19.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/crepe/CHANGELOG.md

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

3+
## 7.19.0
4+
5+
### Minor Changes
6+
7+
- cf36326: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: 🎸 add optional onImageLoadError callback for image-block (#2251)
11+
12+
## Fix
13+
- fix: exports of crepe package point at incorrect path (#2252)
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [cf36326]
18+
- @milkdown/kit@7.19.0
19+
320
## 7.18.0
421

522
### 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.18.0",
4+
"version": "7.19.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/ctx/CHANGELOG.md

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

3+
## 7.19.0
4+
5+
### Minor Changes
6+
7+
- cf36326: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: 🎸 add optional onImageLoadError callback for image-block (#2251)
11+
12+
## Fix
13+
- fix: exports of crepe package point at incorrect path (#2252)
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [cf36326]
18+
- @milkdown/exception@7.19.0
19+
320
## 7.18.0
421

522
### 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.18.0",
4+
"version": "7.19.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/exception/CHANGELOG.md

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

3+
## 7.19.0
4+
5+
### Minor Changes
6+
7+
- cf36326: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: 🎸 add optional onImageLoadError callback for image-block (#2251)
11+
12+
## Fix
13+
- fix: exports of crepe package point at incorrect path (#2252)
14+
315
## 7.18.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)