pull/713/head
Steve Ruiz 2022-06-02 17:18:48 +01:00
rodzic c959006144
commit 8c2e22b334
8 zmienionych plików z 33 dodań i 5 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.14.1
### Patch Changes
- Improve eraser scribble.
## 1.14.0
### Minor Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/www
## 1.6.7
### Patch Changes
- Updated dependencies
- @tldraw/core@1.13.1
- @tldraw/tldraw@1.15.1
## 1.6.6
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "1.6.6",
"version": "1.6.7",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.13.1
### Patch Changes
- Improve eraser scribble.
## 1.13.0
### Minor Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# Changelog
## 1.15.1
### Patch Changes
- Improve eraser scribble.
- Updated dependencies
- @tldraw/core@1.13.1
## 1.15.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.15.0",
"version": "1.15.1",
"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.13.0",
"@tldraw/core": "^1.13.1",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.0",
"@types/lz-string": "^1.3.34",