From 1e9785a1739ec3dbe952a0c939c84d61b3b00f50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:54:24 -0700 Subject: [PATCH] Version Packages (#5845) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/rotten-poems-collect.md | 5 ----- packages/slate-history/CHANGELOG.md | 6 ++++++ packages/slate-history/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rotten-poems-collect.md diff --git a/.changeset/rotten-poems-collect.md b/.changeset/rotten-poems-collect.md deleted file mode 100644 index 475c64370..000000000 --- a/.changeset/rotten-poems-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-history': patch ---- - -fix: add try/finally block in withoutSaving method to ensure state restoration diff --git a/packages/slate-history/CHANGELOG.md b/packages/slate-history/CHANGELOG.md index b4047d38f..a7af1971f 100644 --- a/packages/slate-history/CHANGELOG.md +++ b/packages/slate-history/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-history +## 0.113.1 + +### Patch Changes + +- [#5837](https://github.com/ianstormtaylor/slate/pull/5837) [`701d5f32`](https://github.com/ianstormtaylor/slate/commit/701d5f320f37733071150dd0f78201f3bf7bfdc9) Thanks [@ederzz](https://github.com/ederzz)! - fix: add try/finally block in withoutSaving method to ensure state restoration + ## 0.110.3 ### Patch Changes diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index c0cc27a76..7f2d4ec83 100644 --- a/packages/slate-history/package.json +++ b/packages/slate-history/package.json @@ -1,7 +1,7 @@ { "name": "slate-history", "description": "An operation-based history implementation for Slate editors.", - "version": "0.110.3", + "version": "0.113.1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",