Skip to content

Commit 1ae9712

Browse files
chore: version packages (#1628)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9421082 commit 1ae9712

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

+742
-75
lines changed

Diff for: .changeset/modern-buckets-tease.md

-46
This file was deleted.

Diff for: packages/components/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [9421082]
25+
- @milkdown/exception@7.6.0
26+
327
## 7.5.9
428

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

Diff for: packages/core/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [9421082]
25+
- @milkdown/exception@7.6.0
26+
327
## 7.5.9
428

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

Diff for: packages/crepe/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [9421082]
25+
- @milkdown/kit@7.6.0
26+
327
## 7.5.9
428

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

Diff for: packages/ctx/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [9421082]
25+
- @milkdown/exception@7.6.0
26+
327
## 7.5.9
428

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

Diff for: packages/exception/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
322
## 7.5.9
423

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

Diff for: packages/integrations/react/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [9421082]
25+
- @milkdown/kit@7.6.0
26+
327
## 7.5.9
428

529
### Patch Changes

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

Diff for: packages/integrations/vue/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [9421082]
25+
- @milkdown/kit@7.6.0
26+
327
## 7.5.9
428

529
### Patch Changes

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

Diff for: packages/kit/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- 9421082: Minor version release for milkdown.
8+
9+
## Feat
10+
11+
- feat: 🎸 add `on` api for crepe (#1622)
12+
- feat: add markdown inspector in storybook (#1619)
13+
- feat: add latex feature for crepe (#1613)
14+
15+
## Chore
16+
17+
- chore: use kit in integrations (#1626)
18+
- chore: bump prosemirror versions (#1621)
19+
- chore: remove math plugin since we provides latex in crepe (#1617)
20+
- chore: remove husky install since it's deprecated (#1616)
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [9421082]
25+
- @milkdown/components@7.6.0
26+
- @milkdown/core@7.6.0
27+
- @milkdown/ctx@7.6.0
28+
- @milkdown/plugin-block@7.6.0
29+
- @milkdown/plugin-clipboard@7.6.0
30+
- @milkdown/plugin-cursor@7.6.0
31+
- @milkdown/plugin-history@7.6.0
32+
- @milkdown/plugin-indent@7.6.0
33+
- @milkdown/plugin-listener@7.6.0
34+
- @milkdown/plugin-slash@7.6.0
35+
- @milkdown/plugin-tooltip@7.6.0
36+
- @milkdown/plugin-trailing@7.6.0
37+
- @milkdown/plugin-upload@7.6.0
38+
- @milkdown/preset-commonmark@7.6.0
39+
- @milkdown/preset-gfm@7.6.0
40+
- @milkdown/prose@7.6.0
41+
- @milkdown/transformer@7.6.0
42+
- @milkdown/utils@7.6.0
43+
344
## 7.5.9
445

546
### Patch Changes

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

0 commit comments

Comments
 (0)