diff --git a/.changeset/spicy-foxes-add.md b/.changeset/spicy-foxes-add.md deleted file mode 100644 index 2ba421afc..000000000 --- a/.changeset/spicy-foxes-add.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wangeditor-next/basic-modules": patch -"@wangeditor-next/core": patch -"@wangeditor-next/editor": patch ---- - -perf: added menu config ts type diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 934f75b08..1bf630706 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.5.8 + +### Patch Changes + +- eea16b2: perf: added menu config ts type +- Updated dependencies [eea16b2] + - @wangeditor-next/core@1.7.9 + ## 1.5.7 ### Patch Changes diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index e0042072c..19836a661 100644 --- a/packages/basic-modules/package.json +++ b/packages/basic-modules/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/basic-modules", - "version": "1.5.7", + "version": "1.5.8", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -43,7 +43,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.8", + "@wangeditor-next/core": "1.7.9", "dom7": "^3.0.0", "lodash.throttle": "^4.1.1", "nanoid": "^5.0.0", diff --git a/packages/code-highlight/CHANGELOG.md b/packages/code-highlight/CHANGELOG.md index b229127a2..8104128aa 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.6 + +### Patch Changes + +- Updated dependencies [eea16b2] + - @wangeditor-next/core@1.7.9 + ## 1.3.5 ### Patch Changes diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index 38cdd695c..934beaeaf 100644 --- a/packages/code-highlight/package.json +++ b/packages/code-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/code-highlight", - "version": "1.3.5", + "version": "1.3.6", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -43,7 +43,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.8", + "@wangeditor-next/core": "1.7.9", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d58f518a3..35d26b49e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.7.9 + +### Patch Changes + +- eea16b2: perf: added menu config ts type + ## 1.7.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 00d8b38af..fb4ad9231 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.8", + "version": "1.7.9", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 9ffed4342..a9f744fd1 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.6.1 + +### Patch Changes + +- eea16b2: perf: added menu config ts type +- Updated dependencies [eea16b2] + - @wangeditor-next/basic-modules@1.5.8 + - @wangeditor-next/core@1.7.9 + - @wangeditor-next/upload-image-module@1.1.10 + - @wangeditor-next/code-highlight@1.3.6 + - @wangeditor-next/list-module@1.1.14 + - @wangeditor-next/table-module@1.6.7 + - @wangeditor-next/video-module@1.3.13 + ## 5.6.0 ### Minor Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 3de2ecd78..1c2f3f36c 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.0", + "version": "5.6.1", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -53,13 +53,13 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "~1.5.6", - "@wangeditor-next/code-highlight": "~1.3.4", - "@wangeditor-next/core": "~1.7.7", - "@wangeditor-next/list-module": "~1.1.12", - "@wangeditor-next/table-module": "~1.6.5", - "@wangeditor-next/upload-image-module": "~1.1.8", - "@wangeditor-next/video-module": "~1.3.11", + "@wangeditor-next/basic-modules": "~1.5.8", + "@wangeditor-next/code-highlight": "~1.3.6", + "@wangeditor-next/core": "~1.7.9", + "@wangeditor-next/list-module": "~1.1.14", + "@wangeditor-next/table-module": "~1.6.7", + "@wangeditor-next/upload-image-module": "~1.1.10", + "@wangeditor-next/video-module": "~1.3.13", "dom7": "^3.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/list-module/CHANGELOG.md b/packages/list-module/CHANGELOG.md index a0236e747..7aa284561 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.1.14 + +### Patch Changes + +- Updated dependencies [eea16b2] + - @wangeditor-next/core@1.7.9 + ## 1.1.13 ### Patch Changes diff --git a/packages/list-module/package.json b/packages/list-module/package.json index 05a5ea2d4..1c28f3f91 100644 --- a/packages/list-module/package.json +++ b/packages/list-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/list-module", - "version": "1.1.13", + "version": "1.1.14", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -43,7 +43,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.8", + "@wangeditor-next/core": "1.7.9", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index c97d1ad7b..d7cba1862 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.6.7 + +### Patch Changes + +- Updated dependencies [eea16b2] + - @wangeditor-next/core@1.7.9 + ## 1.6.6 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 93183d634..624a59e87 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.6.6", + "version": "1.6.7", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -43,7 +43,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.8", + "@wangeditor-next/core": "1.7.9", "dom7": "^3.0.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", diff --git a/packages/upload-image-module/CHANGELOG.md b/packages/upload-image-module/CHANGELOG.md index d9e32c62d..359112d33 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.10 + +### Patch Changes + +- Updated dependencies [eea16b2] + - @wangeditor-next/basic-modules@1.5.8 + - @wangeditor-next/core@1.7.9 + ## 1.1.9 ### Patch Changes diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index 93ce76cf6..92a011896 100644 --- a/packages/upload-image-module/package.json +++ b/packages/upload-image-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/upload-image-module", - "version": "1.1.9", + "version": "1.1.10", "description": "wangEditor upload-image module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -45,8 +45,8 @@ "peerDependencies": { "@uppy/core": "^2.0.3", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "1.5.7", - "@wangeditor-next/core": "1.7.8", + "@wangeditor-next/basic-modules": "1.5.8", + "@wangeditor-next/core": "1.7.9", "dom7": "^3.0.0", "lodash.foreach": "^4.5.0", "slate": "^0.72.0", diff --git a/packages/video-module/CHANGELOG.md b/packages/video-module/CHANGELOG.md index 945e9eecc..83f854b54 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.13 + +### Patch Changes + +- Updated dependencies [eea16b2] + - @wangeditor-next/core@1.7.9 + ## 1.3.12 ### Patch Changes diff --git a/packages/video-module/package.json b/packages/video-module/package.json index 4dcecf45e..6da6ce7d0 100644 --- a/packages/video-module/package.json +++ b/packages/video-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/video-module", - "version": "1.3.12", + "version": "1.3.13", "description": "wangEditor video module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -45,7 +45,7 @@ "peerDependencies": { "@uppy/core": "^2.1.4", "@uppy/xhr-upload": "^2.0.7", - "@wangeditor-next/core": "1.7.8", + "@wangeditor-next/core": "1.7.9", "dom7": "^3.0.0", "nanoid": "^5.0.0", "slate": "^0.72.0", diff --git a/packages/yjs-for-react/CHANGELOG.md b/packages/yjs-for-react/CHANGELOG.md index 3e42c485d..d6e6b29aa 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @wangeditor-next/yjs-for-react +## 0.1.8 + +### Patch Changes + +- Updated dependencies [eea16b2] + - @wangeditor-next/core@1.7.9 + - @wangeditor-next/editor@5.6.1 + - @wangeditor-next/yjs@0.1.7 + ## 1.0.0 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index 76c731e6f..09d37c7a6 100644 --- a/packages/yjs-for-react/package.json +++ b/packages/yjs-for-react/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs-for-react", - "version": "0.1.7", + "version": "0.1.8", "description": "React specific components/utils for wangeditor-next-yjs.", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -55,9 +55,9 @@ "y-protocols": "^1.0.5" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.8", - "@wangeditor-next/editor": "5.6.0", - "@wangeditor-next/yjs": "^0.1.6", + "@wangeditor-next/core": "1.7.9", + "@wangeditor-next/editor": "5.6.1", + "@wangeditor-next/yjs": "^0.1.7", "react": ">=16.8.0", "slate": "^0.72.0", "yjs": "^13.5.29" diff --git a/packages/yjs/CHANGELOG.md b/packages/yjs/CHANGELOG.md index 3db9aebe5..392e74863 100644 --- a/packages/yjs/CHANGELOG.md +++ b/packages/yjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs +## 0.1.7 + +### Patch Changes + +- Updated dependencies [eea16b2] + - @wangeditor-next/core@1.7.9 + ## 0.1.6 ### Patch Changes diff --git a/packages/yjs/package.json b/packages/yjs/package.json index f69185e4d..baeb41e3a 100644 --- a/packages/yjs/package.json +++ b/packages/yjs/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs", - "version": "0.1.6", + "version": "0.1.7", "author": "cycleccc <2991205548@qq.com>", "type": "module", "description": "Yjs binding for wangeditor-next.", @@ -47,7 +47,7 @@ "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.8", + "@wangeditor-next/core": "1.7.9", "slate": "^0.72.0", "yjs": "^13.5.29" }, diff --git a/yarn.lock b/yarn.lock index 098c5e1f3..a4e0b2858 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3417,14 +3417,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/basic-modules@npm:~1.5.6, @wangeditor-next/basic-modules@workspace:packages/basic-modules": +"@wangeditor-next/basic-modules@npm:~1.5.8, @wangeditor-next/basic-modules@workspace:packages/basic-modules": version: 0.0.0-use.local resolution: "@wangeditor-next/basic-modules@workspace:packages/basic-modules" dependencies: "@types/is-url": "npm:^1.2.29" is-url: "npm:^1.2.4" peerDependencies: - "@wangeditor-next/core": 1.7.8 + "@wangeditor-next/core": 1.7.9 dom7: ^3.0.0 lodash.throttle: ^4.1.1 nanoid: ^5.0.0 @@ -3433,21 +3433,21 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/code-highlight@npm:~1.3.4, @wangeditor-next/code-highlight@workspace:packages/code-highlight": +"@wangeditor-next/code-highlight@npm:~1.3.6, @wangeditor-next/code-highlight@workspace:packages/code-highlight": version: 0.0.0-use.local resolution: "@wangeditor-next/code-highlight@workspace:packages/code-highlight" dependencies: "@types/prismjs": "npm:^1.16.5" prismjs: "npm:^1.23.0" peerDependencies: - "@wangeditor-next/core": 1.7.8 + "@wangeditor-next/core": 1.7.9 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/core@npm:~1.7.7, @wangeditor-next/core@workspace:packages/core": +"@wangeditor-next/core@npm:~1.7.9, @wangeditor-next/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@wangeditor-next/core@workspace:packages/core" dependencies: @@ -3482,13 +3482,13 @@ __metadata: dependencies: "@uppy/core": "npm:^2.1.1" "@uppy/xhr-upload": "npm:^2.0.3" - "@wangeditor-next/basic-modules": "npm:~1.5.6" - "@wangeditor-next/code-highlight": "npm:~1.3.4" - "@wangeditor-next/core": "npm:~1.7.7" - "@wangeditor-next/list-module": "npm:~1.1.12" - "@wangeditor-next/table-module": "npm:~1.6.5" - "@wangeditor-next/upload-image-module": "npm:~1.1.8" - "@wangeditor-next/video-module": "npm:~1.3.11" + "@wangeditor-next/basic-modules": "npm:~1.5.8" + "@wangeditor-next/code-highlight": "npm:~1.3.6" + "@wangeditor-next/core": "npm:~1.7.9" + "@wangeditor-next/list-module": "npm:~1.1.14" + "@wangeditor-next/table-module": "npm:~1.6.7" + "@wangeditor-next/upload-image-module": "npm:~1.1.10" + "@wangeditor-next/video-module": "npm:~1.3.13" dom7: "npm:^3.0.0" is-hotkey: "npm:^0.2.0" lodash.camelcase: "npm:^4.3.0" @@ -3504,22 +3504,22 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/list-module@npm:~1.1.12, @wangeditor-next/list-module@workspace:packages/list-module": +"@wangeditor-next/list-module@npm:~1.1.14, @wangeditor-next/list-module@workspace:packages/list-module": version: 0.0.0-use.local resolution: "@wangeditor-next/list-module@workspace:packages/list-module" peerDependencies: - "@wangeditor-next/core": 1.7.8 + "@wangeditor-next/core": 1.7.9 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/table-module@npm:~1.6.5, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.7, @wangeditor-next/table-module@workspace:packages/table-module": version: 0.0.0-use.local resolution: "@wangeditor-next/table-module@workspace:packages/table-module" peerDependencies: - "@wangeditor-next/core": 1.7.8 + "@wangeditor-next/core": 1.7.9 dom7: ^3.0.0 lodash.debounce: ^4.0.8 lodash.isequal: ^4.5.0 @@ -3530,14 +3530,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/upload-image-module@npm:~1.1.8, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": +"@wangeditor-next/upload-image-module@npm:~1.1.10, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": version: 0.0.0-use.local resolution: "@wangeditor-next/upload-image-module@workspace:packages/upload-image-module" peerDependencies: "@uppy/core": ^2.0.3 "@uppy/xhr-upload": ^2.0.3 - "@wangeditor-next/basic-modules": 1.5.7 - "@wangeditor-next/core": 1.7.8 + "@wangeditor-next/basic-modules": 1.5.8 + "@wangeditor-next/core": 1.7.9 dom7: ^3.0.0 lodash.foreach: ^4.5.0 slate: ^0.72.0 @@ -3545,13 +3545,13 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/video-module@npm:~1.3.11, @wangeditor-next/video-module@workspace:packages/video-module": +"@wangeditor-next/video-module@npm:~1.3.13, @wangeditor-next/video-module@workspace:packages/video-module": version: 0.0.0-use.local resolution: "@wangeditor-next/video-module@workspace:packages/video-module" peerDependencies: "@uppy/core": ^2.1.4 "@uppy/xhr-upload": ^2.0.7 - "@wangeditor-next/core": 1.7.8 + "@wangeditor-next/core": 1.7.9 dom7: ^3.0.0 nanoid: ^5.0.0 slate: ^0.72.0 @@ -3643,9 +3643,9 @@ __metadata: use-sync-external-store: "npm:^1.2.0" y-protocols: "npm:^1.0.5" peerDependencies: - "@wangeditor-next/core": 1.7.8 - "@wangeditor-next/editor": 5.6.0 - "@wangeditor-next/yjs": ^0.1.6 + "@wangeditor-next/core": 1.7.9 + "@wangeditor-next/editor": 5.6.1 + "@wangeditor-next/yjs": ^0.1.7 react: ">=16.8.0" slate: ^0.72.0 yjs: ^13.5.29 @@ -3661,7 +3661,7 @@ __metadata: y-protocols: "npm:^1.0.5" yjs: "npm:^13.5.29" peerDependencies: - "@wangeditor-next/core": 1.7.8 + "@wangeditor-next/core": 1.7.9 slate: ^0.72.0 yjs: ^13.5.29 languageName: unknown