VS Code 2.0.29 (#3515)
Version bump. ### Change Type <!-- ❗ Please select a 'Scope' label ❗️ --> - [ ] `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 <!-- ❗ Please select a 'Type' label ❗️ --> - [ ] `bugfix` — Bug fix - [ ] `feature` — New feature - [ ] `improvement` — Improving existing features - [x] `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
This commit is contained in:
parent
d247b5dc53
commit
f70fd2729d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## 2.0.29
|
||||||
|
|
||||||
|
- Improved note shapes.
|
||||||
|
- Color improvements for both light and dark mode.
|
||||||
|
- Bug fixes and performance improvements.
|
||||||
|
|
||||||
## 2.0.28
|
## 2.0.28
|
||||||
|
|
||||||
- Fix an issue with panning the canvas.
|
- Fix an issue with panning the canvas.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "tldraw-vscode",
|
"name": "tldraw-vscode",
|
||||||
"description": "The tldraw extension for VS Code.",
|
"description": "The tldraw extension for VS Code.",
|
||||||
"version": "2.0.28",
|
"version": "2.0.29",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
|
|
Loading…
Reference in a new issue