Skip to content

Commit a1ee6a3

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

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

+1011
-88
lines changed

.changeset/green-oranges-argue.md

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

packages/components/CHANGELOG.md

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

3+
## 7.16.0
4+
5+
### Minor Changes
6+
7+
- 1d330d7: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: add drop indicator plugin (#2097)
11+
- feat: add new highlight plugin (#2067)
12+
13+
## Fix
14+
- fix: 🐛 image proxy time sequence (#2110)
15+
- fix: 🐛 missing doc tag for highlight plugin
16+
17+
## Chore
18+
- chore: 🤖 enable knip and remove dead code and export (#2099)
19+
20+
## Refactor
21+
- refactor: 💡 use api from prosemirror-tables (#2083)
22+
23+
## Test
24+
- test: 💍 improve unit test of transformer (#2109)
25+
26+
## Ci
27+
- ci: 🎡 add pkg-pr-new (#2082)
28+
29+
### Patch Changes
30+
31+
- Updated dependencies [1d330d7]
32+
- @milkdown/core@7.16.0
33+
- @milkdown/ctx@7.16.0
34+
- @milkdown/exception@7.16.0
35+
- @milkdown/plugin-tooltip@7.16.0
36+
- @milkdown/preset-commonmark@7.16.0
37+
- @milkdown/preset-gfm@7.16.0
38+
- @milkdown/prose@7.16.0
39+
- @milkdown/transformer@7.16.0
40+
- @milkdown/utils@7.16.0
41+
342
## 7.15.5
443

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

packages/core/CHANGELOG.md

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

3+
## 7.16.0
4+
5+
### Minor Changes
6+
7+
- 1d330d7: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: add drop indicator plugin (#2097)
11+
- feat: add new highlight plugin (#2067)
12+
13+
## Fix
14+
- fix: 🐛 image proxy time sequence (#2110)
15+
- fix: 🐛 missing doc tag for highlight plugin
16+
17+
## Chore
18+
- chore: 🤖 enable knip and remove dead code and export (#2099)
19+
20+
## Refactor
21+
- refactor: 💡 use api from prosemirror-tables (#2083)
22+
23+
## Test
24+
- test: 💍 improve unit test of transformer (#2109)
25+
26+
## Ci
27+
- ci: 🎡 add pkg-pr-new (#2082)
28+
29+
### Patch Changes
30+
31+
- Updated dependencies [1d330d7]
32+
- @milkdown/ctx@7.16.0
33+
- @milkdown/exception@7.16.0
34+
- @milkdown/prose@7.16.0
35+
- @milkdown/transformer@7.16.0
36+
337
## 7.15.5
438

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

packages/crepe/CHANGELOG.md

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

3+
## 7.16.0
4+
5+
### Minor Changes
6+
7+
- 1d330d7: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: add drop indicator plugin (#2097)
11+
- feat: add new highlight plugin (#2067)
12+
13+
## Fix
14+
- fix: 🐛 image proxy time sequence (#2110)
15+
- fix: 🐛 missing doc tag for highlight plugin
16+
17+
## Chore
18+
- chore: 🤖 enable knip and remove dead code and export (#2099)
19+
20+
## Refactor
21+
- refactor: 💡 use api from prosemirror-tables (#2083)
22+
23+
## Test
24+
- test: 💍 improve unit test of transformer (#2109)
25+
26+
## Ci
27+
- ci: 🎡 add pkg-pr-new (#2082)
28+
29+
### Patch Changes
30+
31+
- Updated dependencies [1d330d7]
32+
- @milkdown/kit@7.16.0
33+
334
## 7.15.5
435

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

packages/ctx/CHANGELOG.md

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

3+
## 7.16.0
4+
5+
### Minor Changes
6+
7+
- 1d330d7: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: add drop indicator plugin (#2097)
11+
- feat: add new highlight plugin (#2067)
12+
13+
## Fix
14+
- fix: 🐛 image proxy time sequence (#2110)
15+
- fix: 🐛 missing doc tag for highlight plugin
16+
17+
## Chore
18+
- chore: 🤖 enable knip and remove dead code and export (#2099)
19+
20+
## Refactor
21+
- refactor: 💡 use api from prosemirror-tables (#2083)
22+
23+
## Test
24+
- test: 💍 improve unit test of transformer (#2109)
25+
26+
## Ci
27+
- ci: 🎡 add pkg-pr-new (#2082)
28+
29+
### Patch Changes
30+
31+
- Updated dependencies [1d330d7]
32+
- @milkdown/exception@7.16.0
33+
334
## 7.15.5
435

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

packages/exception/CHANGELOG.md

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

3+
## 7.16.0
4+
5+
### Minor Changes
6+
7+
- 1d330d7: Milkdown minor version release.
8+
9+
## Feat
10+
- feat: add drop indicator plugin (#2097)
11+
- feat: add new highlight plugin (#2067)
12+
13+
## Fix
14+
- fix: 🐛 image proxy time sequence (#2110)
15+
- fix: 🐛 missing doc tag for highlight plugin
16+
17+
## Chore
18+
- chore: 🤖 enable knip and remove dead code and export (#2099)
19+
20+
## Refactor
21+
- refactor: 💡 use api from prosemirror-tables (#2083)
22+
23+
## Test
24+
- test: 💍 improve unit test of transformer (#2109)
25+
26+
## Ci
27+
- ci: 🎡 add pkg-pr-new (#2082)
28+
329
## 7.15.5
430

531
### Patch Changes

0 commit comments

Comments
 (0)