From f35c66ec9ea7d24beaa54f71751d3d7c84f1625f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:02:48 +0800 Subject: [PATCH] chore(release): publish a new release version (#414) Co-authored-by: github-actions[bot] --- .changeset/big-cobras-wink.md | 8 -------- packages/plugin-float-image/CHANGELOG.md | 6 ++++++ packages/plugin-float-image/package.json | 2 +- packages/plugin-formula/CHANGELOG.md | 6 ++++++ packages/plugin-formula/package.json | 2 +- packages/plugin-link-card/CHANGELOG.md | 7 +++++++ packages/plugin-link-card/package.json | 2 +- packages/plugin-markdown/CHANGELOG.md | 6 ++++++ packages/plugin-markdown/package.json | 2 +- 9 files changed, 29 insertions(+), 12 deletions(-) delete mode 100644 .changeset/big-cobras-wink.md diff --git a/.changeset/big-cobras-wink.md b/.changeset/big-cobras-wink.md deleted file mode 100644 index 4ce53959c..000000000 --- a/.changeset/big-cobras-wink.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@wangeditor-next/plugin-float-image': major -'@wangeditor-next/plugin-link-card': major -'@wangeditor-next/plugin-markdown': major -'@wangeditor-next/plugin-formula': major ---- - -publish first major version diff --git a/packages/plugin-float-image/CHANGELOG.md b/packages/plugin-float-image/CHANGELOG.md index c6f61bdc9..c0c12bc0d 100644 --- a/packages/plugin-float-image/CHANGELOG.md +++ b/packages/plugin-float-image/CHANGELOG.md @@ -1,5 +1,11 @@ # @wangeditor-next/plugin-float-image +## 1.0.0 + +### Major Changes + +- 7b050b7: publish first major version + ## 0.1.12 ### Patch Changes diff --git a/packages/plugin-float-image/package.json b/packages/plugin-float-image/package.json index 124d38783..f75da43af 100644 --- a/packages/plugin-float-image/package.json +++ b/packages/plugin-float-image/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-float-image", - "version": "0.1.12", + "version": "1.0.0", "description": "wangEditor float image plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/plugin-formula/CHANGELOG.md b/packages/plugin-formula/CHANGELOG.md index 70bcf6124..e4b7af241 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,11 @@ # @wangeditor-next/plugin-formula +## 1.0.0 + +### Major Changes + +- 7b050b7: publish first major version + ## 0.1.0 ### Minor Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index 12d6c60ea..582fb1f8f 100644 --- a/packages/plugin-formula/package.json +++ b/packages/plugin-formula/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-formula", - "version": "0.1.0", + "version": "1.0.0", "description": "wangEditor next formula 公式", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/plugin-link-card/CHANGELOG.md b/packages/plugin-link-card/CHANGELOG.md index e69de29bb..7092f92cc 100644 --- a/packages/plugin-link-card/CHANGELOG.md +++ b/packages/plugin-link-card/CHANGELOG.md @@ -0,0 +1,7 @@ +# @wangeditor-next/plugin-link-card + +## 1.0.0 + +### Major Changes + +- 7b050b7: publish first major version diff --git a/packages/plugin-link-card/package.json b/packages/plugin-link-card/package.json index 13b379610..db0653f07 100644 --- a/packages/plugin-link-card/package.json +++ b/packages/plugin-link-card/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-link-card", - "version": "0.0.1", + "version": "1.0.0", "description": "wangEditor link card plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/plugin-markdown/CHANGELOG.md b/packages/plugin-markdown/CHANGELOG.md index c1042b875..1a67db7fa 100644 --- a/packages/plugin-markdown/CHANGELOG.md +++ b/packages/plugin-markdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @wangeditor-next/plugin-markdown +## 1.0.0 + +### Major Changes + +- 7b050b7: publish first major version + ## 0.0.7 ### Patch Changes diff --git a/packages/plugin-markdown/package.json b/packages/plugin-markdown/package.json index 5b7a2de2f..8c41a589b 100644 --- a/packages/plugin-markdown/package.json +++ b/packages/plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-markdown", - "version": "0.0.7", + "version": "1.0.0", "description": "wangEditor markdown plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module",