fix-menu-button
Steve Ruiz 2022-09-08 10:58:42 +01:00
rodzic 7774d00e74
commit b56a3a6982
14 zmienionych plików z 58 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.23.1
### Patch Changes
- - Fix bug with mouse button state
## 1.23.0
### Minor Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/www
## 1.7.15
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.1
- @tldraw/tldraw@1.24.1
## 1.7.14
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-advanced
## 1.7.4
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.1
## 1.7.3
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"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.4
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.1
## 1.8.3
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.3",
"version": "1.8.4",
"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.6
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.1
- @tldraw/tldraw@1.24.1
## 1.7.5
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.18.1
### Patch Changes
- - Fix bug with mouse button state
## 1.18.0
### Minor Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# Changelog
## 1.24.1
### Patch Changes
- - Fix bug with mouse button state
- Updated dependencies
- @tldraw/core@1.18.1
## 1.24.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.24.0",
"version": "1.24.1",
"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.0",
"@tldraw/core": "^1.18.1",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.1",
"browser-fs-access": "^0.31.0",