Skip to content

Commit 94cc148

Browse files
chore: version packages (#1651)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 061f740 commit 94cc148

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

+951
-85
lines changed

Diff for: .changeset/gold-needles-divide.md

-56
This file was deleted.

Diff for: packages/components/CHANGELOG.md

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

3+
## 7.6.2
4+
5+
### Patch Changes
6+
7+
- 061f740: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: make integrations accept crepe editor (#1649)
12+
- feat: add crepe ctx to make users can access crepe from editor (#1648)
13+
14+
## Fix
15+
16+
- fix: 🐛 incompatibility between Promise.resolve and angular change detection mechanism (#1647)
17+
- fix: 🐛 remark transform error when no code block lang (#1642)
18+
19+
## Chore
20+
21+
- chore: bump up tailwindcss version to v4 (#1638)
22+
- chore: bump up all non-major dependencies to v20.4.0 (#1646)
23+
- chore: Lock file maintenance (#1645)
24+
- chore: bump up all non-major dependencies to v20.3.3 (#1641)
25+
- chore: bump up vite version to v6.0.9 [SECURITY] (#1636)
26+
- chore: bump up shiki version to v2 (#1634)
27+
- chore: Lock file maintenance (#1633)
28+
- chore: bump up all non-major dependencies to v20.3.2 (#1632)
29+
- chore: bump up katex version to v0.16.21 [SECURITY] (#1631)
30+
31+
- Updated dependencies [061f740]
32+
- @milkdown/exception@7.6.2
33+
334
## 7.6.1
435

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

Diff for: packages/core/CHANGELOG.md

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

3+
## 7.6.2
4+
5+
### Patch Changes
6+
7+
- 061f740: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: make integrations accept crepe editor (#1649)
12+
- feat: add crepe ctx to make users can access crepe from editor (#1648)
13+
14+
## Fix
15+
16+
- fix: 🐛 incompatibility between Promise.resolve and angular change detection mechanism (#1647)
17+
- fix: 🐛 remark transform error when no code block lang (#1642)
18+
19+
## Chore
20+
21+
- chore: bump up tailwindcss version to v4 (#1638)
22+
- chore: bump up all non-major dependencies to v20.4.0 (#1646)
23+
- chore: Lock file maintenance (#1645)
24+
- chore: bump up all non-major dependencies to v20.3.3 (#1641)
25+
- chore: bump up vite version to v6.0.9 [SECURITY] (#1636)
26+
- chore: bump up shiki version to v2 (#1634)
27+
- chore: Lock file maintenance (#1633)
28+
- chore: bump up all non-major dependencies to v20.3.2 (#1632)
29+
- chore: bump up katex version to v0.16.21 [SECURITY] (#1631)
30+
31+
- Updated dependencies [061f740]
32+
- @milkdown/exception@7.6.2
33+
334
## 7.6.1
435

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

Diff for: packages/crepe/CHANGELOG.md

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

3+
## 7.6.2
4+
5+
### Patch Changes
6+
7+
- 061f740: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: make integrations accept crepe editor (#1649)
12+
- feat: add crepe ctx to make users can access crepe from editor (#1648)
13+
14+
## Fix
15+
16+
- fix: 🐛 incompatibility between Promise.resolve and angular change detection mechanism (#1647)
17+
- fix: 🐛 remark transform error when no code block lang (#1642)
18+
19+
## Chore
20+
21+
- chore: bump up tailwindcss version to v4 (#1638)
22+
- chore: bump up all non-major dependencies to v20.4.0 (#1646)
23+
- chore: Lock file maintenance (#1645)
24+
- chore: bump up all non-major dependencies to v20.3.3 (#1641)
25+
- chore: bump up vite version to v6.0.9 [SECURITY] (#1636)
26+
- chore: bump up shiki version to v2 (#1634)
27+
- chore: Lock file maintenance (#1633)
28+
- chore: bump up all non-major dependencies to v20.3.2 (#1632)
29+
- chore: bump up katex version to v0.16.21 [SECURITY] (#1631)
30+
31+
- Updated dependencies [061f740]
32+
- @milkdown/kit@7.6.2
33+
334
## 7.6.1
435

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

Diff for: packages/ctx/CHANGELOG.md

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

3+
## 7.6.2
4+
5+
### Patch Changes
6+
7+
- 061f740: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: make integrations accept crepe editor (#1649)
12+
- feat: add crepe ctx to make users can access crepe from editor (#1648)
13+
14+
## Fix
15+
16+
- fix: 🐛 incompatibility between Promise.resolve and angular change detection mechanism (#1647)
17+
- fix: 🐛 remark transform error when no code block lang (#1642)
18+
19+
## Chore
20+
21+
- chore: bump up tailwindcss version to v4 (#1638)
22+
- chore: bump up all non-major dependencies to v20.4.0 (#1646)
23+
- chore: Lock file maintenance (#1645)
24+
- chore: bump up all non-major dependencies to v20.3.3 (#1641)
25+
- chore: bump up vite version to v6.0.9 [SECURITY] (#1636)
26+
- chore: bump up shiki version to v2 (#1634)
27+
- chore: Lock file maintenance (#1633)
28+
- chore: bump up all non-major dependencies to v20.3.2 (#1632)
29+
- chore: bump up katex version to v0.16.21 [SECURITY] (#1631)
30+
31+
- Updated dependencies [061f740]
32+
- @milkdown/exception@7.6.2
33+
334
## 7.6.1
435

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

Diff for: packages/exception/CHANGELOG.md

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

3+
## 7.6.2
4+
5+
### Patch Changes
6+
7+
- 061f740: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: make integrations accept crepe editor (#1649)
12+
- feat: add crepe ctx to make users can access crepe from editor (#1648)
13+
14+
## Fix
15+
16+
- fix: 🐛 incompatibility between Promise.resolve and angular change detection mechanism (#1647)
17+
- fix: 🐛 remark transform error when no code block lang (#1642)
18+
19+
## Chore
20+
21+
- chore: bump up tailwindcss version to v4 (#1638)
22+
- chore: bump up all non-major dependencies to v20.4.0 (#1646)
23+
- chore: Lock file maintenance (#1645)
24+
- chore: bump up all non-major dependencies to v20.3.3 (#1641)
25+
- chore: bump up vite version to v6.0.9 [SECURITY] (#1636)
26+
- chore: bump up shiki version to v2 (#1634)
27+
- chore: Lock file maintenance (#1633)
28+
- chore: bump up all non-major dependencies to v20.3.2 (#1632)
29+
- chore: bump up katex version to v0.16.21 [SECURITY] (#1631)
30+
331
## 7.6.1
432

533
## 7.6.0

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

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

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

3+
## 7.6.2
4+
5+
### Patch Changes
6+
7+
- 061f740: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: make integrations accept crepe editor (#1649)
12+
- feat: add crepe ctx to make users can access crepe from editor (#1648)
13+
14+
## Fix
15+
16+
- fix: 🐛 incompatibility between Promise.resolve and angular change detection mechanism (#1647)
17+
- fix: 🐛 remark transform error when no code block lang (#1642)
18+
19+
## Chore
20+
21+
- chore: bump up tailwindcss version to v4 (#1638)
22+
- chore: bump up all non-major dependencies to v20.4.0 (#1646)
23+
- chore: Lock file maintenance (#1645)
24+
- chore: bump up all non-major dependencies to v20.3.3 (#1641)
25+
- chore: bump up vite version to v6.0.9 [SECURITY] (#1636)
26+
- chore: bump up shiki version to v2 (#1634)
27+
- chore: Lock file maintenance (#1633)
28+
- chore: bump up all non-major dependencies to v20.3.2 (#1632)
29+
- chore: bump up katex version to v0.16.21 [SECURITY] (#1631)
30+
31+
- Updated dependencies [061f740]
32+
- @milkdown/crepe@7.6.2
33+
- @milkdown/kit@7.6.2
34+
335
## 7.6.1
436

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

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

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

3+
## 7.6.2
4+
5+
### Patch Changes
6+
7+
- 061f740: Release milkdown patch version.
8+
9+
## Feat
10+
11+
- feat: make integrations accept crepe editor (#1649)
12+
- feat: add crepe ctx to make users can access crepe from editor (#1648)
13+
14+
## Fix
15+
16+
- fix: 🐛 incompatibility between Promise.resolve and angular change detection mechanism (#1647)
17+
- fix: 🐛 remark transform error when no code block lang (#1642)
18+
19+
## Chore
20+
21+
- chore: bump up tailwindcss version to v4 (#1638)
22+
- chore: bump up all non-major dependencies to v20.4.0 (#1646)
23+
- chore: Lock file maintenance (#1645)
24+
- chore: bump up all non-major dependencies to v20.3.3 (#1641)
25+
- chore: bump up vite version to v6.0.9 [SECURITY] (#1636)
26+
- chore: bump up shiki version to v2 (#1634)
27+
- chore: Lock file maintenance (#1633)
28+
- chore: bump up all non-major dependencies to v20.3.2 (#1632)
29+
- chore: bump up katex version to v0.16.21 [SECURITY] (#1631)
30+
31+
- Updated dependencies [061f740]
32+
- @milkdown/crepe@7.6.2
33+
- @milkdown/kit@7.6.2
34+
335
## 7.6.1
436

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

0 commit comments

Comments
 (0)