tldraw/packages
Mitja Bezenšek 3eaa5810fe
Fix main. (#2439)
Looks like tests fail on `main` ([example of a
PR](https://github.com/tldraw/tldraw/actions/runs/7475025477/job/20342349739?pr=2438)
that should not be failing). This fixes them.

For some reason this [line didn't update
it](https://github.com/tldraw/tldraw/blob/main/scripts/lib/publishing.ts#L61).
Will look into it, but I guess we can merge this to unblock stuff.

### 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
2024-01-10 13:31:33 +00:00
..
assets Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00
editor Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00
state Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00
store Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00
tldraw Fix main. (#2439) 2024-01-10 13:31:33 +00:00
tlschema Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00
utils Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00
validate Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00