From 4ea62bc5c8b8b6d267261598f0785f1ce1cf7f3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:32:54 +0800 Subject: [PATCH] chore(release): publish a new release version (#366) Co-authored-by: github-actions[bot] --- .changeset/late-cooks-sparkle.md | 5 ----- .changeset/twenty-sheep-jam.md | 5 ----- packages/plugin-formula/CHANGELOG.md | 7 +++++++ packages/plugin-formula/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/late-cooks-sparkle.md delete mode 100644 .changeset/twenty-sheep-jam.md diff --git a/.changeset/late-cooks-sparkle.md b/.changeset/late-cooks-sparkle.md deleted file mode 100644 index 4e7277f9d..000000000 --- a/.changeset/late-cooks-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@wangeditor-next/plugin-formula': patch ---- - -chore: delete static css import diff --git a/.changeset/twenty-sheep-jam.md b/.changeset/twenty-sheep-jam.md deleted file mode 100644 index 8ae736553..000000000 --- a/.changeset/twenty-sheep-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wangeditor-next/plugin-formula": patch ---- - -chore(plugin-formula): add esm build plugins diff --git a/packages/plugin-formula/CHANGELOG.md b/packages/plugin-formula/CHANGELOG.md index 9d636720b..26042a9db 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-formula +## 0.0.10 + +### Patch Changes + +- e40c0c9: chore: delete static css import +- e40c0c9: chore(plugin-formula): add esm build plugins + ## 0.0.8 ### Patch Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index 89d780519..9194a8b24 100644 --- a/packages/plugin-formula/package.json +++ b/packages/plugin-formula/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-formula", - "version": "0.0.9", + "version": "0.0.10", "description": "wangEditor next formula 公式", "author": "cycleccc <2991205548@qq.com>", "type": "module",