pull/977/head
Steve Ruiz 2022-09-09 09:54:48 +01:00
rodzic 254dfdfd77
commit 8e55e263bf
14 zmienionych plików z 58 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.23.5
### Patch Changes
- Fix mouse events.
## 1.23.4
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/www
## 1.7.19
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.4
- @tldraw/tldraw@1.24.5
## 1.7.18
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-advanced
## 1.7.7
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.4
## 1.7.6
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.7.6",
"version": "1.7.7",
"name": "@tldraw/core-example-advanced",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-simple
## 1.8.7
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.4
## 1.8.6
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.6",
"version": "1.8.7",
"name": "@tldraw/core-example-simple",
"description": "A simple example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/tldraw-example
## 1.7.10
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.4
- @tldraw/tldraw@1.24.5
## 1.7.9
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.7.9",
"version": "1.7.10",
"name": "@tldraw/tldraw-example",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.18.4
### Patch Changes
- Fix mouse events.
## 1.18.3
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# Changelog
## 1.24.5
### Patch Changes
- Fix mouse events.
- Updated dependencies
- @tldraw/core@1.18.4
## 1.24.4
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.24.4",
"version": "1.24.5",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
@ -44,7 +44,7 @@
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@stitches/react": "^1.2.8",
"@tldraw/core": "^1.18.3",
"@tldraw/core": "^1.18.4",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.1",
"browser-fs-access": "^0.31.0",