Skip to content

Commit

Permalink
Publish a new stable version (#344)
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 <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 51f9221 commit f353fee
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/famous-dolls-shave.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.11

### Patch Changes

- 51f9221: fix(table): fill in the hidden table cell
- Updated dependencies [51f9221]
- @wangeditor-next/table-module@1.6.23

## 5.6.10

### 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.10",
"version": "5.6.11",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@wangeditor-next/code-highlight": "~1.3.18",
"@wangeditor-next/core": "~1.7.21",
"@wangeditor-next/list-module": "~1.1.27",
"@wangeditor-next/table-module": "~1.6.21",
"@wangeditor-next/table-module": "~1.6.23",
"@wangeditor-next/upload-image-module": "~1.1.23",
"@wangeditor-next/video-module": "~1.3.26",
"dom7": "^3.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

## 0.1.7

### Patch Changes

- Updated dependencies [51f9221]
- @wangeditor-next/editor@5.6.11

## 0.1.6

### 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": "0.1.6",
"version": "0.1.7",
"description": "wangEditor float image plugin",
"author": "cycleccc <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.10",
"@wangeditor-next/editor": "5.6.11",
"dom7": "^3.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

## 0.0.3

### Patch Changes

- Updated dependencies [51f9221]
- @wangeditor-next/editor@5.6.11

## 0.0.2

### 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": "0.0.2",
"version": "0.0.3",
"description": "wangEditor next formula 公式",
"author": "cycleccc <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-string": "^3.0.0"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.10",
"@wangeditor-next/editor": "5.6.11",
"katex": "^0.16.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

## 0.0.2

### Patch Changes

- Updated dependencies [51f9221]
- @wangeditor-next/editor@5.6.11

## 0.0.1

### 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": "0.0.1",
"version": "0.0.2",
"description": "wangEditor markdown plugin",
"author": "cycleccc <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.10",
"@wangeditor-next/editor": "5.6.11",
"dom7": "^3.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.23

### Patch Changes

- 51f9221: fix(table): fill in the hidden table cell

## 1.6.22

### 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.22",
"version": "1.6.23",
"description": "wangEditor table module",
"author": "cycleccc <[email protected]>",
"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.22

### Patch Changes

- Updated dependencies [51f9221]
- @wangeditor-next/editor@5.6.11

## 0.1.21

### 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.21",
"version": "0.1.22",
"description": "React specific components/utils for wangeditor-next-yjs.",
"author": "cycleccc <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -56,7 +56,7 @@
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.10",
"@wangeditor-next/editor": "5.6.11",
"@wangeditor-next/yjs": "^0.1.19",
"react": ">=16.8.0",
"slate": "^0.72.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3486,7 +3486,7 @@ __metadata:
"@wangeditor-next/code-highlight": "npm:~1.3.18"
"@wangeditor-next/core": "npm:~1.7.21"
"@wangeditor-next/list-module": "npm:~1.1.27"
"@wangeditor-next/table-module": "npm:~1.6.21"
"@wangeditor-next/table-module": "npm:~1.6.23"
"@wangeditor-next/upload-image-module": "npm:~1.1.23"
"@wangeditor-next/video-module": "npm:~1.3.26"
dom7: "npm:^3.0.0"
Expand Down Expand Up @@ -3519,7 +3519,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wangeditor-next/plugin-float-image@workspace:packages/plugin-float-image"
peerDependencies:
"@wangeditor-next/editor": 5.6.10
"@wangeditor-next/editor": 5.6.11
dom7: ^3.0.0
slate: ^0.72.0
snabbdom: ^3.1.0
Expand All @@ -3535,7 +3535,7 @@ __metadata:
nanoid: "npm:^3.2.0"
rollup-plugin-string: "npm:^3.0.0"
peerDependencies:
"@wangeditor-next/editor": 5.6.10
"@wangeditor-next/editor": 5.6.11
katex: ^0.16.0
snabbdom: ^3.1.0
languageName: unknown
Expand All @@ -3545,14 +3545,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown"
peerDependencies:
"@wangeditor-next/editor": 5.6.10
"@wangeditor-next/editor": 5.6.11
dom7: ^3.0.0
slate: ^0.72.0
snabbdom: ^3.1.0
languageName: unknown
linkType: soft

"@wangeditor-next/table-module@npm:~1.6.21, @wangeditor-next/table-module@workspace:packages/table-module":
"@wangeditor-next/table-module@npm:~1.6.23, @wangeditor-next/table-module@workspace:packages/table-module":
version: 0.0.0-use.local
resolution: "@wangeditor-next/table-module@workspace:packages/table-module"
peerDependencies:
Expand Down Expand Up @@ -3680,7 +3680,7 @@ __metadata:
use-sync-external-store: "npm:^1.2.0"
y-protocols: "npm:^1.0.5"
peerDependencies:
"@wangeditor-next/editor": 5.6.10
"@wangeditor-next/editor": 5.6.11
"@wangeditor-next/yjs": ^0.1.19
react: ">=16.8.0"
slate: ^0.72.0
Expand Down

0 comments on commit f353fee

Please sign in to comment.