diff --git a/.changeset/brown-pots-remain.md b/.changeset/brown-pots-remain.md deleted file mode 100644 index 8713f81cd..000000000 --- a/.changeset/brown-pots-remain.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@wangeditor-next/upload-image-module': patch -'@wangeditor-next/code-highlight': patch -'@wangeditor-next/basic-modules': patch -'@wangeditor-next/yjs-for-react': patch -'@wangeditor-next/table-module': patch -'@wangeditor-next/video-module': patch -'@wangeditor-next/list-module': patch -'@wangeditor-next/editor': patch -'@wangeditor-next/core': patch -'@wangeditor-next/yjs': patch ---- - -fix path resolve warning diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 94c4a7c83..2a093a0d5 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.5.10 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/core@1.7.11 + ## 1.5.9 ### Patch Changes diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 48e3c2473..35f86f3e6 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.9", + "version": "1.5.10", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -12,7 +12,6 @@ "exports": { ".": { "types": "./dist/packages/basic-modules/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -45,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.10", + "@wangeditor-next/core": "1.7.11", "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 eca4d5462..619d57225 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.3.8 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/core@1.7.11 + ## 1.3.7 ### Patch Changes diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index 0d010ea0c..6e9879d55 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.7", + "version": "1.3.8", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -12,7 +12,6 @@ "exports": { ".": { "types": "./dist/code-highlight/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -45,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.10", + "@wangeditor-next/core": "1.7.11", "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 52410761c..81644e4fa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.7.11 + +### Patch Changes + +- ceeb138: fix path resolve warning + ## 1.7.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 28384141c..d303b24fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.10", + "version": "1.7.11", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -12,7 +12,6 @@ "exports": { ".": { "types": "./dist/core/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index a9f744fd1..062cf3ab5 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.6.2 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/upload-image-module@1.1.13 + - @wangeditor-next/code-highlight@1.3.8 + - @wangeditor-next/basic-modules@1.5.10 + - @wangeditor-next/table-module@1.6.9 + - @wangeditor-next/video-module@1.3.16 + - @wangeditor-next/list-module@1.1.16 + - @wangeditor-next/core@1.7.11 + ## 5.6.1 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 93400f084..ffbeab0c7 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.1", + "version": "5.6.2", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -19,7 +19,6 @@ "exports": { ".": { "types": "./dist/editor/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -55,13 +54,13 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@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", + "@wangeditor-next/basic-modules": "~1.5.10", + "@wangeditor-next/code-highlight": "~1.3.8", + "@wangeditor-next/core": "~1.7.11", + "@wangeditor-next/list-module": "~1.1.16", + "@wangeditor-next/table-module": "~1.6.9", + "@wangeditor-next/upload-image-module": "~1.1.13", + "@wangeditor-next/video-module": "~1.3.16", "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 3cf1dd1ba..f021d0a1b 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.16 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/core@1.7.11 + ## 1.1.15 ### Patch Changes diff --git a/packages/list-module/package.json b/packages/list-module/package.json index 351737dae..d7e8ba865 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.15", + "version": "1.1.16", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -12,7 +12,6 @@ "exports": { ".": { "types": "./dist/list-module/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -45,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.10", + "@wangeditor-next/core": "1.7.11", "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 83b830e6c..48f9dff2a 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.6.9 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/core@1.7.11 + ## 1.6.8 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 434c22ea0..14a3bf075 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.8", + "version": "1.6.9", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -12,7 +12,6 @@ "exports": { ".": { "types": "./dist/table-module/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -45,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.10", + "@wangeditor-next/core": "1.7.11", "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 476909ede..ea530a781 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.13 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/basic-modules@1.5.10 + - @wangeditor-next/core@1.7.11 + ## 1.1.12 ### Patch Changes diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index 529e02046..52946efd4 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.12", + "version": "1.1.13", "description": "wangEditor upload-image module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -12,7 +12,6 @@ "exports": { ".": { "types": "./dist/upload-image-module/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -47,8 +46,8 @@ "peerDependencies": { "@uppy/core": "^2.0.3", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "1.5.9", - "@wangeditor-next/core": "1.7.10", + "@wangeditor-next/basic-modules": "1.5.10", + "@wangeditor-next/core": "1.7.11", "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 11ec2242b..0767faee1 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.3.16 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/core@1.7.11 + ## 1.3.15 ### Patch Changes diff --git a/packages/video-module/package.json b/packages/video-module/package.json index cef4bead3..e436692e4 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.15", + "version": "1.3.16", "description": "wangEditor video module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -12,7 +12,6 @@ "exports": { ".": { "types": "./dist/video-module/src/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -47,7 +46,7 @@ "peerDependencies": { "@uppy/core": "^2.1.4", "@uppy/xhr-upload": "^2.0.7", - "@wangeditor-next/core": "1.7.10", + "@wangeditor-next/core": "1.7.11", "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 4612be76c..0010d4ac2 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @wangeditor-next/yjs-for-react +## 0.1.10 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/editor@5.6.2 + - @wangeditor-next/core@1.7.11 + - @wangeditor-next/yjs@0.1.9 + ## 0.1.9 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index b774517ff..bf92fe3c9 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.9", + "version": "0.1.10", "description": "React specific components/utils for wangeditor-next-yjs.", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -20,7 +20,6 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -57,9 +56,9 @@ "y-protocols": "^1.0.5" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.10", - "@wangeditor-next/editor": "5.6.1", - "@wangeditor-next/yjs": "^0.1.8", + "@wangeditor-next/core": "1.7.11", + "@wangeditor-next/editor": "5.6.2", + "@wangeditor-next/yjs": "^0.1.9", "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 416182d03..daa0e5d35 100644 --- a/packages/yjs/CHANGELOG.md +++ b/packages/yjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @wangeditor-next/yjs +## 0.1.9 + +### Patch Changes + +- ceeb138: fix path resolve warning +- Updated dependencies [ceeb138] + - @wangeditor-next/core@1.7.11 + ## 0.1.8 ### Patch Changes diff --git a/packages/yjs/package.json b/packages/yjs/package.json index dc6ff9440..fa04f0260 100644 --- a/packages/yjs/package.json +++ b/packages/yjs/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs", - "version": "0.1.8", + "version": "0.1.9", "author": "cycleccc <2991205548@qq.com>", "type": "module", "description": "Yjs binding for wangeditor-next.", @@ -19,7 +19,6 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", "require": "./dist/index.js" }, @@ -49,7 +48,7 @@ "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.10", + "@wangeditor-next/core": "1.7.11", "slate": "^0.72.0", "yjs": "^13.5.29" }, diff --git a/yarn.lock b/yarn.lock index 07ed97fb0..86ee91eff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3417,14 +3417,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/basic-modules@npm:~1.5.8, @wangeditor-next/basic-modules@workspace:packages/basic-modules": +"@wangeditor-next/basic-modules@npm:~1.5.10, @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.10 + "@wangeditor-next/core": 1.7.11 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.6, @wangeditor-next/code-highlight@workspace:packages/code-highlight": +"@wangeditor-next/code-highlight@npm:~1.3.8, @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.10 + "@wangeditor-next/core": 1.7.11 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/core@npm:~1.7.9, @wangeditor-next/core@workspace:packages/core": +"@wangeditor-next/core@npm:~1.7.11, @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.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" + "@wangeditor-next/basic-modules": "npm:~1.5.10" + "@wangeditor-next/code-highlight": "npm:~1.3.8" + "@wangeditor-next/core": "npm:~1.7.11" + "@wangeditor-next/list-module": "npm:~1.1.16" + "@wangeditor-next/table-module": "npm:~1.6.9" + "@wangeditor-next/upload-image-module": "npm:~1.1.13" + "@wangeditor-next/video-module": "npm:~1.3.16" 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.14, @wangeditor-next/list-module@workspace:packages/list-module": +"@wangeditor-next/list-module@npm:~1.1.16, @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.10 + "@wangeditor-next/core": 1.7.11 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/table-module@npm:~1.6.7, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.9, @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.10 + "@wangeditor-next/core": 1.7.11 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.10, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": +"@wangeditor-next/upload-image-module@npm:~1.1.13, @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.9 - "@wangeditor-next/core": 1.7.10 + "@wangeditor-next/basic-modules": 1.5.10 + "@wangeditor-next/core": 1.7.11 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.13, @wangeditor-next/video-module@workspace:packages/video-module": +"@wangeditor-next/video-module@npm:~1.3.16, @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.10 + "@wangeditor-next/core": 1.7.11 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.10 - "@wangeditor-next/editor": 5.6.1 - "@wangeditor-next/yjs": ^0.1.8 + "@wangeditor-next/core": 1.7.11 + "@wangeditor-next/editor": 5.6.2 + "@wangeditor-next/yjs": ^0.1.9 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.10 + "@wangeditor-next/core": 1.7.11 slate: ^0.72.0 yjs: ^13.5.29 languageName: unknown