1.6.2
This commit is contained in:
parent
f06245c1c8
commit
9f40b1321d
4 changed files with 8 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@tldraw/tldraw': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixes text measurement bug.
|
|
|
@ -26,7 +26,7 @@
|
||||||
"@sentry/tracing": "^6.13.2",
|
"@sentry/tracing": "^6.13.2",
|
||||||
"@stitches/react": "^1.2.5",
|
"@stitches/react": "^1.2.5",
|
||||||
"@tldraw/core": "^1.8.0",
|
"@tldraw/core": "^1.8.0",
|
||||||
"@tldraw/tldraw": "^1.8.0",
|
"@tldraw/tldraw": "^1.8.1",
|
||||||
"@types/next-auth": "^3.15.0",
|
"@types/next-auth": "^3.15.0",
|
||||||
"aws-sdk": "^2.1053.0",
|
"aws-sdk": "^2.1053.0",
|
||||||
"next": "^12.0.7",
|
"next": "^12.0.7",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- db93ebcc: Fixes text measurement bug.
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue