pull/79/head v0.0.81
Steve Ruiz 2021-09-06 14:10:03 +01:00
rodzic 254919a6e3
commit c21107f9ac
5 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "0.0.80",
"version": "0.0.81",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.80",
"version": "0.0.81",
"private": false,
"description": "A tiny little drawing app (core)",
"author": "@steveruizok",
@ -58,4 +58,4 @@
"react-use-gesture": "^9.1.3"
},
"gitHead": "55da8880eb3d8ab5fb62b5eb7853065922c95dcf"
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.80",
"version": "0.0.81",
"private": true,
"description": "A tiny little drawing app (dev)",
"author": "@steveruizok",
@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@tldraw/tldraw": "^0.0.80",
"@tldraw/tldraw": "^0.0.81",
"idb": "^6.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.80",
"version": "0.0.81",
"private": false,
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
@ -64,7 +64,7 @@
"@radix-ui/react-radio-group": "^0.0.18",
"@radix-ui/react-tooltip": "^0.0.20",
"@stitches/react": "^1.0.0",
"@tldraw/core": "^0.0.80",
"@tldraw/core": "^0.0.81",
"perfect-freehand": "^0.5.3",
"react-hotkeys-hook": "^3.4.0",
"rko": "^0.5.23"

Wyświetl plik

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