Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @milkdown/components

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/core@7.15.3
- @milkdown/ctx@7.15.3
- @milkdown/exception@7.15.3
- @milkdown/plugin-tooltip@7.15.3
- @milkdown/preset-commonmark@7.15.3
- @milkdown/preset-gfm@7.15.3
- @milkdown/prose@7.15.3
- @milkdown/transformer@7.15.3
- @milkdown/utils@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/components",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @milkdown/core

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/ctx@7.15.3
- @milkdown/exception@7.15.3
- @milkdown/prose@7.15.3
- @milkdown/transformer@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/core",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/crepe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @milkdown/crepe

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/kit@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crepe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/crepe",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/ctx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @milkdown/ctx

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/exception@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ctx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/ctx",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @milkdown/exception

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/exception",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @milkdown/react

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/crepe@7.15.3
- @milkdown/kit@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/react",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/integrations/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @milkdown/vue

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/crepe@7.15.3
- @milkdown/kit@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/vue",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
32 changes: 32 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @milkdown/kit

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/components@7.15.3
- @milkdown/core@7.15.3
- @milkdown/ctx@7.15.3
- @milkdown/plugin-block@7.15.3
- @milkdown/plugin-clipboard@7.15.3
- @milkdown/plugin-cursor@7.15.3
- @milkdown/plugin-history@7.15.3
- @milkdown/plugin-indent@7.15.3
- @milkdown/plugin-listener@7.15.3
- @milkdown/plugin-slash@7.15.3
- @milkdown/plugin-tooltip@7.15.3
- @milkdown/plugin-trailing@7.15.3
- @milkdown/plugin-upload@7.15.3
- @milkdown/preset-commonmark@7.15.3
- @milkdown/preset-gfm@7.15.3
- @milkdown/prose@7.15.3
- @milkdown/transformer@7.15.3
- @milkdown/utils@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/kit",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/plugins/plugin-automd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @milkdown/plugin-automd

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/core@7.15.3
- @milkdown/ctx@7.15.3
- @milkdown/exception@7.15.3
- @milkdown/prose@7.15.3
- @milkdown/utils@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-automd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-automd",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/plugins/plugin-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @milkdown/plugin-block

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/core@7.15.3
- @milkdown/ctx@7.15.3
- @milkdown/exception@7.15.3
- @milkdown/prose@7.15.3
- @milkdown/utils@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-block",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugins/plugin-clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @milkdown/plugin-clipboard

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/core@7.15.3
- @milkdown/ctx@7.15.3
- @milkdown/prose@7.15.3
- @milkdown/utils@7.15.3

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-clipboard",
"type": "module",
"version": "7.15.2",
"version": "7.15.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/plugins/plugin-collab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @milkdown/plugin-collaborative

## 7.15.3

### Patch Changes

- 23f6a20: Milkdown patch version release.

## Fix
- fix: 🐛 doc mismatch when mounting doc with list item (#2048)

## Refactor
- refactor: 💡 replace all lodash libraries with lodash-es (#2050)

- Updated dependencies [23f6a20]
- @milkdown/core@7.15.3
- @milkdown/ctx@7.15.3
- @milkdown/exception@7.15.3
- @milkdown/prose@7.15.3
- @milkdown/utils@7.15.3

## 7.15.2

### Patch Changes
Expand Down
Loading
Loading