Create serious-emus-talk.md
This commit is contained in:
parent
3a08473d85
commit
4445c13b3f
8 changed files with 40 additions and 15 deletions
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@tldraw/core': patch
|
||||
'@tldraw/intersect': patch
|
||||
'@tldraw/tldraw': patch
|
||||
---
|
||||
|
||||
Fix text in multiplayer
|
|
@ -25,8 +25,8 @@
|
|||
"@sentry/react": "^6.13.2",
|
||||
"@sentry/tracing": "^6.13.2",
|
||||
"@stitches/react": "^1.2.5",
|
||||
"@tldraw/core": "^1.7.0",
|
||||
"@tldraw/tldraw": "^1.7.0",
|
||||
"@tldraw/core": "^1.8.0",
|
||||
"@tldraw/tldraw": "^1.8.0",
|
||||
"@types/next-auth": "^3.15.0",
|
||||
"aws-sdk": "^2.1053.0",
|
||||
"next": "^12.0.7",
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Improves camera (zoom and pan).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e8dd64ba: Fix text in multiplayer
|
||||
- Updated dependencies [e8dd64ba]
|
||||
- @tldraw/intersect@1.7.1
|
||||
|
||||
## 1.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"name": "@tldraw/core",
|
||||
"description": "The tldraw core renderer and utilities.",
|
||||
"author": "@steveruizok",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"docs": "typedoc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tldraw/intersect": "^1.7.0",
|
||||
"@tldraw/intersect": "^1.7.1",
|
||||
"@tldraw/vec": "^1.7.0",
|
||||
"@use-gesture/react": "^10.2.4",
|
||||
"mobx-react-lite": "^3.2.3",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e8dd64ba: Fix text in multiplayer
|
||||
|
||||
## 1.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"name": "@tldraw/intersect",
|
||||
"description": "2D intersection utilities for TLDraw and maybe you, too.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Improves camera (zoom and pan).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e8dd64ba: Fix text in multiplayer
|
||||
- Updated dependencies
|
||||
- Updated dependencies [e8dd64ba]
|
||||
- @tldraw/core@1.8.0
|
||||
- @tldraw/intersect@1.7.1
|
||||
|
||||
## 1.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"description": "A tiny little drawing app (editor)",
|
||||
"author": "@steveruizok",
|
||||
"repository": {
|
||||
|
@ -49,8 +49,8 @@
|
|||
"@radix-ui/react-radio-group": "^0.1.4",
|
||||
"@radix-ui/react-tooltip": "^0.1.6",
|
||||
"@stitches/react": "^1.2.6",
|
||||
"@tldraw/core": "^1.7.0",
|
||||
"@tldraw/intersect": "^1.7.0",
|
||||
"@tldraw/core": "^1.8.0",
|
||||
"@tldraw/intersect": "^1.7.1",
|
||||
"@tldraw/vec": "^1.7.0",
|
||||
"idb-keyval": "^6.1.0",
|
||||
"perfect-freehand": "^1.0.16",
|
||||
|
|
Loading…
Reference in a new issue