Skip to content

Commit 0303704

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

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

+1183
-93
lines changed

Diff for: .changeset/big-seahorses-admire.md

-64
This file was deleted.

Diff for: packages/components/CHANGELOG.md

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

3+
## 7.6.3
4+
5+
### Patch Changes
6+
7+
- 288bbed: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: add math in slash menu (#1686)
12+
- feat: 🎸 add root option for tooltip,slash,block (#1681)
13+
14+
## Fix
15+
16+
- fix: remove slugify for performance consideration (#1680)
17+
- fix: react and vue destroy when using crepe (#1679)
18+
- fix: allow running in insecure context (#1666)
19+
20+
## Chore
21+
22+
- chore: Lock file maintenance (#1685)
23+
- chore: bump up pnpm to v10.4.1 (#1684)
24+
- chore: bump up all non-major dependencies to v20.4.4 (#1678)
25+
- chore: bump up pnpm to v10.4.0 (#1677)
26+
- chore: bump up all non-major dependencies to v20.4.3 (#1672)
27+
- chore: update readme
28+
- chore: use short nanoid (#1668)
29+
- chore: bump up pnpm to v10.3.0 (#1663)
30+
- chore: Lock file maintenance (#1661)
31+
- chore: bump up all non-major dependencies (#1660)
32+
- chore: bump up pnpm/action-setup action to v4.1.0 (#1659)
33+
- chore: bump up all non-major dependencies (#1658)
34+
- chore: bump up vitest version to v3.0.5 [SECURITY] (#1656)
35+
- chore: bump up pnpm to v10 (#1654)
36+
- chore: bump up pnpm to v9.15.5 (#1652)
37+
- chore: Lock file maintenance (#1653)
38+
39+
- Updated dependencies [288bbed]
40+
- @milkdown/exception@7.6.3
41+
342
## 7.6.2
443

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

Diff for: packages/core/CHANGELOG.md

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

3+
## 7.6.3
4+
5+
### Patch Changes
6+
7+
- 288bbed: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: add math in slash menu (#1686)
12+
- feat: 🎸 add root option for tooltip,slash,block (#1681)
13+
14+
## Fix
15+
16+
- fix: remove slugify for performance consideration (#1680)
17+
- fix: react and vue destroy when using crepe (#1679)
18+
- fix: allow running in insecure context (#1666)
19+
20+
## Chore
21+
22+
- chore: Lock file maintenance (#1685)
23+
- chore: bump up pnpm to v10.4.1 (#1684)
24+
- chore: bump up all non-major dependencies to v20.4.4 (#1678)
25+
- chore: bump up pnpm to v10.4.0 (#1677)
26+
- chore: bump up all non-major dependencies to v20.4.3 (#1672)
27+
- chore: update readme
28+
- chore: use short nanoid (#1668)
29+
- chore: bump up pnpm to v10.3.0 (#1663)
30+
- chore: Lock file maintenance (#1661)
31+
- chore: bump up all non-major dependencies (#1660)
32+
- chore: bump up pnpm/action-setup action to v4.1.0 (#1659)
33+
- chore: bump up all non-major dependencies (#1658)
34+
- chore: bump up vitest version to v3.0.5 [SECURITY] (#1656)
35+
- chore: bump up pnpm to v10 (#1654)
36+
- chore: bump up pnpm to v9.15.5 (#1652)
37+
- chore: Lock file maintenance (#1653)
38+
39+
- Updated dependencies [288bbed]
40+
- @milkdown/exception@7.6.3
41+
342
## 7.6.2
443

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

Diff for: packages/crepe/CHANGELOG.md

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

3+
## 7.6.3
4+
5+
### Patch Changes
6+
7+
- 288bbed: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: add math in slash menu (#1686)
12+
- feat: 🎸 add root option for tooltip,slash,block (#1681)
13+
14+
## Fix
15+
16+
- fix: remove slugify for performance consideration (#1680)
17+
- fix: react and vue destroy when using crepe (#1679)
18+
- fix: allow running in insecure context (#1666)
19+
20+
## Chore
21+
22+
- chore: Lock file maintenance (#1685)
23+
- chore: bump up pnpm to v10.4.1 (#1684)
24+
- chore: bump up all non-major dependencies to v20.4.4 (#1678)
25+
- chore: bump up pnpm to v10.4.0 (#1677)
26+
- chore: bump up all non-major dependencies to v20.4.3 (#1672)
27+
- chore: update readme
28+
- chore: use short nanoid (#1668)
29+
- chore: bump up pnpm to v10.3.0 (#1663)
30+
- chore: Lock file maintenance (#1661)
31+
- chore: bump up all non-major dependencies (#1660)
32+
- chore: bump up pnpm/action-setup action to v4.1.0 (#1659)
33+
- chore: bump up all non-major dependencies (#1658)
34+
- chore: bump up vitest version to v3.0.5 [SECURITY] (#1656)
35+
- chore: bump up pnpm to v10 (#1654)
36+
- chore: bump up pnpm to v9.15.5 (#1652)
37+
- chore: Lock file maintenance (#1653)
38+
39+
- Updated dependencies [288bbed]
40+
- @milkdown/kit@7.6.3
41+
342
## 7.6.2
443

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

Diff for: packages/ctx/CHANGELOG.md

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

3+
## 7.6.3
4+
5+
### Patch Changes
6+
7+
- 288bbed: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: add math in slash menu (#1686)
12+
- feat: 🎸 add root option for tooltip,slash,block (#1681)
13+
14+
## Fix
15+
16+
- fix: remove slugify for performance consideration (#1680)
17+
- fix: react and vue destroy when using crepe (#1679)
18+
- fix: allow running in insecure context (#1666)
19+
20+
## Chore
21+
22+
- chore: Lock file maintenance (#1685)
23+
- chore: bump up pnpm to v10.4.1 (#1684)
24+
- chore: bump up all non-major dependencies to v20.4.4 (#1678)
25+
- chore: bump up pnpm to v10.4.0 (#1677)
26+
- chore: bump up all non-major dependencies to v20.4.3 (#1672)
27+
- chore: update readme
28+
- chore: use short nanoid (#1668)
29+
- chore: bump up pnpm to v10.3.0 (#1663)
30+
- chore: Lock file maintenance (#1661)
31+
- chore: bump up all non-major dependencies (#1660)
32+
- chore: bump up pnpm/action-setup action to v4.1.0 (#1659)
33+
- chore: bump up all non-major dependencies (#1658)
34+
- chore: bump up vitest version to v3.0.5 [SECURITY] (#1656)
35+
- chore: bump up pnpm to v10 (#1654)
36+
- chore: bump up pnpm to v9.15.5 (#1652)
37+
- chore: Lock file maintenance (#1653)
38+
39+
- Updated dependencies [288bbed]
40+
- @milkdown/exception@7.6.3
41+
342
## 7.6.2
443

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

Diff for: packages/exception/CHANGELOG.md

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

3+
## 7.6.3
4+
5+
### Patch Changes
6+
7+
- 288bbed: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: add math in slash menu (#1686)
12+
- feat: 🎸 add root option for tooltip,slash,block (#1681)
13+
14+
## Fix
15+
16+
- fix: remove slugify for performance consideration (#1680)
17+
- fix: react and vue destroy when using crepe (#1679)
18+
- fix: allow running in insecure context (#1666)
19+
20+
## Chore
21+
22+
- chore: Lock file maintenance (#1685)
23+
- chore: bump up pnpm to v10.4.1 (#1684)
24+
- chore: bump up all non-major dependencies to v20.4.4 (#1678)
25+
- chore: bump up pnpm to v10.4.0 (#1677)
26+
- chore: bump up all non-major dependencies to v20.4.3 (#1672)
27+
- chore: update readme
28+
- chore: use short nanoid (#1668)
29+
- chore: bump up pnpm to v10.3.0 (#1663)
30+
- chore: Lock file maintenance (#1661)
31+
- chore: bump up all non-major dependencies (#1660)
32+
- chore: bump up pnpm/action-setup action to v4.1.0 (#1659)
33+
- chore: bump up all non-major dependencies (#1658)
34+
- chore: bump up vitest version to v3.0.5 [SECURITY] (#1656)
35+
- chore: bump up pnpm to v10 (#1654)
36+
- chore: bump up pnpm to v9.15.5 (#1652)
37+
- chore: Lock file maintenance (#1653)
38+
339
## 7.6.2
440

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

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

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

3+
## 7.6.3
4+
5+
### Patch Changes
6+
7+
- 288bbed: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: add math in slash menu (#1686)
12+
- feat: 🎸 add root option for tooltip,slash,block (#1681)
13+
14+
## Fix
15+
16+
- fix: remove slugify for performance consideration (#1680)
17+
- fix: react and vue destroy when using crepe (#1679)
18+
- fix: allow running in insecure context (#1666)
19+
20+
## Chore
21+
22+
- chore: Lock file maintenance (#1685)
23+
- chore: bump up pnpm to v10.4.1 (#1684)
24+
- chore: bump up all non-major dependencies to v20.4.4 (#1678)
25+
- chore: bump up pnpm to v10.4.0 (#1677)
26+
- chore: bump up all non-major dependencies to v20.4.3 (#1672)
27+
- chore: update readme
28+
- chore: use short nanoid (#1668)
29+
- chore: bump up pnpm to v10.3.0 (#1663)
30+
- chore: Lock file maintenance (#1661)
31+
- chore: bump up all non-major dependencies (#1660)
32+
- chore: bump up pnpm/action-setup action to v4.1.0 (#1659)
33+
- chore: bump up all non-major dependencies (#1658)
34+
- chore: bump up vitest version to v3.0.5 [SECURITY] (#1656)
35+
- chore: bump up pnpm to v10 (#1654)
36+
- chore: bump up pnpm to v9.15.5 (#1652)
37+
- chore: Lock file maintenance (#1653)
38+
39+
- Updated dependencies [288bbed]
40+
- @milkdown/crepe@7.6.3
41+
- @milkdown/kit@7.6.3
42+
343
## 7.6.2
444

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

0 commit comments

Comments
 (0)