pull/626/head
Steve Ruiz 2022-03-17 14:11:22 +00:00
rodzic 2a98e0c6e7
commit 8aa54f4d8c
7 zmienionych plików z 22 dodań i 4 usunięć

Wyświetl plik

@ -0,0 +1,6 @@
# @tldraw/vscode-editor
## 1.7.1
### Patch Changes
- Fix bug with missing parents / children.

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/vscode-editor",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.8.4
### Patch Changes
- Fix bug with missing parents / children.
- Fixed bug that prevented saving.
## 1.1.9

Wyświetl plik

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.8.3",
"version": "1.8.4",
"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.9.1",
"@tldraw/tldraw": "^1.9.2",
"@tldraw/tldraw": "^1.9.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.9.3
### Patch Changes
- Fix bug with missing parents / children.
## 1.9.2
### Patch Changes

Wyświetl plik

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