pull/693/head
Steve Ruiz 2022-05-18 14:04:05 +01:00
rodzic 74b047549b
commit 1d3b419baf
6 zmienionych plików z 27 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.13.0
### Minor Changes
- Fixes zooming and pinching bugs. Adds ErrorBoundary to Tldraw component. Cleans up sponosrship feature in menu.
## 1.12.6
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.12.0
### Minor Changes
- Fixes zooming and pinching bugs. Adds ErrorBoundary to Tldraw component. Cleans up sponosrship feature in menu.
## 1.11.1
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.11.1",
"version": "1.12.0",
"name": "@tldraw/core",
"description": "The tldraw core renderer and utilities.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,16 @@
# Changelog
## 1.13.0
### Minor Changes
- Fixes zooming and pinching bugs. Adds ErrorBoundary to Tldraw component. Cleans up sponosrship feature in menu.
### Patch Changes
- Updated dependencies
- @tldraw/core@1.12.0
## 1.12.6
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.12.6",
"version": "1.13.0",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
@ -49,7 +49,7 @@
"@radix-ui/react-radio-group": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7",
"@stitches/react": "^1.2.8",
"@tldraw/core": "^1.11.1",
"@tldraw/core": "^1.12.0",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.0",
"@types/lz-string": "^1.3.34",