Skip to content

Commit

Permalink
Publish a new stable version (#554)
Browse files Browse the repository at this point in the history
* chore(release): publish a new release version

* chore: update yarn.lock

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: cycleccc <2991205548@qq.com>
  • Loading branch information
3 people authored Mar 4, 2025
1 parent 71397d4 commit c78ae3b
Show file tree
Hide file tree
Showing 32 changed files with 179 additions and 72 deletions.
6 changes: 0 additions & 6 deletions .changeset/twelve-seahorses-cross.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/basic-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.5.33

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/core@1.7.33

## 1.5.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/basic-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/basic-modules",
"version": "1.5.32",
"version": "1.5.33",
"description": "wangEditor basic modules",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.32",
"@wangeditor-next/core": "1.7.33",
"dom7": "^3.0.0 || ^4.0.0",
"lodash.throttle": "^4.1.1",
"nanoid": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/code-highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.30

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/core@1.7.33

## 1.3.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/code-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/code-highlight",
"version": "1.3.29",
"version": "1.3.30",
"description": "wangEditor code-highlight module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.32",
"@wangeditor-next/core": "1.7.33",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.7.33

### Patch Changes

- 71397d4: feat: enhance upload configuration with additional Uppy and XHRUpload options

## 1.7.32

### 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,6 +1,6 @@
{
"name": "@wangeditor-next/core",
"version": "1.7.32",
"version": "1.7.33",
"description": "wangEditor core",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 5.6.33

### Patch Changes

- 71397d4: feat: enhance upload configuration with additional Uppy and XHRUpload options
- Updated dependencies [71397d4]
- @wangeditor-next/core@1.7.33
- @wangeditor-next/basic-modules@1.5.33
- @wangeditor-next/code-highlight@1.3.30
- @wangeditor-next/list-module@1.1.39
- @wangeditor-next/table-module@1.6.43
- @wangeditor-next/upload-image-module@1.1.36
- @wangeditor-next/video-module@1.3.39

## 5.6.32

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/editor",
"version": "5.6.32",
"version": "5.6.33",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -55,13 +55,13 @@
"dependencies": {
"@uppy/core": "^2.1.1",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "~1.5.32",
"@wangeditor-next/code-highlight": "~1.3.29",
"@wangeditor-next/core": "~1.7.32",
"@wangeditor-next/list-module": "~1.1.38",
"@wangeditor-next/table-module": "~1.6.42",
"@wangeditor-next/upload-image-module": "~1.1.35",
"@wangeditor-next/video-module": "~1.3.38",
"@wangeditor-next/basic-modules": "~1.5.33",
"@wangeditor-next/code-highlight": "~1.3.30",
"@wangeditor-next/core": "~1.7.33",
"@wangeditor-next/list-module": "~1.1.39",
"@wangeditor-next/table-module": "~1.6.43",
"@wangeditor-next/upload-image-module": "~1.1.36",
"@wangeditor-next/video-module": "~1.3.39",
"dom7": "^4.0.0",
"is-hotkey": "^0.2.0",
"lodash.camelcase": "^4.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/list-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.39

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/core@1.7.33

## 1.1.38

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/list-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/list-module",
"version": "1.1.38",
"version": "1.1.39",
"description": "wangEditor list module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.32",
"@wangeditor-next/core": "1.7.33",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-float-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/plugin-float-image

## 1.0.18

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/editor@5.6.33

## 1.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-float-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/plugin-float-image",
"version": "1.0.17",
"version": "1.0.18",
"description": "wangEditor float image plugin",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.32",
"@wangeditor-next/editor": "5.6.33",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-formula/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/plugin-formula

## 1.0.18

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/editor@5.6.33

## 1.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/plugin-formula",
"version": "1.0.17",
"version": "1.0.18",
"description": "wangEditor next formula 公式",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -44,7 +44,7 @@
"katex": "^0.16.0"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.32",
"@wangeditor-next/editor": "5.6.33",
"katex": "^0.16.0",
"snabbdom": "^3.6.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-link-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/plugin-link-card

## 1.0.18

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/editor@5.6.33

## 1.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-link-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/plugin-link-card",
"version": "1.0.17",
"version": "1.0.18",
"description": "wangEditor link card plugin",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.32",
"@wangeditor-next/editor": "5.6.33",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/plugin-markdown

## 1.0.18

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/editor@5.6.33

## 1.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/plugin-markdown",
"version": "1.0.17",
"version": "1.0.18",
"description": "wangEditor markdown plugin",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.32",
"@wangeditor-next/editor": "5.6.33",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-mention/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/plugin-mention

## 1.0.3

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/editor@5.6.33

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/plugin-mention",
"version": "1.0.2",
"version": "1.0.3",
"description": "wangEditor mention plugin",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.32",
"@wangeditor-next/editor": "5.6.33",
"snabbdom": "^3.6.0"
}
}
7 changes: 7 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.6.43

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/core@1.7.33

## 1.6.42

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/table-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/table-module",
"version": "1.6.42",
"version": "1.6.43",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.32",
"@wangeditor-next/core": "1.7.33",
"dom7": "^3.0.0 || ^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/upload-image-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.1.36

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/core@1.7.33
- @wangeditor-next/basic-modules@1.5.33

## 1.1.35

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/upload-image-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/upload-image-module",
"version": "1.1.35",
"version": "1.1.36",
"description": "wangEditor upload-image module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -46,8 +46,8 @@
"peerDependencies": {
"@uppy/core": "^2.0.3",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "1.5.32",
"@wangeditor-next/core": "1.7.32",
"@wangeditor-next/basic-modules": "1.5.33",
"@wangeditor-next/core": "1.7.33",
"dom7": "^3.0.0 || ^4.0.0",
"lodash.foreach": "^4.5.0",
"slate": "^0.72.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/video-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.39

### Patch Changes

- Updated dependencies [71397d4]
- @wangeditor-next/core@1.7.33

## 1.3.38

### Patch Changes
Expand Down
Loading

0 comments on commit c78ae3b

Please sign in to comment.