pull/684/head
Steve Ruiz 2022-05-14 11:48:14 +01:00
rodzic 543757984b
commit 417926bb14
5 zmienionych plików z 15 dodań i 3 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.12.3
### Patch Changes
- Fix clipboard events in editing text in vscode extension, fix outline for editing text in vscode extension.
## 1.12.2
### Patch Changes

Wyświetl plik

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.12.2",
"version": "1.12.3",
"license": "MIT",
"publisher": "tldraw-org",
"repository": {

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.12.3
### Patch Changes
- Fix clipboard events in editing text in vscode extension, fix outline for editing text in vscode extension.
## 1.12.2
### Patch Changes

Wyświetl plik

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