pull/651/head
Steve Ruiz 2022-04-16 13:02:52 +01:00
rodzic c09d6a3a29
commit 241adc98d3
8 zmienionych plików z 23 dodań i 11 usunięć

Wyświetl plik

@ -1,7 +0,0 @@
---
'@tldraw/vscode-editor': minor
'tldraw-vscode': minor
'@tldraw/tldraw': minor
---
Adds text field for page rename, undo buttons on all screen sizes, arrow behavior with alt key.

Wyświetl plik

@ -1,6 +1,13 @@
# @tldraw/vscode-editor
## 1.8.0
### Minor Changes
- c09d6a3a: Adds text field for page rename, undo buttons on all screen sizes, arrow behavior with alt key.
## 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.1",
"version": "1.8.0",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.9.0
### Minor Changes
- c09d6a3a: Adds text field for page rename, undo buttons on all screen sizes, arrow behavior with alt key.
## 1.8.4
### Patch Changes

Wyświetl plik

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.8.4",
"version": "1.9.0",
"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.3",
"@tldraw/tldraw": "^1.10.0",
"@types/next-auth": "^3.15.0",
"aws-sdk": "^2.1053.0",
"next": "^12.0.7",

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.10.0
### Minor Changes
- c09d6a3a: Adds text field for page rename, undo buttons on all screen sizes, arrow behavior with alt key.
## 1.9.3
### Patch Changes

Wyświetl plik

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