Skip to content

Commit

Permalink
chore(release): publish a new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent 3f6d567 commit c181ac7
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-hairs-tell.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.6.31

### Patch Changes

- 3f6d567: fix(table): allow parsing for TH elements in table module
- Updated dependencies [3f6d567]
- @wangeditor-next/table-module@1.6.42

## 5.6.30

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.30",
"version": "5.6.31",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@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.41",
"@wangeditor-next/table-module": "~1.6.42",
"@wangeditor-next/upload-image-module": "~1.1.35",
"@wangeditor-next/video-module": "~1.3.38",
"dom7": "^4.0.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.16

### Patch Changes

- Updated dependencies [3f6d567]
- @wangeditor-next/editor@5.6.31

## 1.0.15

### 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.15",
"version": "1.0.16",
"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.30",
"@wangeditor-next/editor": "5.6.31",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.1.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.16

### Patch Changes

- Updated dependencies [3f6d567]
- @wangeditor-next/editor@5.6.31

## 1.0.15

### 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.15",
"version": "1.0.16",
"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.30",
"@wangeditor-next/editor": "5.6.31",
"katex": "^0.16.0",
"snabbdom": "^3.1.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.16

### Patch Changes

- Updated dependencies [3f6d567]
- @wangeditor-next/editor@5.6.31

## 1.0.15

### 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.15",
"version": "1.0.16",
"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.30",
"@wangeditor-next/editor": "5.6.31",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.1.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.16

### Patch Changes

- Updated dependencies [3f6d567]
- @wangeditor-next/editor@5.6.31

## 1.0.15

### 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.15",
"version": "1.0.16",
"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.30",
"@wangeditor-next/editor": "5.6.31",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.1.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.6.42

### Patch Changes

- 3f6d567: fix(table): allow parsing for TH elements in table module

## 1.6.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.41",
"version": "1.6.42",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/yjs-for-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/yjs-for-react

## 0.1.42

### Patch Changes

- Updated dependencies [3f6d567]
- @wangeditor-next/editor@5.6.31

## 0.1.41

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yjs-for-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/yjs-for-react",
"version": "0.1.41",
"version": "0.1.42",
"description": "React specific components/utils for wangeditor-next-yjs.",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -56,7 +56,7 @@
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.30",
"@wangeditor-next/editor": "5.6.31",
"@wangeditor-next/yjs": "^0.1.30",
"react": ">=16.8.0",
"slate": "^0.72.0",
Expand Down

0 comments on commit c181ac7

Please sign in to comment.