Fix asset urls (#1758)
<img width="1372" alt="image"
src="https://github.com/tldraw/tldraw/assets/7578559/5d5f29fa-a3d7-488b-a4fe-25673d94134e">
This should be tldraw version instead of react version, the typo
happened here:
b7d9c8684c (diff-feb0a5bdada68de6bf60ae3fd8b83915d234dc78f56cae91f33e5c209ad3bf0a)
.
### Change Type
- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know
[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version
### Release Notes
- Fixed asset urls
This commit is contained in:
parent
fc36d5b577
commit
4bd8a257ac
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
import { RecursivePartial } from '@tldraw/editor'
|
import { RecursivePartial } from '@tldraw/editor'
|
||||||
import { useMemo, version } from 'react'
|
import { useMemo } from 'react'
|
||||||
|
import { version } from '../ui/version'
|
||||||
|
|
||||||
/** @public */
|
/** @public */
|
||||||
export type TLEditorAssetUrls = {
|
export type TLEditorAssetUrls = {
|
||||||
|
|
Loading…
Reference in a new issue