From 4b3dd53af62eae956f21bc00f8cef0bd2c37b795 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:47:13 -0300 Subject: [PATCH] chore(release): publish (#113) Co-authored-by: github-actions[bot] --- .changeset/eight-elephants-battle.md | 5 ----- packages/html-to-slate-ast/CHANGELOG.md | 6 ++++++ packages/html-to-slate-ast/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/eight-elephants-battle.md diff --git a/.changeset/eight-elephants-battle.md b/.changeset/eight-elephants-battle.md deleted file mode 100644 index a27120a..0000000 --- a/.changeset/eight-elephants-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcms/html-to-slate-ast': patch ---- - -Update @braintree/sanitize-url to fix vulnerability issue diff --git a/packages/html-to-slate-ast/CHANGELOG.md b/packages/html-to-slate-ast/CHANGELOG.md index c097fb1..8180d57 100644 --- a/packages/html-to-slate-ast/CHANGELOG.md +++ b/packages/html-to-slate-ast/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphcms/html-to-slate-ast +## 0.13.3 + +### Patch Changes + +- [`4774158`](https://github.com/hygraph/rich-text/commit/477415821d347c2265d304e0146d0c138f2bb5dc) [#112](https://github.com/hygraph/rich-text/pull/112) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - Update @braintree/sanitize-url to fix vulnerability issue + ## 0.13.2 ### Patch Changes diff --git a/packages/html-to-slate-ast/package.json b/packages/html-to-slate-ast/package.json index 815b1c2..8e0cb35 100644 --- a/packages/html-to-slate-ast/package.json +++ b/packages/html-to-slate-ast/package.json @@ -1,6 +1,6 @@ { "name": "@graphcms/html-to-slate-ast", - "version": "0.13.2", + "version": "0.13.3", "description": "Convert HTML to Hygraph's RichTextAST (slate)", "license": "MIT", "scripts": {