This commit is contained in:
Steve Ruiz 2021-09-05 15:20:06 +01:00
parent 51ef8f394c
commit d390ef7758
5 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.78",
"version": "0.0.79",
"private": false,
"description": "A tiny little drawing app (core)",
"author": "@steveruizok",

View file

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.78",
"version": "0.0.79",
"private": true,
"description": "A tiny little drawing app (dev)",
"author": "@steveruizok",

View file

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.78",
"version": "0.0.79",
"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.78",
"@tldraw/core": "^0.0.79",
"perfect-freehand": "^0.5.3",
"react-hotkeys-hook": "^3.4.0",
"rko": "^0.5.20"

View file

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