Skip to content

Commit

Permalink
Publish a new stable version (#259)
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: yaolongfei <2991205548@qq.com>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent ceeb138 commit c2abdb2
Show file tree
Hide file tree
Showing 22 changed files with 140 additions and 77 deletions.
14 changes: 0 additions & 14 deletions .changeset/brown-pots-remain.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/basic-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 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.9",
"version": "1.5.10",
"description": "wangEditor basic modules",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand All @@ -12,7 +12,6 @@
"exports": {
".": {
"types": "./dist/packages/basic-modules/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/code-highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 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.7",
"version": "1.3.8",
"description": "wangEditor code-highlight module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand All @@ -12,7 +12,6 @@
"exports": {
".": {
"types": "./dist/code-highlight/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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"
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.11

### Patch Changes

- ceeb138: fix path resolve warning

## 1.7.10

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions 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.10",
"version": "1.7.11",
"description": "wangEditor core",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand All @@ -12,7 +12,6 @@
"exports": {
".": {
"types": "./dist/core/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
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.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
Expand Down
17 changes: 8 additions & 9 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.1",
"version": "5.6.2",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand All @@ -19,7 +19,6 @@
"exports": {
".": {
"types": "./dist/editor/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/list-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 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.15",
"version": "1.1.16",
"description": "wangEditor list module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand All @@ -12,7 +12,6 @@
"exports": {
".": {
"types": "./dist/list-module/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 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.8",
"version": "1.6.9",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand All @@ -12,7 +12,6 @@
"exports": {
".": {
"types": "./dist/table-module/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/upload-image-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 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.12",
"version": "1.1.13",
"description": "wangEditor upload-image module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand All @@ -12,7 +12,6 @@
"exports": {
".": {
"types": "./dist/upload-image-module/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/video-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/video-module/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -12,7 +12,6 @@
"exports": {
".": {
"types": "./dist/video-module/src/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/yjs-for-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 4 additions & 5 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.9",
"version": "0.1.10",
"description": "React specific components/utils for wangeditor-next-yjs.",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand All @@ -20,7 +20,6 @@
"exports": {
".": {
"types": "./dist/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/yjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit c2abdb2

Please sign in to comment.