diff --git a/.changeset/friendly-baboons-run.md b/.changeset/friendly-baboons-run.md deleted file mode 100644 index f6188fca3..000000000 --- a/.changeset/friendly-baboons-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@wangeditor-next/editor': patch ---- - -update editor module version diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 38c9fa088..becff3d0c 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.6.5 + +### Patch Changes + +- 5e1d59a: update editor module version + ## 5.6.4 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index cfd886b27..f2a42957e 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.4", + "version": "5.6.5", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -54,13 +54,13 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "~1.5.12", - "@wangeditor-next/code-highlight": "~1.3.10", - "@wangeditor-next/core": "~1.7.13", - "@wangeditor-next/list-module": "~1.1.18", - "@wangeditor-next/table-module": "~1.6.11", - "@wangeditor-next/upload-image-module": "~1.1.15", - "@wangeditor-next/video-module": "~1.3.18", + "@wangeditor-next/basic-modules": "~1.5.14", + "@wangeditor-next/code-highlight": "~1.3.12", + "@wangeditor-next/core": "~1.7.15", + "@wangeditor-next/list-module": "~1.1.21", + "@wangeditor-next/table-module": "~1.6.15", + "@wangeditor-next/upload-image-module": "~1.1.17", + "@wangeditor-next/video-module": "~1.3.20", "dom7": "^3.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/yjs-for-react/CHANGELOG.md b/packages/yjs-for-react/CHANGELOG.md index 76ee40c07..1cd2833eb 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs-for-react +## 0.1.15 + +### Patch Changes + +- Updated dependencies [5e1d59a] + - @wangeditor-next/editor@5.6.5 + ## 0.1.14 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index 426387795..1953ef8f7 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.14", + "version": "0.1.15", "description": "React specific components/utils for wangeditor-next-yjs.", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -57,7 +57,7 @@ }, "peerDependencies": { "@wangeditor-next/core": "1.7.15", - "@wangeditor-next/editor": "5.6.4", + "@wangeditor-next/editor": "5.6.5", "@wangeditor-next/yjs": "^0.1.13", "react": ">=16.8.0", "slate": "^0.72.0", diff --git a/yarn.lock b/yarn.lock index ab1b8396e..6ed4fa8f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3417,7 +3417,7 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/basic-modules@npm:~1.5.12, @wangeditor-next/basic-modules@workspace:packages/basic-modules": +"@wangeditor-next/basic-modules@npm:~1.5.14, @wangeditor-next/basic-modules@workspace:packages/basic-modules": version: 0.0.0-use.local resolution: "@wangeditor-next/basic-modules@workspace:packages/basic-modules" dependencies: @@ -3433,7 +3433,7 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/code-highlight@npm:~1.3.10, @wangeditor-next/code-highlight@workspace:packages/code-highlight": +"@wangeditor-next/code-highlight@npm:~1.3.12, @wangeditor-next/code-highlight@workspace:packages/code-highlight": version: 0.0.0-use.local resolution: "@wangeditor-next/code-highlight@workspace:packages/code-highlight" dependencies: @@ -3447,7 +3447,7 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/core@npm:~1.7.13, @wangeditor-next/core@workspace:packages/core": +"@wangeditor-next/core@npm:~1.7.15, @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.12" - "@wangeditor-next/code-highlight": "npm:~1.3.10" - "@wangeditor-next/core": "npm:~1.7.13" - "@wangeditor-next/list-module": "npm:~1.1.18" - "@wangeditor-next/table-module": "npm:~1.6.11" - "@wangeditor-next/upload-image-module": "npm:~1.1.15" - "@wangeditor-next/video-module": "npm:~1.3.18" + "@wangeditor-next/basic-modules": "npm:~1.5.14" + "@wangeditor-next/code-highlight": "npm:~1.3.12" + "@wangeditor-next/core": "npm:~1.7.15" + "@wangeditor-next/list-module": "npm:~1.1.21" + "@wangeditor-next/table-module": "npm:~1.6.15" + "@wangeditor-next/upload-image-module": "npm:~1.1.17" + "@wangeditor-next/video-module": "npm:~1.3.20" dom7: "npm:^3.0.0" is-hotkey: "npm:^0.2.0" lodash.camelcase: "npm:^4.3.0" @@ -3504,7 +3504,7 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/list-module@npm:~1.1.18, @wangeditor-next/list-module@workspace:packages/list-module": +"@wangeditor-next/list-module@npm:~1.1.21, @wangeditor-next/list-module@workspace:packages/list-module": version: 0.0.0-use.local resolution: "@wangeditor-next/list-module@workspace:packages/list-module" peerDependencies: @@ -3515,7 +3515,7 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/table-module@npm:~1.6.11, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.15, @wangeditor-next/table-module@workspace:packages/table-module": version: 0.0.0-use.local resolution: "@wangeditor-next/table-module@workspace:packages/table-module" peerDependencies: @@ -3530,7 +3530,7 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/upload-image-module@npm:~1.1.15, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": +"@wangeditor-next/upload-image-module@npm:~1.1.17, @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: @@ -3545,7 +3545,7 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/video-module@npm:~1.3.18, @wangeditor-next/video-module@workspace:packages/video-module": +"@wangeditor-next/video-module@npm:~1.3.20, @wangeditor-next/video-module@workspace:packages/video-module": version: 0.0.0-use.local resolution: "@wangeditor-next/video-module@workspace:packages/video-module" peerDependencies: @@ -3644,7 +3644,7 @@ __metadata: y-protocols: "npm:^1.0.5" peerDependencies: "@wangeditor-next/core": 1.7.15 - "@wangeditor-next/editor": 5.6.4 + "@wangeditor-next/editor": 5.6.5 "@wangeditor-next/yjs": ^0.1.13 react: ">=16.8.0" slate: ^0.72.0