Update changelog

This commit is contained in:
Steve Ruiz 2021-10-10 17:36:42 +01:00
parent 2722d81dbd
commit dca4cfca14
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 0.0.114
### TLDraw
- Improves fills for filled shapes.
## 0.0.113
### TLDraw

View file

@ -5,7 +5,7 @@ import type {
TLPointerEventHandler,
TLShapeChangeHandler,
} from '@tldraw/core'
import type { RectangleShape } from './rectangle'
import type { RectangleShape } from './box'
import type { LabelShape } from './label'
import { StateManager } from 'rko'