diff --git a/.changeset/moody-games-applaud.md b/.changeset/moody-games-applaud.md deleted file mode 100644 index 9be6a98..0000000 --- a/.changeset/moody-games-applaud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@milkdown-lab/plugin-fullscreen': minor -'@milkdown-lab/plugin-menu': minor -'@milkdown-lab/plugin-split-editing': minor ---- - -No Summary diff --git a/examples/with-fullscreen/CHANGELOG.md b/examples/with-fullscreen/CHANGELOG.md index c2ea0e7..afcbcbd 100644 --- a/examples/with-fullscreen/CHANGELOG.md +++ b/examples/with-fullscreen/CHANGELOG.md @@ -1,5 +1,12 @@ # with-fullscreen +## 0.0.6 + +### Patch Changes + +- Updated dependencies [b27a05b] + - @milkdown-lab/plugin-fullscreen@1.3.0 + ## 0.0.5 ### Patch Changes diff --git a/examples/with-fullscreen/package.json b/examples/with-fullscreen/package.json index da27f05..bf18db0 100644 --- a/examples/with-fullscreen/package.json +++ b/examples/with-fullscreen/package.json @@ -1,7 +1,7 @@ { "name": "with-fullscreen", "private": true, - "version": "0.0.5", + "version": "0.0.6", "type": "module", "scripts": { "dev": "vite", diff --git a/examples/with-menu/CHANGELOG.md b/examples/with-menu/CHANGELOG.md index d42a482..6e86ea9 100644 --- a/examples/with-menu/CHANGELOG.md +++ b/examples/with-menu/CHANGELOG.md @@ -1,5 +1,12 @@ # example-with-menu +## 0.0.11 + +### Patch Changes + +- Updated dependencies [b27a05b] + - @milkdown-lab/plugin-menu@1.3.0 + ## 0.0.10 ### Patch Changes diff --git a/examples/with-menu/package.json b/examples/with-menu/package.json index ce61ca6..8b27be5 100644 --- a/examples/with-menu/package.json +++ b/examples/with-menu/package.json @@ -1,7 +1,7 @@ { "name": "example-with-menu", "private": true, - "version": "0.0.10", + "version": "0.0.11", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/plugin-fullscreen/CHANGELOG.md b/packages/plugin-fullscreen/CHANGELOG.md index f6cc044..4a19477 100644 --- a/packages/plugin-fullscreen/CHANGELOG.md +++ b/packages/plugin-fullscreen/CHANGELOG.md @@ -1,5 +1,11 @@ # @milkdown-lab/plugin-fullscreen +## 1.3.0 + +### Minor Changes + +- b27a05b: No Summary + ## 1.2.3 ### Patch Changes diff --git a/packages/plugin-fullscreen/package.json b/packages/plugin-fullscreen/package.json index 56de5e2..8c51c1f 100644 --- a/packages/plugin-fullscreen/package.json +++ b/packages/plugin-fullscreen/package.json @@ -1,6 +1,6 @@ { "name": "@milkdown-lab/plugin-fullscreen", - "version": "1.2.3", + "version": "1.3.0", "description": "The plugin adds `fullscreen` feature to milkdown", "type": "module", "main": "./lib/index.js", diff --git a/packages/plugin-menu/CHANGELOG.md b/packages/plugin-menu/CHANGELOG.md index b2bcdb6..e6d3a7d 100644 --- a/packages/plugin-menu/CHANGELOG.md +++ b/packages/plugin-menu/CHANGELOG.md @@ -1,5 +1,11 @@ # @milkdown-lab/plugin-menu +## 1.3.0 + +### Minor Changes + +- b27a05b: No Summary + ## 1.2.3 ### Patch Changes diff --git a/packages/plugin-menu/package.json b/packages/plugin-menu/package.json index dcb0441..a4084dc 100644 --- a/packages/plugin-menu/package.json +++ b/packages/plugin-menu/package.json @@ -1,6 +1,6 @@ { "name": "@milkdown-lab/plugin-menu", - "version": "1.2.3", + "version": "1.3.0", "description": "The plugin adds menubar of milkdown", "type": "module", "main": "./lib/index.js", diff --git a/packages/plugin-split-editing/CHANGELOG.md b/packages/plugin-split-editing/CHANGELOG.md index 17871ca..375228f 100644 --- a/packages/plugin-split-editing/CHANGELOG.md +++ b/packages/plugin-split-editing/CHANGELOG.md @@ -1,5 +1,11 @@ # @milkdown-lab/plugin-split-editing +## 1.3.0 + +### Minor Changes + +- b27a05b: No Summary + ## 1.2.3 ### Patch Changes diff --git a/packages/plugin-split-editing/package.json b/packages/plugin-split-editing/package.json index 0077320..09122f3 100644 --- a/packages/plugin-split-editing/package.json +++ b/packages/plugin-split-editing/package.json @@ -1,6 +1,6 @@ { "name": "@milkdown-lab/plugin-split-editing", - "version": "1.2.3", + "version": "1.3.0", "description": "The plugin adds split editing view to milkdown", "type": "module", "main": "./lib/index.js",