pull/622/head
Steve Ruiz 2022-03-11 08:43:36 +00:00
rodzic 8039016416
commit 1d5b3ac307
4 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"publisher": "tldraw-org",
"repository": {
@ -131,4 +131,4 @@
"vsce": "^2.2.0"
},
"gitHead": "4b1137849ad07da36fc8f0f19cb64e7535a79296"
}
}

Wyświetl plik

@ -26,7 +26,7 @@
"@sentry/tracing": "^6.13.2",
"@stitches/react": "^1.2.5",
"@tldraw/core": "^1.9.1",
"@tldraw/tldraw": "^1.9.1",
"@tldraw/tldraw": "^1.9.2",
"@types/next-auth": "^3.15.0",
"aws-sdk": "^2.1053.0",
"next": "^12.0.7",

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.9.2
### Patch Changes
- Fixes bug that would remove bindings to shapes when grouped.
## 1.9.1
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.9.1",
"version": "1.9.2",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {