Skip to content

Commit

Permalink
Publish a new stable version (#464)
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 Dec 24, 2024
1 parent 8c762a9 commit 42d3e83
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/thin-windows-roll.md

This file was deleted.

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

## 1.5.26

### Patch Changes

- 8c762a9: feat(code block): add code block handletab

## 1.5.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.25",
"version": "1.5.26",
"description": "wangEditor basic modules",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.6.20

### Patch Changes

- 8c762a9: feat(code block): add code block handletab
- Updated dependencies [8c762a9]
- @wangeditor-next/basic-modules@1.5.26
- @wangeditor-next/upload-image-module@1.1.29

## 5.6.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.19",
"version": "5.6.20",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -55,12 +55,12 @@
"dependencies": {
"@uppy/core": "^2.1.1",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "~1.5.25",
"@wangeditor-next/basic-modules": "~1.5.26",
"@wangeditor-next/code-highlight": "~1.3.23",
"@wangeditor-next/core": "~1.7.26",
"@wangeditor-next/list-module": "~1.1.32",
"@wangeditor-next/table-module": "~1.6.31",
"@wangeditor-next/upload-image-module": "~1.1.28",
"@wangeditor-next/upload-image-module": "~1.1.29",
"@wangeditor-next/video-module": "~1.3.32",
"dom7": "^4.0.0",
"is-hotkey": "^0.2.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.5

### Patch Changes

- Updated dependencies [8c762a9]
- @wangeditor-next/editor@5.6.20

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "wangEditor float image plugin",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.19",
"@wangeditor-next/editor": "5.6.20",
"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.5

### Patch Changes

- Updated dependencies [8c762a9]
- @wangeditor-next/editor@5.6.20

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.19",
"@wangeditor-next/editor": "5.6.20",
"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.5

### Patch Changes

- Updated dependencies [8c762a9]
- @wangeditor-next/editor@5.6.20

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "wangEditor link card plugin",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.19",
"@wangeditor-next/editor": "5.6.20",
"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.5

### Patch Changes

- Updated dependencies [8c762a9]
- @wangeditor-next/editor@5.6.20

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "wangEditor markdown plugin",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/editor": "5.6.19",
"@wangeditor-next/editor": "5.6.20",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/upload-image-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.29

### Patch Changes

- Updated dependencies [8c762a9]
- @wangeditor-next/basic-modules@1.5.26

## 1.1.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.28",
"version": "1.1.29",
"description": "wangEditor upload-image module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -46,7 +46,7 @@
"peerDependencies": {
"@uppy/core": "^2.0.3",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "1.5.25",
"@wangeditor-next/basic-modules": "1.5.26",
"@wangeditor-next/core": "1.7.26",
"dom7": "^3.0.0 || ^4.0.0",
"lodash.foreach": "^4.5.0",
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.31

### Patch Changes

- Updated dependencies [8c762a9]
- @wangeditor-next/editor@5.6.20

## 0.1.30

### 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.30",
"version": "0.1.31",
"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.19",
"@wangeditor-next/editor": "5.6.20",
"@wangeditor-next/yjs": "^0.1.24",
"react": ">=16.8.0",
"slate": "^0.72.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,7 @@ __metadata:
languageName: unknown
linkType: soft

"@wangeditor-next/basic-modules@npm:~1.5.25, @wangeditor-next/basic-modules@workspace:packages/basic-modules":
"@wangeditor-next/basic-modules@npm:~1.5.26, @wangeditor-next/basic-modules@workspace:packages/basic-modules":
version: 0.0.0-use.local
resolution: "@wangeditor-next/basic-modules@workspace:packages/basic-modules"
dependencies:
Expand Down Expand Up @@ -3725,12 +3725,12 @@ __metadata:
dependencies:
"@uppy/core": "npm:^2.1.1"
"@uppy/xhr-upload": "npm:^2.0.3"
"@wangeditor-next/basic-modules": "npm:~1.5.25"
"@wangeditor-next/basic-modules": "npm:~1.5.26"
"@wangeditor-next/code-highlight": "npm:~1.3.23"
"@wangeditor-next/core": "npm:~1.7.26"
"@wangeditor-next/list-module": "npm:~1.1.32"
"@wangeditor-next/table-module": "npm:~1.6.31"
"@wangeditor-next/upload-image-module": "npm:~1.1.28"
"@wangeditor-next/upload-image-module": "npm:~1.1.29"
"@wangeditor-next/video-module": "npm:~1.3.32"
dom7: "npm:^4.0.0"
is-hotkey: "npm:^0.2.0"
Expand Down Expand Up @@ -3762,7 +3762,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.19
"@wangeditor-next/editor": 5.6.20
dom7: ^3.0.0 || ^4.0.0
slate: ^0.72.0
snabbdom: ^3.1.0
Expand All @@ -3777,7 +3777,7 @@ __metadata:
katex: "npm:^0.16.0"
nanoid: "npm:^3.2.0"
peerDependencies:
"@wangeditor-next/editor": 5.6.19
"@wangeditor-next/editor": 5.6.20
katex: ^0.16.0
snabbdom: ^3.1.0
languageName: unknown
Expand All @@ -3787,7 +3787,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wangeditor-next/plugin-link-card@workspace:packages/plugin-link-card"
peerDependencies:
"@wangeditor-next/editor": 5.6.19
"@wangeditor-next/editor": 5.6.20
dom7: ^3.0.0 || ^4.0.0
slate: ^0.72.0
snabbdom: ^3.1.0
Expand All @@ -3798,7 +3798,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown"
peerDependencies:
"@wangeditor-next/editor": 5.6.19
"@wangeditor-next/editor": 5.6.20
dom7: ^3.0.0 || ^4.0.0
slate: ^0.72.0
snabbdom: ^3.1.0
Expand All @@ -3820,13 +3820,13 @@ __metadata:
languageName: unknown
linkType: soft

"@wangeditor-next/upload-image-module@npm:~1.1.28, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module":
"@wangeditor-next/upload-image-module@npm:~1.1.29, @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.25
"@wangeditor-next/basic-modules": 1.5.26
"@wangeditor-next/core": 1.7.26
dom7: ^3.0.0 || ^4.0.0
lodash.foreach: ^4.5.0
Expand Down Expand Up @@ -3934,7 +3934,7 @@ __metadata:
use-sync-external-store: "npm:^1.2.0"
y-protocols: "npm:^1.0.5"
peerDependencies:
"@wangeditor-next/editor": 5.6.19
"@wangeditor-next/editor": 5.6.20
"@wangeditor-next/yjs": ^0.1.24
react: ">=16.8.0"
slate: ^0.72.0
Expand Down

0 comments on commit 42d3e83

Please sign in to comment.