From 152b915704573f7bac5ffa9403e5e1467b31f4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitja=20Bezen=C5=A1ek?= Date: Fri, 12 Apr 2024 07:34:24 +0200 Subject: [PATCH] [hotfix] Panning fix for VS Code (#3452) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the panning hotfix got merged I created a branch from that, then bumped the vscode version and created a new version of the extension so that the extension also gets the hotfix. ### Change Type - [ ] `sdk` — Changes the tldraw SDK - [ ] `dotcom` — Changes the tldraw.com web app - [ ] `docs` — Changes to the documentation, examples, or templates. - [x] `vs code` — Changes to the vscode plugin - [ ] `internal` — Does not affect user-facing stuff - [x] `bugfix` — Bug fix - [ ] `feature` — New feature - [ ] `improvement` — Improving existing features - [ ] `chore` — Updating dependencies, other boring stuff - [ ] `galaxy brain` — Architectural changes - [ ] `tests` — Changes to any test code - [ ] `tools` — Changes to infrastructure, CI, internal scripts, debugging tools, etc. - [ ] `dunno` — I don't know --------- Co-authored-by: SomeHats Co-authored-by: ds300 Co-authored-by: alex Co-authored-by: GitHub Co-authored-by: mimecuvalo Co-authored-by: Steve Ruiz Co-authored-by: David Sheldrick Co-authored-by: steveruizok --- apps/vscode/extension/CHANGELOG.md | 4 ++++ apps/vscode/extension/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/vscode/extension/CHANGELOG.md b/apps/vscode/extension/CHANGELOG.md index c40252b56..7258ab1d7 100644 --- a/apps/vscode/extension/CHANGELOG.md +++ b/apps/vscode/extension/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.28 + +- Fix an issue with panning the canvas. + ## 2.0.27 - Bug fixes and performance improvements. diff --git a/apps/vscode/extension/package.json b/apps/vscode/extension/package.json index 9558bbf95..3f78d29f0 100644 --- a/apps/vscode/extension/package.json +++ b/apps/vscode/extension/package.json @@ -1,7 +1,7 @@ { "name": "tldraw-vscode", "description": "The tldraw extension for VS Code.", - "version": "2.0.27", + "version": "2.0.28", "private": true, "author": { "name": "tldraw Inc.",