pull/74/head^2 v0.0.73
Steve Ruiz 2021-09-05 12:01:15 +01:00
rodzic e081e7a698
commit c206b29d08
5 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.72",
"version": "0.0.73",
"private": false,
"description": "A tiny little drawing app (core)",
"author": "@steveruizok",
@ -55,4 +55,4 @@
"deepmerge": "^4.2.2",
"react-use-gesture": "^9.1.3"
}
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.72",
"version": "0.0.73",
"private": true,
"description": "A tiny little drawing app (dev)",
"author": "@steveruizok",
@ -34,4 +34,4 @@
"typescript": "4.2.3"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.72",
"version": "0.0.73",
"private": false,
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
@ -66,4 +66,4 @@
"react-hotkeys-hook": "^3.4.0",
"rko": "^0.5.20"
}
}
}

Wyświetl plik

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