v0.0.72
This commit is contained in:
parent
84f57601f5
commit
0d2aee0059
5 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.0.71",
|
||||
"version": "0.0.72",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
@ -7,4 +7,4 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/core",
|
||||
"version": "0.0.71",
|
||||
"version": "0.0.72",
|
||||
"private": false,
|
||||
"description": "A tiny little drawing app (core).",
|
||||
"author": "@steveruizok",
|
||||
|
@ -56,4 +56,4 @@
|
|||
"react-use-gesture": "^9.1.3"
|
||||
},
|
||||
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/dev",
|
||||
"version": "0.0.71",
|
||||
"version": "0.0.72",
|
||||
"private": true,
|
||||
"description": "A tiny little drawing app (core).",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"version": "0.0.71",
|
||||
"version": "0.0.72",
|
||||
"private": false,
|
||||
"description": "A tiny little drawing app (editor).",
|
||||
"author": "@steveruizok",
|
||||
|
@ -67,4 +67,4 @@
|
|||
"rko": "^0.5.20"
|
||||
},
|
||||
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "www",
|
||||
"version": "0.0.71",
|
||||
"version": "0.0.72",
|
||||
"private": true,
|
||||
"description": "A tiny little drawing app (site).",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue